14
0

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:
Todd R
2018-03-22 20:43:19 +00:00
committed by Git OBS Bridge
parent d3ba2f0100
commit 5004914bfa
4 changed files with 19 additions and 8 deletions

View File

@@ -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