summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bumped to 8.2.2 in preparation for next release.Jason R. Coombs2014-12-182-2/+2
|
* Added tag 8.2.1 for changeset efbe39dae0abJason R. Coombs2014-12-181-0/+1
|
* Bumped to 8.2.1 in preparation for next release.8.2.1Jason R. Coombs2014-12-182-2/+2
|
* Update changelog; fixes #306.Jason R. Coombs2014-12-181-0/+7
|
* Merge pull request #23 from dstufft/silence-pep440-warningsJason R. Coombs2014-12-182-0/+12
|\ | | | | Silence PEP440Warning by default unless invoking easy_install
| * Silence PEP440Warning by default unless invoking easy_installDonald Stufft2014-12-182-0/+12
|/
* Bumped to 8.3 in preparation for next release.Jason R. Coombs2014-12-182-2/+2
|
* Added tag 8.2 for changeset 995f6d965131Jason R. Coombs2014-12-181-0/+1
|
* Merge with 8.18.2Jason R. Coombs2014-12-188-51/+80
|\
| * Bumped to 8.2 in preparation for next release.Jason R. Coombs2014-12-182-2/+2
| |
| * Added tag 8.1 for changeset 3f87370b6863Jason R. Coombs2014-12-181-0/+1
| |
| * Bumped to 8.1 in preparation for next release.8.1Jason R. Coombs2014-12-182-2/+2
| |
| * Update changelogJason R. Coombs2014-12-181-0/+10
| |
| * Merge pull request #22 from dstufft/upgrade-packagingJason R. Coombs2014-12-183-39/+39
| |\ | | | | | | Upgrade packaging to 14.5
| | * Upgrade packaging to 14.5Donald Stufft2014-12-173-39/+39
| | | | | | | | | | | | * Normalizes release candidates to 1.0rc1 instead of 1.0c1
| * | Merge pull request #21 from dstufft/subclass-warningJason R. Coombs2014-12-181-1/+11
| |\ \ | | | | | | | | Add a PEP440Warning to make it easier to silence these warnings
| | * | Add a PEP440Warning to make it easier to silence these warningsDonald Stufft2014-12-181-1/+11
| |/ /
| * | Merge pull request #20 from dstufft/dont-warn-emptyJason R. Coombs2014-12-181-9/+17
| |\ \ | | |/ | |/| Don't warn on empty non PEP 440 versions
| | * Don't warn on empty non PEP 440 versionsDonald Stufft2014-12-171-9/+17
| |/ | | | | | | | | | | Empty versions which are not PEP 440 are more likely to be the fault of setuptools internals rather than anything a user has done so these warnings are needless spam in that situation.
* | Merge with 8.0.4Jason R. Coombs2014-12-155-3/+14
|\ \ | |/
| * Correct syntax error in docs.Jason R. Coombs2014-12-151-1/+1
| |
| * Bumped to 8.0.5 in preparation for next release.Jason R. Coombs2014-12-152-2/+2
| |
| * Added tag 8.0.4 for changeset 2c467afffe9fJason R. Coombs2014-12-151-0/+1
| |
| * Update changelog8.0.4Jason R. Coombs2014-12-151-0/+10
| |
| * Upgrade packaging to 14.4Donald Stufft2014-12-153-6/+8
| | | | | | | | | | | | This fixes an error where there is a different result for if 2.0.5 is contained within >2.0dev and >2.0.dev even though normalization rules should have made them equal.
| * Add a warning when version is parsed as legacyDonald Stufft2014-12-131-0/+11
| |
* | Merge pull request #19 from dstufft/upgrade-packagingJason R. Coombs2014-12-153-6/+8
|\ \ | | | | | | Upgrade packaging to 14.4
| * | Upgrade packaging to 14.4Donald Stufft2014-12-153-6/+8
| | | | | | | | | | | | | | | | | | This fixes an error where there is a different result for if 2.0.5 is contained within >2.0dev and >2.0.dev even though normalization rules should have made them equal.
* | | Merge pull request #15 from dstufft/add-warningJason R. Coombs2014-12-151-0/+11
|\ \ \ | |/ / |/| | Add a warning when version is parsed as legacy
| * | Add a warning when version is parsed as legacyDonald Stufft2014-12-131-0/+11
| | |
* | | Merge with 8.0.3Jason R. Coombs2014-12-154-2/+9
|\ \ \ | | |/ | |/|
| * | Bumped to 8.0.4 in preparation for next release.Jason R. Coombs2014-12-152-2/+2
| | |
| * | Added tag 8.0.3 for changeset 6c3467488123Jason R. Coombs2014-12-151-0/+1
| | |
| * | Update changelog8.0.3Jason R. Coombs2014-12-151-0/+6
| | |
| * | Define a __hash__ on the packaging.version.Version subclassesDonald Stufft2014-12-152-0/+13
| | | | | | | | | | | | | | | | | | | | | In Python 3.x a subclass will not inherent the __hash__ method from the parent classes if the subclass defines a __eq__ method. This means that without defining our own __hash__ the SetuptoolsVersion classes are unhashable.
* | | Merge pull request #18 from dstufft/hashable-versionsJason R. Coombs2014-12-152-0/+13
|\ \ \ | | | | | | | | Define a __hash__ on the packaging.version.Version subclasses
| * | | Define a __hash__ on the packaging.version.Version subclassesDonald Stufft2014-12-152-0/+13
|/ / / | | | | | | | | | | | | | | | | | | In Python 3.x a subclass will not inherent the __hash__ method from the parent classes if the subclass defines a __eq__ method. This means that without defining our own __hash__ the SetuptoolsVersion classes are unhashable.
* | | Merge with 8.0.2Jason R. Coombs2014-12-144-2/+10
|\ \ \ | |/ /
| * | Bumped to 8.0.3 in preparation for next release.Jason R. Coombs2014-12-142-2/+2
| | |
| * | Added tag 8.0.2 for changeset 1c03d512e39dJason R. Coombs2014-12-141-0/+1
| | |
| * | Update changelog8.0.2Jason R. Coombs2014-12-141-0/+7
| | |
| * | Add more compatability shims to SetuptoolsVersionDonald Stufft2014-12-142-0/+61
| | | | | | | | | | | | | | | | | | | | | * Enables indexing the SetuptoolsVersion objects, triggering the legacy behavior warning. * Enables comparing the SetuptoolsVersion object to a tuple, again triggering the legacy behavior warning.
* | | Merge pull request #17 from dstufft/fix-buildout-againJason R. Coombs2014-12-142-0/+61
|\ \ \ | | | | | | | | Add more compatability shims to SetuptoolsVersion
| * | | Add more compatability shims to SetuptoolsVersionDonald Stufft2014-12-142-0/+61
|/ / / | | | | | | | | | | | | | | | | | | * Enables indexing the SetuptoolsVersion objects, triggering the legacy behavior warning. * Enables comparing the SetuptoolsVersion object to a tuple, again triggering the legacy behavior warning.
* | | Merge with 8.0.1Jason R. Coombs2014-12-134-2/+10
|\ \ \ | |/ /
| * | Bumped to 8.0.2 in preparation for next release.Jason R. Coombs2014-12-132-2/+2
| | |
| * | Added tag 8.0.1 for changeset d62bf4e407b3Jason R. Coombs2014-12-131-0/+1
| | |
| * | Bumped to 8.0.1 in preparation for next release.8.0.1Jason R. Coombs2014-12-132-2/+2
| | |
| * | Update changelogJason R. Coombs2014-12-131-0/+7
| | |
| * | Restore iterating over Version objects for compat with buildoutDonald Stufft2014-12-132-2/+88
| |/