Update to 5.3.0
This commit is contained in:
parent
46cc93f60d
commit
8c9372996d
Binary file not shown.
BIN
configparser-5.3.0.tar.gz
Normal file
BIN
configparser-5.3.0.tar.gz
Normal file
Binary file not shown.
@ -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 <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
|
||||
- Upgrade to version 5.2.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user