Skip to content

v5.4.1

Latest

Choose a tag to compare

@jensens jensens released this 04 Aug 20:40
e797060
  • Fix #100: With packaging >= 26.3, packages configured as sources were no longer
    commented out in the generated requirements/constraints, because Requirement()
    now rejects the trailing newline and the error was silently swallowed. Lines are
    now stripped before parsing and unparseable lines are logged at debug level. [jensens]