forked from pool/python-parver
Accepting request 1134331 from devel:languages:python
- 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/request/show/1134331 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parver?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4a3dbb93c53373ee9a0ba055e4858c44169b204b912e49d003ead95db9a9bca
|
||||
size 25526
|
||||
3
parver-0.5.tar.gz
Normal file
3
parver-0.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9fde1e6bb9ce9f07e08e9c4bea8d8825c5e78e18a0052d02e02bf9517eb4777
|
||||
size 26908
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 20 21:41:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.5:
|
||||
* Added support for Python 3.12
|
||||
* Removed support for Python 3.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 20 09:30:41 UTC 2023 - pgajdos@suse.com
|
||||
|
||||
@@ -22,7 +29,7 @@ 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
|
||||
* Errors raised for keyword-only argument errors on Python 3 did
|
||||
not have the right error message.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
@@ -17,13 +17,14 @@
|
||||
|
||||
|
||||
Name: python-parver
|
||||
Version: 0.4
|
||||
Version: 0.5
|
||||
Release: 0
|
||||
Summary: Module to parse and manipulate version numbers
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/RazerM/parver
|
||||
Source: https://files.pythonhosted.org/packages/source/p/parver/parver-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
|
||||
Reference in New Issue
Block a user