14
0

Accepting request 786192 from home:pgajdos:python

- version update to 2.8.4
  * `#89 <https://github.com/rbarrois/python-semanticversion/issues/89>`_:
    Properly coerce versions with leading zeroes in components (e.g.
    ``1.01.007``)
  - Add `Clause.prettyprint()` for debugging
  * `#86 <https://github.com/rbarrois/python-semanticversion/issues/86>`_:
    Fix handling of prerelease ranges within `NpmSpec`

OBS-URL: https://build.opensuse.org/request/show/786192
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semantic_version?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2020-03-18 17:38:47 +00:00
committed by Git OBS Bridge
parent c200651640
commit 5ecef0126c
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Mar 18 13:38:47 UTC 2020 - pgajdos@suse.com
- version update to 2.8.4
* `#89 <https://github.com/rbarrois/python-semanticversion/issues/89>`_:
Properly coerce versions with leading zeroes in components (e.g.
``1.01.007``)
- Add `Clause.prettyprint()` for debugging
* `#86 <https://github.com/rbarrois/python-semanticversion/issues/86>`_:
Fix handling of prerelease ranges within `NpmSpec`
-------------------------------------------------------------------
Tue Sep 10 10:29:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>