Skip to content

Releases: conda/conda-package-handling

1.3.7

12 Jun 21:16
Compare
Choose a tag to compare

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.6

12 Jun 17:24
Compare
Choose a tag to compare

Contributors:

1.3.5

12 Jun 17:18
Compare
Choose a tag to compare

Bug fixes:

  • fix recursion issue with TemporaryDirectory

Contributors:

1.3.4

12 Jun 01:45
Compare
Choose a tag to compare

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

11 Jun 22:08
Compare
Choose a tag to compare

Bug fixes:

  • add .gitattributes file to fix versioneer not working

Contributors:

1.3.2

11 Jun 20:53
Compare
Choose a tag to compare

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

11 Jun 14:01
Compare
Choose a tag to compare

Bug fixes:

  • try to wrap tempdir cleanup so that it never exits violently. Add warning message.

Contributors:

1.3.0

10 Jun 18:52
Compare
Choose a tag to compare

Enhancements:

  • add a cph-specific exception, so that downstream consumers of cph don't have to handle libarchive exceptions

Contributors:

1.2.0

09 Jun 01:35
Compare
Choose a tag to compare

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

21 May 19:18
Compare
Choose a tag to compare

Bug fixes:

  • generate symlink tests rather than including file layout, to avoid issues on win

Contributors: