15
0
forked from pool/python-parver

- update to 0.3.0

* Version.truncate method to remove trailing zeros from the release segment
 * Version.bump_epoch method.
 * Version now validates each item in the release sequence.
 * Add by keyword argument to bump_pre, bump_post, and bump_dev methods
 * The Version constructor now uses an empty string to represent an implicit
    zero instead of None
 * Version.clear is no longer necessary.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parver?expand=0&rev=4
This commit is contained in:
2020-03-06 09:36:26 +00:00
committed by Git OBS Bridge
parent 0d1bd2ff88
commit 7e9a997120
4 changed files with 20 additions and 8 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Mar 6 09:34:34 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.3.0
* Version.truncate method to remove trailing zeros from the release segment
* Version.bump_epoch method.
* Version now validates each item in the release sequence.
* Add by keyword argument to bump_pre, bump_post, and bump_dev methods
* The Version constructor now uses an empty string to represent an implicit
zero instead of None
* Version.clear is no longer necessary.
-------------------------------------------------------------------
Tue Feb 12 10:21:06 UTC 2019 - Jan Engelhardt <jengelh@inai.de>