Skip to content

1.5.8 (2020-05-14)

Compare
Choose a tag to compare
@github-actions github-actions released this 14 May 23:06
8653691

1.5.8 (2020-05-14)

Bug Fixes

  • Fix an issue where the list of not-supported python versions in a marker was being truncated. #228
  • Fixed a bug which prevented the use of wheel_cache instances from pip due to deprecated invocation. #230
  • Requirementslib will now ensure that PEP508 style direct URL lines are preserved as being direct URL references when converting to and from Requirementslib.requirement instances. #232
  • Fix a bug that 1.x specifiers can't be parsed correctly. #234