summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version: 20.6.7 → 20.7.0v20.7.0Jason R. Coombs2016-04-102-2/+2
|
* Instead of reasing a new exception, just augment the existing exception, ↵Jason R. Coombs2016-04-071-2/+5
| | | | avoiding any concerns about exception type, but still communicating the context necessary to trace the issue. Ref #537.
* Update changelogJason R. Coombs2016-04-071-2/+7
|
* Trap additional exceptions. Fixes #536.Jason R. Coombs2016-04-072-1/+8
|
* Merge pull request #537 from ri0t/patch-1Jason R. Coombs2016-04-071-1/+4
|\ | | | | This helps finding packages with bad utf
| * This helps finding packages with bad utfriot2016-04-071-1/+4
| | | | | | Checking hundreds of possibly installed packages manually should NOT be expected of the user ;)
* | Merge pull request #533 from s-t-e-v-e-n-k/compare-ep-attributesJason R. Coombs2016-04-071-1/+4
|\ \ | | | | | | Stop comparing repr()'s in TestEntryPoint
| * | Stop comparing repr()'s in TestEntryPointSteve Kowalik2016-04-061-1/+4
| |/ | | | | | | | | | | | | | | | | In Python 3, the default order of iterables can not determined, so comparing the repr of objects that include tuples is not static like it is under Python 2. Compare the attributes of EntryPoint instead, making sure to sort .attrs and .extras. Closes: #526
* | Rely on short-circuit in 'or' rather than building a separate iterable.Jason R. Coombs2016-04-071-8/+1
| |
* | Adjust expectation that 'extra' is not in the marker evaluation if no extras ↵Jason R. Coombs2016-04-072-13/+17
| | | | | | | | demanded the requirement.
* | Extract _ReqExtras to encapsulate that functionality and decouple it from ↵Jason R. Coombs2016-04-072-28/+48
| | | | | | | | WorkingSet.
* | Merge pull request #532 from s-t-e-v-e-n-k/readd-exception-for-marker-evalJason R. Coombs2016-04-072-1/+7
|\ \ | |/ |/| Reinstate the or guard in WorkingSet._markers_pass
| * Reinstate the or guard in WorkingSet._markers_passSteve Kowalik2016-04-062-1/+7
|/
* Remove fallback value until there's something that explains or requires it.Jason R. Coombs2016-04-051-1/+1
|
* Extract method for testing marker evaluationJason R. Coombs2016-04-051-11/+24
|
* Added tag v20.6.8 for changeset a00910db03ecJason R. Coombs2016-04-051-0/+1
|
* Update changelogJason R. Coombs2016-04-051-0/+6
|
* Merge pull request #530 from s-t-e-v-e-n-k/fix-extra-markers-requiresJason R. Coombs2016-04-053-11/+85
|\ | | | | Restore evaluating environment markers in WorkingSet
| * Restore evaluating environment markers in WorkingSetSteve Kowalik2016-04-053-11/+85
|/ | | | | | | | | | Correctly deal with parsed requirements that include extras as a marker inside WorkingSet that are populated from METADATA inside wheels, like we get from pip>=7. This partially reverts commit 04d10ff025e1cbef7ec93a2008c930e856045c8a. Closes: #523
* MergeJason R. Coombs2016-04-013-2/+3
|\
| * Added tag v20.6.7 for changeset 0804d30b6eadJason R. Coombs2016-03-311-0/+1
| |
| * Bump version: 20.6.6 → 20.6.7v20.6.7Jason R. Coombs2016-03-312-2/+2
| |
* | Rename CHANGES and README files for nicer rendering on Github.Jason R. Coombs2016-04-018-6/+4
| |
* | Merge pull request #528 from s-t-e-v-e-n-k/drop-safe-reprJason R. Coombs2016-04-011-11/+0
|\ \ | |/ |/| Drop unused safe_repr function
| * Drop unused safe_repr functionSteve Kowalik2016-04-011-11/+0
|/ | | | | When _assertIn was removed from test_resources, the safe_repr function was not dropped, leaving it with no callers, so drop it.
* Bypass environment marker evaluation in requirements resolution. Ref #523.Jason R. Coombs2016-03-314-2/+14
|
* Extract separate test for test_environment_markers in test_resources. Remove ↵Jason R. Coombs2016-03-312-4/+8
| | | | unused variable.
* Remove unused importsJason R. Coombs2016-03-311-7/+0
|
* Added tag v20.6.6 for changeset b04dbdd161d7Jason R. Coombs2016-03-301-0/+2
|
* Ensure sphinx is present for building docsv20.6.6Jason R. Coombs2016-03-301-1/+1
|
* Added tag v20.6.6 for changeset 57d63b38e855Jason R. Coombs2016-03-301-0/+1
|
* Bump version: 20.6.5 → 20.6.6Jason R. Coombs2016-03-302-2/+2
|
* Fix error in docs buildJason R. Coombs2016-03-301-0/+1
|
* Merge distribute tag updatesJason R. Coombs2016-03-301-52/+40
|\
| * Update tags for rebase to 'distribute' branch (Mercurial)archive/distributeJason R. Coombs2016-03-301-52/+40
| | | | | | | | | | --HG-- branch : distribute
| * Closing distribute branch again.Jason R. Coombs2013-11-030-0/+0
| | | | | | | | | | | | --HG-- branch : distribute extra : close : 1
| * Re-opening old wounds (branches) to further deprecate Distribute and remove ↵Jason R. Coombs2013-11-038-7099/+2
| | | | | | | | | | | | | | docs. --HG-- branch : distribute
| * Distribute maintenance discontinuedJason R. Coombs2013-10-300-0/+0
| | | | | | | | | | | | --HG-- branch : distribute extra : close : 1
| * MergeJason R. Coombs2013-08-251-20/+6
| |\ | | | | | | | | | | | | --HG-- branch : distribute
| | * Updated distribute documentation home page to indicate the deprecation and ↵Jason R. Coombs2013-08-251-20/+6
| | | | | | | | | | | | | | | | | | | | | provide links to the newer hotness. Fixes Distribute #384. --HG-- branch : distribute
* | | Update changelogJason R. Coombs2016-03-301-0/+9
| | |
* | | Merge pull request #522 from s-t-e-v-e-n-k/update-packagingJason R. Coombs2016-03-303-3/+8
|\ \ \ | | | | | | | | Update vendored packaging to 16.6
| * | | Update vendored packaging to 16.6Steve Kowalik2016-03-303-3/+8
| | | | | | | | | | | | | | | | Closes #503
* | | | Recognize semver versions with v prefix in rst.linker configJason R. Coombs2016-03-291-1/+1
| | | |
* | | | Don't test the bootstrap script. It fails when deploys are happening, which ↵Jason R. Coombs2016-03-291-2/+0
| | | | | | | | | | | | | | | | is common when releases are being made.
* | | | Added tag v20.6.5 for changeset 7e0ab283db4eJason R. Coombs2016-03-291-0/+1
| | | |
* | | | Bump version: 20.6.4 → 20.6.5v20.6.5Jason R. Coombs2016-03-292-2/+2
| | | |
* | | | Logic in upload_docs will only trigger docs build if no docs dir was ↵Jason R. Coombs2016-03-291-1/+1
| | | | | | | | | | | | | | | | specified, so explicitly build during release. Fixes #524.
* | | | Added tag v20.6.4 for changeset 7258be20fe93Jason R. Coombs2016-03-291-0/+1
| | | |
* | | | Bump version: 20.6.3 → 20.6.4v20.6.4Jason R. Coombs2016-03-292-2/+2
| | | |