- 15 Dec, 2014 8 commits
-
-
Jason R. Coombs authored
Add a warning when version is parsed as legacy
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Define a __hash__ on the packaging.version.Version subclasses
-
Donald Stufft authored
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.
-
Donald Stufft authored
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.
-
- 14 Dec, 2014 13 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Add more compatability shims to SetuptoolsVersion
-
Donald Stufft authored
* Enables indexing the SetuptoolsVersion objects, triggering the legacy behavior warning. * Enables comparing the SetuptoolsVersion object to a tuple, again triggering the legacy behavior warning.
-
Donald Stufft authored
* Enables indexing the SetuptoolsVersion objects, triggering the legacy behavior warning. * Enables comparing the SetuptoolsVersion object to a tuple, again triggering the legacy behavior warning.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Restore iterating over Version objects for compat with buildout
-
- 13 Dec, 2014 13 commits
-
-
Donald Stufft authored
-
Donald Stufft authored
-
Donald Stufft authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 07 Dec, 2014 1 commit
-
-
Jason R. Coombs authored
-
- 26 Nov, 2014 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Now that pytest is invoked via setup.py, it should no longer be necessary to continue to support running tests via setup.py test.
-
- 20 Nov, 2014 3 commits
-
-
Donald Stufft authored
-
Donald Stufft authored
-
Donald Stufft authored
-