Releases: conda-incubator/conda-press
Releases · conda-incubator/conda-press
0.0.6
0.0.5
Added:
- Added option
--configwhich accepts a path to a yaml file with the configuration to runconda-press. - The
YAMLfile passed using the option--configalso accepts the
configuration to be inside of the keyconda_press.
Changed:
- Add dataclass
Configfollowing theIntroduce Parameter Objectdesign pattern.
Configis responsible to hold theconda-pressconfiguration.
Refactored internal classes/functions to use the new approach.
Authors:
- Anthony Scopatz
- Marcelo Duarte Trevisani
0.0.4
Added:
wheels.fatten_from_seen()now has askipped_depskeyword argument- Add new option
--only-pypiwhich will remove any dependency which is not available on PyPi.
Changed:
- Fattened wheels now respect
--exclude-deps
Fixed:
- Fix file types which might be uncompressed when using
from_tarballmethod. - Removed
WHEEL,METADATA, andRECORDfiles from fat wheels.
Authors:
- Anthony Scopatz
- Marcelo Duarte Trevisani
0.0.3
Added:
- Add plugin
pytest-azurepipelinesto show test reports on Azure Pipelines - Add option
--add-depsto be able to add new dependencies to the wheel. - Add option
--exclude-deps. With this option the user will be able to exclude dependencies from the artifacts.
Fixed:
- Removed unused imports
Authors:
- Anthony Scopatz
- Marcelo Duarte Trevisani
0.0.2
Added:
- Initial support for RPATH fix-up on macOS
Fixed:
- Requirements listed in the wheel metadata are now removed approriately
if Python was skipped or if the wheel is a merger of other wheels. - Don't list python as a runtime requirement when building with '--skip-python'
- Apply RPATH fixups to '.so' libraries on macOS, because that is CPython extension default
- Fixed issue with noarch Python version reading.
Authors:
- Anthony Scopatz
- Isaiah Norton