Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adopted black and reformatted the codebase to match | Alex Grönholm | 2021-12-24 | 1 | -27/+36 |
| | |||||
* | Fixed handling of direct URL requirements with markers (#270) | Benoit Pierre | 2018-11-19 | 1 | -8/+15 |
| | | | There must be at least one space between the URL and the `;` delimiting the markers. | ||||
* | Fixed handling of extras (#252) | Benoit Pierre | 2018-09-25 | 1 | -4/+19 |
| | | | Ensure extras are properly canonicalized, so corresponding `Provides-Dist` markers will match with the list of extras returned by pkg_resources. | ||||
* | Fixed handling of direct URL specifiers in requirements (#250) | Benoit Pierre | 2018-09-23 | 1 | -0/+3 |
| | | | Do not strip the URLs. Fixes #249. | ||||
* | Added a "real proper" fix for duplicate metadata lines | Alex Grönholm | 2018-07-18 | 1 | -38/+36 |
| | |||||
* | Added a better test for duplicated generated requirements | wim glenn | 2018-07-17 | 1 | -0/+23 |
| | | | | Signed-off-by: Alex Grönholm <alex.gronholm@nextday.fi> | ||||
* | Eliminated duplicate generated requirements | Alex Grönholm | 2018-07-17 | 1 | -1/+1 |
| | | | | Closes #242. | ||||
* | Fix handling of requirements' environment markers. (#213) | Benoit Pierre | 2018-01-03 | 1 | -0/+25 |
Parenthesize markers before adding the `and extra == "..."` clause so it does not break the logic of the preceding expression when `or` operands are used. |