summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bumped to 20.3 in preparation for next release.20.3Jason R. Coombs2016-03-151-1/+1
|
* Update changelogJason R. Coombs2016-03-151-0/+10
|
* Add in a test that checks comparsion of Requirement with markersSteve Kowalik2016-03-081-0/+22
|
* Add in safe_name for project_name, which disappeared in my refactor.Steve Kowalik2016-03-071-1/+2
|
* Change pkg_resources.Requirement to be a subclass of packagingSteve Kowalik2016-03-073-16/+9
|
* Shift requirement parsing inside RequirementSteve Kowalik2016-03-014-41/+35
|
* Bumped to 20.2.3 in preparation for next release.Jason R. Coombs2016-02-271-1/+1
|
* Added tag 20.2.2 for changeset 48aa5271ef1cJason R. Coombs2016-02-271-0/+1
|
* Ignore pavement.py20.2.2Jason R. Coombs2016-02-271-1/+1
|
* Update changelogJason R. Coombs2016-02-271-0/+6
|
* Bump vendored packaging to 16.5. Fixes #502.Jason R. Coombs2016-02-274-8/+8
|
* Re-run vendoring on packaging 16.4 (adding utils.py module, apparently omitted).Jason R. Coombs2016-02-271-0/+14
|
* Replace makefile with pavement file, granting portability on OS X and ↵Jason R. Coombs2016-02-272-11/+28
| | | | Windows. Fixes #505.
* Add test capturing expectation that spaces between version specifiers should ↵Jason R. Coombs2016-02-251-0/+4
| | | | be allowed. Ref #502.
* Bumped to 20.2.2 in preparation for next release.Jason R. Coombs2016-02-241-1/+1
|
* Added tag 20.2.1 for changeset 1aacb05fbdfeJason R. Coombs2016-02-241-0/+1
|
* Bumped to 20.2.1 in preparation for next release.20.2.1Jason R. Coombs2016-02-241-1/+1
|
* Update changelogJason R. Coombs2016-02-241-0/+6
|
* Update to packaging 16.4. Fixes #499.Steve Kowalik2016-02-234-6/+8
|
* Add test capturing previously allowed usage. Ref #499.Jason R. Coombs2016-02-191-0/+3
|
* Update changelog to reflect new findings.Jason R. Coombs2016-02-191-1/+6
|
* Bumped to 20.3 in preparation for next release.Jason R. Coombs2016-02-191-1/+1
|
* Added tag 20.2 for changeset 74c4ffbe1f39Jason R. Coombs2016-02-191-0/+1
|
* Bumped to 20.2 in preparation for next release.20.2Jason R. Coombs2016-02-191-1/+1
|
* Merge pull request series from Steve Kowalik for updated and unified marker ↵Jason R. Coombs2016-02-1922-638/+4332
|\ | | | | | | implementation. Fixes #122.
| * Update changelogJason R. Coombs2016-02-191-0/+2
| |
| * Fix typo, correcting failures on late Pythons when mock is not already ↵Jason R. Coombs2016-02-191-1/+1
| | | | | | | | installed.
| * Correct tests under both Python 2 and 3.Steve Kowalik2016-02-192-4/+4
| |
| * Merge from master, resolving conflicts.Steve Kowalik2016-02-1632-735/+563
| |\
| * | Correct tests after the move to packaging 16.1.Steve Kowalik2016-02-093-17/+17
| | |
| * | Update to packaging 16.1Steve Kowalik2016-02-086-25/+51
| | |
| * | Switch back to SyntaxError for invalid markers, stops consumers having to ↵Steve Kowalik2016-02-081-3/+6
| | | | | | | | | | | | import packaging themselves
| * | Shift packaging to use shiny extern.Steve Kowalik2016-01-073-8/+8
| | |
| * | Properly merge from default.Steve Kowalik2016-01-072-39/+19
| | |
| * | Merge from default.Steve Kowalik2016-01-0736-240/+1139
| |\ \
| * | | Destroy MarkerEvaluation for being pointless, fix two silly mistakes in ↵Steve Kowalik2016-01-078-175/+46
| | | | | | | | | | | | | | | | tests and update packaging changes.
| * | | Add tests capturing platform_python_implementation and implementation_versionJason R. Coombs2015-12-251-1/+7
| | | |
| * | | Merge pull request #164. Fixes #122.Jason R. Coombs2015-12-2519-472/+4266
| |\ \ \
| | * | | Update to the newest packaging, and collapse _parse_requirement_specsSteve Kowalik2015-12-102-11/+10
| | | | |
| | * | | Merge from master.Steve Kowalik2015-12-109-71/+90
| | |\ \ \
| | * | | | First shot at removing usage of _markerlib and switching to the PEP 508 ↵Steve Kowalik2015-12-1018-472/+4259
| | | | | | | | | | | | | | | | | | | | | | | | implementation in packaging.
* | | | | | Update changelogJason R. Coombs2016-02-191-0/+5
| | | | | |
* | | | | | Remove explicit PEP links now that the linker handles it.Jason R. Coombs2016-02-191-4/+3
| | | | | |
* | | | | | Add timestamps to changelog.Jason R. Coombs2016-02-192-1/+5
| | | | | |
* | | | | | Add hyperlinks to PEPs in changelog.Jason R. Coombs2016-02-191-0/+4
| | | | | |
* | | | | | Remove unused importsJason R. Coombs2016-02-191-2/+1
| | | | | |
* | | | | | Use pytest tmpdir fixture for simplicity and clarity.Jason R. Coombs2016-02-191-8/+4
| | | | | |
* | | | | | Use io module and text type in install_site_pyJason R. Coombs2016-02-191-9/+5
| |_|_|_|/ |/| | | |
* | | | | Correct syntax in changelogJason R. Coombs2016-02-121-3/+3
| | | | |
* | | | | Bumped to 20.1.2 in preparation for next release.Jason R. Coombs2016-02-121-1/+1
| | | | |