Skip to content

Releases: sarugaku/requirementslib

1.2.3 (2018-10-30)

30 Oct 05:30
1ae6378
Compare
Choose a tag to compare

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)

30 Oct 05:29
38b270e
Compare
Choose a tag to compare

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)

26 Oct 20:26
2d3709d
Compare
Choose a tag to compare

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)

26 Oct 20:26
7cce3d3
Compare
Choose a tag to compare

1.2.0 (2018-10-24)

Features

  • Pipfile and Lockfile models will now properly perform import and
    export operations with fully data serialization. #83
  • Added a new interface for merging dev and default sections in
    both Pipfile and Lockfile objects using
    get_deps(dev=True, only=False). #85

Bug Fixes

  • Requirement.as_line() now provides an argument to make the
    inclusion of markers optional by passing include_markers=False.
    #82
  • Pipfile and Lockfile models are now able to successfully perform
    creation operations on projects which currently do not have existing
    files if supplied create=True. #84

1.1.9 (2018-10-10)

13 Oct 07:25
f75449a
Compare
Choose a tag to compare

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)

13 Oct 07:24
41355d2
Compare
Choose a tag to compare

1.1.8 (2018-10-08)

Bug Fixes

  • Fixed a bug which caused VCS URIs to build incorrectly when calling
    VCSRequirement.as_line() in some cases. #73
  • Fixed bug that editable package with ref by @ is not supported
    correctly #74

1.1.8 (2018-10-08)

13 Oct 07:24
5559b18
Compare
Choose a tag to compare

1.1.8 (2018-10-08)

Bug Fixes

  • Fixed a bug which caused VCS URIs to build incorrectly when calling
    VCSRequirement.as_line() in some cases. #73
  • Fixed bug that editable package with ref by @ is not supported
    correctly #74

1.1.7 (2018-10-06)

13 Oct 07:23
0b8c172
Compare
Choose a tag to compare

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)

04 Sep 16:04
e62b6b6
Compare
Choose a tag to compare

1.1.6 (2018-09-04)

Features

  • Requirement.get_commit_hash and Requirement.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 parameter as_list to return
    requirements more suited for passing directly to subprocess.run
    and subprocess.Popen calls. #67

Bug Fixes

  • Fixed a bug error formatting of the path validator method of local
    requirements. #57
  • Fixed an issue which prevented successful loads of Pipfile objects
    missing entries in some sections. #59
  • Fixed an issue which caused Requirement.get_commit_hash() to fail
    for local requirements. #67

1.1.5 (2018-08-26)

04 Sep 16:03
55bce6b
Compare
Choose a tag to compare

1.1.5 (2018-08-26)

Bug Fixes

  • Fixed an issue which caused local file uri based VCS requirements to
    fail when parsed from the Pipfile format. #53