Conda-package-handling

Latest version: v2.4.0

Safety actively analyzes 681812 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 7

2.4.0

Enhancements

* Expose API and CLI for which components will be listed as part of `cph list`. (253)
* Allow `cph list` on remote `.conda` artifact URLs. (252 via 254)

Bug fixes

* Use force_zip64=True when directly creating .conda files. Allows >2GB
(compressed) size. (248)
* Replace `.conda` or `.tar.bz2` extensions from end of string only instead of
`str.replace(...)` (251)

Other

* Improve type annotations on an internal function (257)

Contributors

* conda-bot
* dholth
* jezdez
* jaimergp
* pre-commit-ci[bot]

2.3.0

Enhancements

* Add `cph list` to report artifact contents without prior extraction. (236)
* Added formal support for Python 3.10, 3.11, and 3.12. (231)

Bug fixes

* Delay ``os.getcwd()`` call to body of ``CondaFormat_v2.create()`` when
``out_folder`` is not passed. (205)

Deprecations

* Removed formal support for Python 3.7. (231)

Other

* Remove MANIFEST.in, used for Python sdists, which referenced
non-existent files. Source distributions appear correct without
MANIFEST.in. (163)
* Add explicit `zstandard` dependency. ([222](https://github.com/conda/conda-package-handling/issues/222))

Contributors

* conda-bot
* dholth
* callek made their first contribution in https://github.com/conda/conda-package-handling/pull/231
* jaimergp made their first contribution in https://github.com/conda/conda-package-handling/pull/235
* pre-commit-ci[bot]

2.2.0

Bug fixes

* Respect umask when unpacking packages, by requiring `conda-package-streaming >= 0.9.0`.

Docs

* Include README.md in pypi metadata. (215)

Contributors

* conda-bot
* dbast
* dholth
* pre-commit-ci[bot]

2.1.0

Bug fixes

* Include decompressed size when creating `.conda` archives with
`CondaFormat_v2.create()`, to reduce memory usage on decompression. (171)
Transmuted archives (converted from `.tar.bz2`) do not contain the
decompressed size.
* Include LICENSE, not just LICENSE.txt in info/ section (172)

Contributors

* conda-bot
* dbast
* dholth
* pre-commit-ci[bot]

2.0.2

Bug fixes

* Reduce memory usage when creating `.conda`. Allocate only one zstd comperssor
when creating `.conda`. Lower default compression level to 19 from 22.
(168)

Contributors

* dholth

2.0.1

Bug fixes

* Require conda-package-streaming 0.7.0 for Windows c:\ vs C:\ check, pypy
support

Contributors

* dholth

Page 1 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.