conda-package-handling 2.2.0-2 source package in Ubuntu

Changelog

conda-package-handling (2.2.0-2) unstable; urgency=medium

  * Drop python3-six from (Build-)Depends
    Closes: #1052523
  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)

 -- Andreas Tille <email address hidden>  Fri, 08 Dec 2023 12:19:13 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
conda-package-handling_2.2.0-2.dsc 2.3 KiB 1a0eeb50b1ac5bf273112972901777a7c6ca04f5088e5f17e2919f3314cdc065
conda-package-handling_2.2.0.orig.tar.gz 272.7 KiB dae0c697cf8757d997d0d7f4fbe48a5516cb17f16b3715dadb6008ade8ef850e
conda-package-handling_2.2.0-2.debian.tar.xz 5.5 KiB 4c5bc69a9643ba9c60d77ee442b3cf3e20ceacd9d75afdf277d44a9ac7045a46

Available diffs

No changes file available.

Binary packages built by this source

conda-package-handling: create and extract conda packages of various formats

 Cph is an abstraction of conda package handling and a tool for
 extracting, creating, and converting between formats.
 .
 At the time of writing, the standard conda package format is a .tar.bz2
 file. That will need to be maintained for quite a long time, thanks to
 the long tail of people using old conda versions. There is a new conda
 format, described at https://docs.google.com/document/d/1HGKsbg_j69rKXP-
 ihhpCb1kNQSE8Iy3yOsUU2x68x8uw/edit?usp=sharing. This new format is
 designed to have much faster metadata access and utilize more modern
 compression algorithms, while also facilitating package signing without
 adding sidecar files.