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

Changelog

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

  [ Andreas Tille ]
  * Team Upload.
  * Fix watch file
  * New upstream version

  [ Nilesh Patra ]
  * Deactivate test once and for all (Closes: #976506)

 -- Nilesh Patra <email address hidden>  Sat, 31 Dec 2022 18:16:18 +0530

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

Downloads

File Size SHA-256 Checksum
conda-package-handling_2.0.1-1.dsc 1.7 KiB b13dd38c6a25b3f10ba196699d61aca49283d8aa951b2438faa7db4b57ca5067
conda-package-handling_2.0.1.orig.tar.gz 267.4 KiB c6b69922a950f858bea20d7ce6861f27d1bb46f15054cf274738d8007a97b049
conda-package-handling_2.0.1-1.debian.tar.xz 5.4 KiB f40c7680d05625f1498e45c39aea5585529bad632df771add59e7303b4b75498

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.