forked from pool/python-parver
- update to 0.3.1
* Grammar is parsed when first used to improve import time.
* The minimum attrs version is now 19.2.
* Errors raised for keyword-only argument errors on Python 3 did
not have the right error message.
OBS-URL: https://build.opensuse.org/request/show/865907
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parver?expand=0&rev=6
51 lines
1.8 KiB
Plaintext
51 lines
1.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Jan 22 09:28:08 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- update to 0.3.1
|
|
* Grammar is parsed when first used to improve import time.
|
|
* The minimum attrs version is now 19.2.
|
|
* Errors raised for keyword-only argument errors on Python 3 did
|
|
not have the right error message.
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Use noun phrase in summary.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 12 01:58:45 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Activate Python 2 support
|
|
- Activate %check
|
|
- Use %license
|
|
- Remove unnecessar build dependency on python-devel
|
|
- Remove inappropriate Suggests for build related packages
|
|
- Add minimum versions for all dependencies
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 20 17:30:32 UTC 2019 - Niels Abspoel <aboe76@gmail.com>
|
|
|
|
- Update to parver-0.2.1
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 8 15:44:05 UTC 2018 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Update to parver-0.2.0
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 5 12:52:53 UTC 2018 - aboe76@gmail.com
|
|
|
|
- Initial package python-parver
|