aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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.
* 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
|
* Bumped to 8.1 in preparation for next release.Jason R. Coombs2014-12-132-2/+2
|
* Added tag 8.0 for changeset 7ea0e7498e4dJason R. Coombs2014-12-131-0/+1
|
* Merge with 8.0b1 (use packaging for version specifiers)8.0Jason R. Coombs2014-12-1319-195/+1425
|\
| * Added tag 8.0b1 for changeset 850a5c155c48Jason R. Coombs2014-12-071-0/+1
| |
| * fix left over merge indicator8.0b1Donald Stufft2014-11-191-1/+0
| |
| * Fix the use of pacakging.version.SpecifierDonald Stufft2014-11-191-1/+1
| |
| * Always use the vendored copy of packagingDonald Stufft2014-11-192-14/+6
| |
| * Remove packaging from setup.pyDonald Stufft2014-11-191-3/+0
| |
| * Upgrade packaging to 14.3Donald Stufft2014-11-196-414/+751
| |
| * Merge branch 'master' into use-packagingDonald Stufft2014-11-1921-152/+185
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .hgtags CHANGES.txt ez_setup.py setuptools.egg-info/requires.txt setuptools/version.py
| * | Added tag 7.0b1 for changeset 8b8a52665803Jason R. Coombs2014-09-271-0/+1
| | |
| * | Bump to 7.0 in preparation for next release.7.0b1Jason R. Coombs2014-09-272-2/+2
| | |
| * | Update requirementsJason R. Coombs2014-09-271-0/+1
| | |
| * | Prefer packaging library if available.Jason R. Coombs2014-09-275-17/+45
| | |
| * | Fix indentJason R. Coombs2014-09-271-2/+1
| | |
| * | Avoid trailing commentsJason R. Coombs2014-09-271-1/+2
| | |
| * | Update changelog with references to changes.Jason R. Coombs2014-09-271-2/+8
| | |
| * | Merge github pull request #13 (dstufft/setuptools:use-packaging).Jason R. Coombs2014-09-2715-194/+1063
| |\ \
| | * | Implement PEP 440 by using the packaging libraryDonald Stufft2014-09-258-195/+105
| | | |
| | * | Add a vendored copy of packagingDonald Stufft2014-09-257-0/+954
| | | |
* | | | Test bootstrap against 7.0 release.Jason R. Coombs2014-11-251-1/+1
| | | |
* | | | Now that pytest is invoked via setup.py, it should no longer be necessary to ↵Jason R. Coombs2014-11-251-1/+0
| |_|/ |/| | | | | | | | continue to support running tests via setup.py test.
* | | MergeJason R. Coombs2014-11-161-0/+12
|\ \ \
| * | | Mention in the README about possible problems with older wget versions ↵Konstantin Tretyakov2014-11-131-0/+12
| | | | | | | | | | | | | | | | refusing certificates.
* | | | Add link to project home page. Fixes #224.Jason R. Coombs2014-11-161-0/+3
|/ / /
* | | Remove workaround for pytest issueJason R. Coombs2014-10-251-2/+0
| | |
* | | Build the egg_info before running testsJason R. Coombs2014-10-251-0/+1
| | |
* | | Remove Python 2.5 compatibility for sys.dont_write_bytecodeJason R. Coombs2014-10-252-6/+2
| | |
* | | Merged in victorlin/setuptools/bugfix-277 (pull request #105)Jason R. Coombs2014-10-251-1/+1
|\ \ \ | | | | | | | | | | | | Fix #277, data files in symbol link directory are not included issue
| * | | Fix #277, data files in symbol link directory are not included issueVictor Lin2014-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | --HG-- branch : bugfix-277
* | | | tox.ini: Add {posargs} to py.test invocationMarc Abramowitz2014-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows you to specify args on the tox command line that get passed through to py.test -- e.g.: tox -e py27 -- -k testResolve --tb=short setuptools/tests
* | | | Adding 'bootstrap.py' for bootstrapping a development environment when ↵Jason R. Coombs2014-10-251-0/+51
| | | | | | | | | | | | | | | | setuptools metadata isn't already present. Fixes #278.
* | | | Removing stored egg-infoJason R. Coombs2014-10-253-72/+0
|/ / /
* | | Correct typoJason R. Coombs2014-10-231-1/+1
| | |
* | | Bumped to 7.1 in preparation for next release.Jason R. Coombs2014-10-192-2/+2
| | |
* | | Added tag 7.0 for changeset df26609c2f61Jason R. Coombs2014-10-191-0/+1
| | |
* | | Bumped to 7.0 in preparation for next release.7.0Jason R. Coombs2014-10-192-2/+2
| | |
* | | Update changelog for more detail about the impact and possible user actions ↵Jason R. Coombs2014-10-191-9/+14
| | | | | | | | | | | | necessary.
* | | Defer importing of wintypes because it doesn't import nicely. See Python ↵Jason R. Coombs2014-10-191-1/+2
| | | | | | | | | | | | issue 16396.