Releases: sarugaku/requirementslib
Releases · sarugaku/requirementslib
1.2.3 (2018-10-30)
1.2.3 (2018-10-30)
Bug Fixes
- Fixed a bug which prevented installation of editable vcs
requirements with subdirectory specifiers. #91
1.2.2 (2018-10-29)
1.2.2 (2018-10-29)
Bug Fixes
- Fixed a bug which prevented mercurial repositories from acquiring
commit hashes successfully. #89
1.2.1 (2018-10-26)
1.2.1 (2018-10-26)
Bug Fixes
- Fixed an issue which caused accidental leakage of open
requests.session
instances. #87
1.2.0 (2018-10-24)
1.1.9 (2018-10-10)
1.1.9 (2018-10-10)
Bug Fixes
- Fixed a bug in named requirement normalization which caused querying
the index to fail when looking up requirements with dots in their
names. #79
1.1.8 (2018-10-08)
1.1.8 (2018-10-08)
1.1.7 (2018-10-06)
1.1.7 (2018-10-06)
Bug Fixes
- Add space before environment markers ; to make editable packages can
be installed by pip #70
1.1.6 (2018-09-04)
1.1.6 (2018-09-04)
Features
Requirement.get_commit_hash
andRequirement.update_repo
will no
longer clone local repositories to temporary directories or local
src directories in order to determine commit hashes. #60- Added
Requirement.lock_vcs_ref()
api for locking the VCS commit
hash to the current commit (and obtaining it and determining it if
necessary). #64 Requirement.as_line()
now offers the parameteras_list
to return
requirements more suited for passing directly tosubprocess.run
andsubprocess.Popen
calls. #67
Bug Fixes
1.1.5 (2018-08-26)
1.1.5 (2018-08-26)
Bug Fixes
- Fixed an issue which caused local file uri based VCS requirements to
fail when parsed from thePipfile
format. #53