updated to latest:1.19.1
This commit is contained in:
parent
22e7b51b60
commit
1d43152e41
Binary file not shown.
BIN
parse-1.19.1.tar.gz
Normal file
BIN
parse-1.19.1.tar.gz
Normal file
Binary file not shown.
@ -1,10 +1,10 @@
|
|||||||
Name: python-parse
|
Name: python-parse
|
||||||
Version: 1.19.0
|
Version: 1.19.1
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Python Parse Module
|
Summary: Python Parse Module
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://pypi.python.org/pypi/parse
|
URL: https://github.com/r1chardj0n3s/parse
|
||||||
Source0: https://files.pythonhosted.org/packages/source/p/parse/parse-%{version}.tar.gz
|
Source0: https://github.com/r1chardj0n3s/parse/archive/refs/tags/parse-1.19.1.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -14,6 +14,8 @@ A python module which parses specific strings adopted the format() syntax.
|
|||||||
Summary: Python3 Parse Module
|
Summary: Python3 Parse Module
|
||||||
%{?python_provide:%python_provide python3-parse}
|
%{?python_provide:%python_provide python3-parse}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: python3-pip
|
||||||
|
BuildRequires: python3-wheel
|
||||||
%description -n python3-parse
|
%description -n python3-parse
|
||||||
|
|
||||||
Parse Module for Python3.
|
Parse Module for Python3.
|
||||||
@ -22,21 +24,22 @@ Parse Module for Python3.
|
|||||||
%autosetup -n parse-%{version} -p1
|
%autosetup -n parse-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%pyproject_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%pyproject_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__python3} test_parse.py
|
%{__python3} test_parse.py
|
||||||
|
|
||||||
%files -n python3-parse
|
%files -n python3-parse
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python3_sitelib}/parse-%{version}-*.egg-info
|
%{python3_sitelib}/*
|
||||||
%{python3_sitelib}/parse.py
|
|
||||||
%{python3_sitelib}/__pycache__/parse.*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 07 2023 niuyaru <niuyaru@kylinos.cn> - 1.19.1-1
|
||||||
|
- Upgrade to version 1.19.1
|
||||||
|
|
||||||
* Tue May 10 2022 yangping <yangping69@h-partners> - 1.19.0-2
|
* Tue May 10 2022 yangping <yangping69@h-partners> - 1.19.0-2
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user