python-configparser/python-configparser.spec

58 lines
1.6 KiB
RPMSpec
Raw Normal View History

2019-11-28 16:34:32 +08:00
%global _description \
The ancient ConfigParser module available in the standard library 2.x \
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
2023-06-01 14:53:24 +08:00
Version: 5.3.0
2022-06-13 16:47:17 +08:00
Release: 1
2019-11-28 16:34:32 +08:00
Summary: Configuration file parser for python
License: MIT
URL: https://bitbucket.org/ambv/configparser
Source0: https://pypi.python.org/packages/source/c/configparser/configparser-%{version}.tar.gz
BuildArch: noarch
2020-10-30 14:29:45 +08:00
BuildRequires: python3-devel python3-setuptools
2023-06-01 14:53:24 +08:00
BuildRequires: python3-pip python3-wheel python3-pytest
BuildRequires: python3-hatch-vcs
2020-10-30 14:29:45 +08:00
Requires: python3-setuptools
2019-11-28 16:34:32 +08:00
%description %_description
%package -n python3-configparser
Summary: Configuration file parser for python
%{?python_provide:%python_provide python3-configparser}
%description -n python3-configparser %_description
%prep
%autosetup -n configparser-%{version} -p1
rm -rf *.egg-info
%build
2023-06-01 14:53:24 +08:00
%pyproject_build
2019-11-28 16:34:32 +08:00
%install
2023-06-01 14:53:24 +08:00
%pyproject_install
2019-11-28 16:34:32 +08:00
%check
2023-06-01 14:53:24 +08:00
export PYTHONPATH=%{buildroot}%{python3_sitelib}
pytest
2019-11-28 16:34:32 +08:00
%files -n python3-configparser
%doc README.rst
%{python3_sitelib}/*
%changelog
2023-06-01 14:53:24 +08:00
* Thu Jun 01 2023 yaoxin <yao_xin001@hoperun.com> - 5.3.0-1
- Update to 5.3.0
2022-06-13 16:47:17 +08:00
* Tue Jun 07 2022 SimpleUpdate Robot <tc@openeuler.org> - 5.2.0-1
- Upgrade to version 5.2.0
2020-10-30 14:29:45 +08:00
* Wed Oct 21 2020 chengzihan <chengzihan2@huawei.com> - 3.5.0b2-12
- Remove subpackage python2-configparser
2019-11-28 16:34:32 +08:00
* Fri Nov 15 2019 sunguoshuai <sunguoshuai@huawei.com> - 3.5.0b2-11
- Package init