forked from pool/python-packaging
38f22d74b8
- update to 15.3: * Normalize post-release spellings for rev/r prefixes. :issue:`35` OBS-URL: https://build.opensuse.org/request/show/321790 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-packaging?expand=0&rev=5
26 lines
901 B
Plaintext
26 lines
901 B
Plaintext
-------------------------------------------------------------------
|
|
Tue Aug 11 07:05:29 UTC 2015 - tbechtold@suse.com
|
|
|
|
- update to 15.3:
|
|
* Normalize post-release spellings for rev/r prefixes. :issue:`35`
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 25 04:01:09 UTC 2015 - tbechtold@suse.com
|
|
|
|
- update to 15.2:
|
|
* Fix an error where the arbitary specifier (``===``) was not correctly
|
|
allowing pre-releases when it was being used.
|
|
* Expose the specifier and version parts through properties on the
|
|
``Specifier`` classes.
|
|
* Allow iterating over the ``SpecifierSet`` to get access to all of the
|
|
``Specifier`` instances.
|
|
* Allow testing if a version is contained within a specifier via the ``in``
|
|
operator.
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 23 18:45:03 UTC 2015 - tbechtold@suse.com
|
|
|
|
- Initial packaging
|
|
|