forked from pool/python-packaging
Accepting request 590421 from home:TheBlackCat:branches:devel:languages:python
- Update to version 17.1 * Fix utils.canonicalize_version when supplying non PEP 440 versions. - Update to version 17.0 * Drop support for python 2.6, 3.2, and 3.3. * Define minimal pyparsing version to 2.0.2 (#91). * Add epoch, release, pre, dev, and post attributes to Version and LegacyVersion (#34). * Add Version().is_devrelease and LegacyVersion().is_devrelease to make it easy to determine if a release is a development release. * Add utils.canonicalize_version to canonicalize version strings or Version instances (#121). OBS-URL: https://build.opensuse.org/request/show/590421 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-packaging?expand=0&rev=19
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 22 20:37:57 UTC 2018 - toddrme2178@gmail.com
|
||||
|
||||
- Update to version 17.1
|
||||
* Fix utils.canonicalize_version when supplying non PEP 440 versions.
|
||||
- Update to version 17.0
|
||||
* Drop support for python 2.6, 3.2, and 3.3.
|
||||
* Define minimal pyparsing version to 2.0.2 (#91).
|
||||
* Add epoch, release, pre, dev, and post attributes to Version and LegacyVersion (#34).
|
||||
* Add Version().is_devrelease and LegacyVersion().is_devrelease to make it easy to determine if a release is a development release.
|
||||
* Add utils.canonicalize_version to canonicalize version strings or Version instances (#121).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 2 08:41:19 UTC 2017 - dmueller@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user