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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user