diff --git a/parver-0.4.tar.gz b/parver-0.4.tar.gz deleted file mode 100644 index 679fba4..0000000 --- a/parver-0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4a3dbb93c53373ee9a0ba055e4858c44169b204b912e49d003ead95db9a9bca -size 25526 diff --git a/parver-0.5.tar.gz b/parver-0.5.tar.gz new file mode 100644 index 0000000..977bcee --- /dev/null +++ b/parver-0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9fde1e6bb9ce9f07e08e9c4bea8d8825c5e78e18a0052d02e02bf9517eb4777 +size 26908 diff --git a/python-parver.changes b/python-parver.changes index d253f9d..5f80fb4 100644 --- a/python-parver.changes +++ b/python-parver.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Dec 20 21:41:40 UTC 2023 - Dirk Müller + +- 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á - 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. ------------------------------------------------------------------- diff --git a/python-parver.spec b/python-parver.spec index c12e361..b1da360 100644 --- a/python-parver.spec +++ b/python-parver.spec @@ -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}