Update to 5.3.0

This commit is contained in:
starlet-dx 2023-06-01 14:53:24 +08:00
parent 46cc93f60d
commit 8c9372996d
3 changed files with 10 additions and 4 deletions

Binary file not shown.

BIN
configparser-5.3.0.tar.gz Normal file

Binary file not shown.

View File

@ -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. those changes so that they can be used directly in Python 2.6 - 3.5.
Name: python-configparser Name: python-configparser
Version: 5.2.0 Version: 5.3.0
Release: 1 Release: 1
Summary: Configuration file parser for python Summary: Configuration file parser for python
License: MIT License: MIT
@ -13,6 +13,8 @@ Source0: https://pypi.python.org/packages/source/c/configparser/configpar
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-devel python3-setuptools BuildRequires: python3-devel python3-setuptools
BuildRequires: python3-pip python3-wheel python3-pytest
BuildRequires: python3-hatch-vcs
Requires: python3-setuptools Requires: python3-setuptools
%description %_description %description %_description
@ -28,19 +30,23 @@ Summary: Configuration file parser for python
rm -rf *.egg-info rm -rf *.egg-info
%build %build
%{__python3} setup.py build %pyproject_build
%install %install
%{__python3} setup.py install --skip-build --root %{buildroot} %pyproject_install
%check %check
%{__python3} setup.py test export PYTHONPATH=%{buildroot}%{python3_sitelib}
pytest
%files -n python3-configparser %files -n python3-configparser
%doc README.rst %doc README.rst
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Thu Jun 01 2023 yaoxin <yao_xin001@hoperun.com> - 5.3.0-1
- Update to 5.3.0
* Tue Jun 07 2022 SimpleUpdate Robot <tc@openeuler.org> - 5.2.0-1 * Tue Jun 07 2022 SimpleUpdate Robot <tc@openeuler.org> - 5.2.0-1
- Upgrade to version 5.2.0 - Upgrade to version 5.2.0