conda-package-handling 2.3.0-1 source package in Ubuntu

Changelog

conda-package-handling (2.3.0-1) unstable; urgency=medium

  * New upstream version
    Closes: #1073387
  * Standards-Version: 4.7.0 (routine-update)

 -- Andreas Tille <email address hidden>  Tue, 25 Jun 2024 20:30:50 +0200

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

Downloads

File Size SHA-256 Checksum
conda-package-handling_2.3.0-1.dsc 2.3 KiB f84e6f6d60a7a2d9358a28bb95fc15b45cf20b87a46f935e3fe7898013b46158
conda-package-handling_2.3.0.orig.tar.gz 275.4 KiB e26e42b5dc1280237491c025a7e6f23634126463abeace67655c725020d705fb
conda-package-handling_2.3.0-1.debian.tar.xz 5.6 KiB 2238afc7379348f82accaf7996488ece44dd32dc61566eeacecc11108f28653a

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.