Releases: conda/conda-package-handling
Releases · conda/conda-package-handling
1.3.7
Bug fixes:
- Don't print message for every skipped file that already exists. Don't even look at files that match the target conversion pattern.
Contributors:
1.3.5
Bug fixes:
- fix recursion issue with TemporaryDirectory
Contributors:
1.3.4
Bug fixes:
- fix setup.cfg path issue with versioneer
- try copying temporary artifact to final location instead of moving it, in hopes of avoiding permission errors
Contributors:
1.3.3
Bug fixes:
- add .gitattributes file to fix versioneer not working
Contributors:
1.3.2
Bug fixes:
- port rm_rf functionality from conda, to better handle permissions errors being observed on Azure and Appveyor windows hosts (but not on local machines)
Contributors:
1.3.1
Bug fixes:
- try to wrap tempdir cleanup so that it never exits violently. Add warning message.
Contributors:
1.3.0
Enhancements:
- add a cph-specific exception, so that downstream consumers of cph don't have to handle libarchive exceptions
Contributors:
1.2.0
Enhancements:
- add get_default_extracted_folder api function that returns the folder location where a file would be extracted to by default (no dest folder specified)
- add --processes flag to cph t, to limit number of processes spawned. Defaults to number of CPUs if not set.
Contributors:
1.1.5
Bug fixes:
- generate symlink tests rather than including file layout, to avoid issues on win
Contributors: