Skip to content

Latest commit

 

History

History
333 lines (199 loc) · 15.1 KB

CHANGELOG.md

File metadata and controls

333 lines (199 loc) · 15.1 KB

Change Log

In progress - not yet released

Implemented enhancements:

  • Added ability to include dependencies of required packages ('--include-depends`) #22
  • Support use of conda package version specifiers #37
  • Added tqdm based progress bars. #29
  • Improve download speed, especially for smaller packages. #28

Contributors:

  • Christopher Barber

0.8.2 (2020-02-27)

Implemented enhancements:

  • New conda-diff-tar command, a tools which allows creating differential tarballs of a (usually mirrored) conda repository.

Contributors:

  • Ilan Schnell
  • Anthony Scopatz
  • John Kirkham
  • Uwe L. Korn

0.8.1 (2019-20-22)

Implemented enhancements:

  • Added proxy support (--proxy) for running conda-mirror HTTP requests through a proxy server.
  • Added Certificate authority checking via --ssl-verify option.
  • New capability to run in insecure mode -k, --insecure.
  • May now pass in the number of retries for HTTP requests with --max-retries.

Contributors:

  • Anthony Scopatz
  • Improve validation performance #69
  • Check local disk space available #70
  • Log download errors instead of breaking and clearing #71
  • Add command line switch --no-validate-target #72
  • Support most CLI options in the config file #74
  • Correct numbering in output when validating #75

Full Changelog

Full Changelog

Implemented enhancements:

  • Add a --dry-run mode #39

Merged pull requests:

0.7.3 (2017-08-07)

Full Changelog

Fixed bugs:

  • Keep old packages #56

Closed issues:

  • Validation errors caused by incomplete tar file #57

Merged pull requests:

  • Handle EOFError when reading tar files. #58 (dmkent)
  • Add release script that edits the output of github_changelog_generator #55 (ericdill)
  • DOC: Rerun changelog generator #54 (ericdill)

0.7.2 (2017-05-23)

Full Changelog

Merged pull requests:

  • Modify run summary. Configure flake8 on travis #53 (ericdill)
  • MNT: Template out the message #52 (ericdill)
  • Raise don't exit when required args aren't present #51 (ericdill)

0.7.1 (2017-05-18)

Full Changelog

Merged pull requests:

  • Capture information on downloaded and removed packages #50 (ericdill)

0.7.0 (2017-05-11)

Full Changelog

Closed issues:

  • concurrent package validation #43

Merged pull requests:

0.6.6 (2017-03-28)

Full Changelog

Implemented enhancements:

  • Sort packages for validation #34

Closed issues:

  • Does not run under py 2.7 #42
  • Package license #36
  • setup.py home #35

Merged pull requests:

0.6.5 (2017-02-23)

Full Changelog

Closed issues:

  • FileNotFoundError after package is removed for failing size validation #31

Merged pull requests:

0.6.4 (2017-02-23)

Full Changelog

Closed issues:

  • TypeError: 'set' object is not subscriptable #29

Merged pull requests:

0.6.3 (2017-02-15)

Full Changelog

Closed issues:

  • Mirror pro repo #24

Merged pull requests:

0.6.2 (2017-02-07)

Full Changelog

Merged pull requests:

0.6.1 (2017-01-18)

Full Changelog

Closed issues:

  • Validate that there is enough space to actually perform the mirror #19

Merged pull requests:

  • MNT: Fix the download url for anaconda/defaults #23 (ericdill)
  • DOC/MNT: Remove dead code. Update readme. Update changelog #22 (ericdill)

0.6.0 (2017-01-10)

Full Changelog

Merged pull requests:

0.5.1 (2017-01-03)

Full Changelog

Merged pull requests:

  • download repodata to temp dir first, then move it #20 (ericdill)

0.5.0 (2016-12-19)

Full Changelog

Closed issues:

  • Remove conda_build as a dependency #13

Merged pull requests:

0.4.6 (2016-12-15)

Full Changelog

0.4.5 (2016-12-15)

Full Changelog

0.4.4 (2016-12-15)

Full Changelog

0.4.3 (2016-12-15)

Full Changelog

0.4.2 (2016-12-13)

Full Changelog

Merged pull requests:

  • Remove packages that fail their assertion #16 (ericdill)

0.4.1 (2016-12-13)

Full Changelog

0.4.0 (2016-12-12)

Full Changelog

Merged pull requests:

  • ENH: Rework conda mirror to not use conda-index #14 (ericdill)

0.3.0 (2016-12-07)

Full Changelog

Merged pull requests:

0.2.3 (2016-11-09)

Full Changelog

Merged pull requests:

0.2.2 (2016-11-09)

Full Changelog

Merged pull requests:

  • Handle when the license is a literal value of None #10 (ericdill)

0.2.1 (2016-11-08)

Full Changelog

Merged pull requests:

  • Remove bad packages instead of failing #9 (ericdill)

0.2.0 (2016-11-04)

Full Changelog

Merged pull requests:

0.1.0 (2016-11-02)

Full Changelog

Merged pull requests:

0.0.8 (2016-10-24)

Full Changelog

Merged pull requests:

  • WIP: Intermittently run conda index when mirroring lots of packages #6 (ericdill)

0.0.7 (2016-10-24)

Full Changelog

Merged pull requests:

0.0.6 (2016-10-24)

Full Changelog

Merged pull requests:

  • WIP: add setup.py directive to make conda_mirror.py a script #4 (ericdill)

0.0.4 (2016-10-24)

Full Changelog

Merged pull requests:

0.0.3 (2016-10-24)

Full Changelog

0.0.2 (2016-10-24)

Full Changelog

0.0.1 (2016-10-20)

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator