Skip to content

Releases: conda/conda-verify

3.4.2

11 Jun 14:16
Compare
Choose a tag to compare

3.4.1

11 Jun 14:00
Compare
Choose a tag to compare

Contributors:

3.4.0

10 Jun 15:21
Compare
Choose a tag to compare

Bug fixes:

  • Optimize check_package_hashes_and_size
  • under legacy noarch python it is valid to not have a paths_json

Contributors:

3.3.0

22 May 02:47
Compare
Choose a tag to compare

Enhancements:

  • accepts wildcards of many files to verify
  • uses ProcessPoolExecutor to run files in parallel
  • adds --out-file to specify a .json file to dump all results to
  • support glob patterns for input specs
  • vendor in conda's faster rm_rf code. It's less prone to deadlocks than shutil.rmtree.

Contributors:

3.2.1

14 Feb 19:52
Compare
Choose a tag to compare

3.2.0

21 May 20:06
Compare
Choose a tag to compare

Enhancements:

  • add a check for arch-specific files in noarch packages
  • support new conda package format
  • speed things up by refactoring package extraction to use conda-package-handling
  • manage releases with rever

Bug fixes:

  • reconcile conda-verify license families with conda-build's families
  • Add GPL to license families

Contributors:

3.1.1

28 Sep 15:27
Compare
Choose a tag to compare

2018-09-28 3.1.1:

  • Fix bat/exe check to only fail when .bat and .exe files with same name exist #49

Contributors:

3.1.0

24 Jul 23:57
Compare
Choose a tag to compare

2018-07-24 3.1.0:

  • add git_rev to source section fields #41
  • use versioneer for versioning #42
  • import license families and FIELDS schema from conda-build when it is available #47
  • make exiting optional, but always print errors #47

Contributors:

3.0.0

13 Oct 17:19
Compare
Choose a tag to compare

2017-10-13 3.0.0:

  • rewrite to use more integrated code, less plugin code
  • fix setup.py not including any packages (and thus doing nothing)
  • expand test coverage