Skip to content

1.4.0 (2019-01-21)

Compare
Choose a tag to compare
@techalchemy techalchemy released this 15 May 02:58
36eeb01

1.4.0 (2019-01-21)

Features

  • Added is_pep517 and build_backend properties to the top level
    Requirement object to help determine how to build the requirement. #125

Bug Fixes

  • Suppressed output written to stdout by pip during clones of
    repositories to non-base branches. #124
  • Fixed a bug which caused local file and VCS requirements to be
    discovered in a depth-first, inexact search, which sometimes caused
    incorrect matches to be returned. #128
  • Fixed a bug with link generation on VCS requirements without URI
    schemes. #132
  • VCSRequirement.get_checkout_dir will now properly respect the
    src_dir argument. #133