diff --git a/configparser-5.2.0.tar.gz b/configparser-5.2.0.tar.gz deleted file mode 100644 index 9b36d04..0000000 Binary files a/configparser-5.2.0.tar.gz and /dev/null differ diff --git a/configparser-5.3.0.tar.gz b/configparser-5.3.0.tar.gz new file mode 100644 index 0000000..c7fee9d Binary files /dev/null and b/configparser-5.3.0.tar.gz differ diff --git a/python-configparser.spec b/python-configparser.spec index 4aa2eee..3150aca 100644 --- a/python-configparser.spec +++ b/python-configparser.spec @@ -4,7 +4,7 @@ has seen a major update in Python 3.2. This package is a backport of \ those changes so that they can be used directly in Python 2.6 - 3.5. Name: python-configparser -Version: 5.2.0 +Version: 5.3.0 Release: 1 Summary: Configuration file parser for python License: MIT @@ -13,6 +13,8 @@ Source0: https://pypi.python.org/packages/source/c/configparser/configpar BuildArch: noarch BuildRequires: python3-devel python3-setuptools +BuildRequires: python3-pip python3-wheel python3-pytest +BuildRequires: python3-hatch-vcs Requires: python3-setuptools %description %_description @@ -28,19 +30,23 @@ Summary: Configuration file parser for python rm -rf *.egg-info %build -%{__python3} setup.py build +%pyproject_build %install -%{__python3} setup.py install --skip-build --root %{buildroot} +%pyproject_install %check -%{__python3} setup.py test +export PYTHONPATH=%{buildroot}%{python3_sitelib} +pytest %files -n python3-configparser %doc README.rst %{python3_sitelib}/* %changelog +* Thu Jun 01 2023 yaoxin - 5.3.0-1 +- Update to 5.3.0 + * Tue Jun 07 2022 SimpleUpdate Robot - 5.2.0-1 - Upgrade to version 5.2.0