15
0
forked from pool/python-parver
Commit Graph

8 Commits

Author SHA256 Message Date
470d99891e - build for python 3.8 and above
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parver?expand=0&rev=13
2024-01-29 21:06:43 +00:00
bf43864756 - update to 0.5:
* Added support for Python 3.12
  * Removed support for Python 3.7
  * Errors raised for keyword-only argument errors on Python 3 did

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parver?expand=0&rev=11
2023-12-20 21:42:40 +00:00
John Vandenberg
0fdf1d586e Accepting request 1073081 from home:pgajdos:python
- version update to 0.4
   Added
    Type hints.
  Removed
    Support for Python 2.7, 3.5, and 3.6.
    __version__, __author__, and __email__ attributes from parver
    module. Use :mod:`importlib.metadata` instead.

OBS-URL: https://build.opensuse.org/request/show/1073081
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parver?expand=0&rev=9
2023-03-20 09:49:27 +00:00
John Vandenberg
a1eefe56d9 Accepting request 937331 from home:susnux:branches:devel:languages:python
Skip build for python 2 to fix build on Leap

hypothesis is not python 2 compatible anymore, so either no tests or no build with python2. And as no tests mean no trustful build -> no build

OBS-URL: https://build.opensuse.org/request/show/937331
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parver?expand=0&rev=8
2021-12-10 07:13:15 +00:00
f44bd499e1 Accepting request 865907 from home:mcalabkova:branches:devel:languages:python
- 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
2021-01-22 10:06:58 +00:00
7e9a997120 - 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
2020-03-06 09:36:26 +00:00
Tomáš Chvátal
628be08388 Accepting request 673625 from home:jengelh:branches:devel:languages:python
- Use noun phrase in summary.

OBS-URL: https://build.opensuse.org/request/show/673625
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parver?expand=0&rev=2
2019-02-12 11:29:47 +00:00
Tomáš Chvátal
9db79dbd4a Accepting request 673502 from home:jayvdb:coala:python3-bears
- 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
- Update to parver-0.2.1

OBS-URL: https://build.opensuse.org/request/show/673502
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parver?expand=0&rev=1
2019-02-12 09:22:15 +00:00