Compare commits
No commits in common. "f006b5283eaab476c9c0c12287dd88db5a5cf1b1" and "a4e0869b13c89f11375001ee86955c9be8023997" have entirely different histories.
f006b5283e
...
a4e0869b13
Binary file not shown.
BIN
parse-1.8.4.tar.gz
Normal file
BIN
parse-1.8.4.tar.gz
Normal file
Binary file not shown.
@ -1,21 +1,26 @@
|
|||||||
Name: python-parse
|
Name: python-parse
|
||||||
Version: 1.19.1
|
Version: 1.8.4
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Python Parse Module
|
Summary: Python Parse Module
|
||||||
License: MIT
|
License: BSD
|
||||||
URL: https://github.com/r1chardj0n3s/parse
|
URL: http://pypi.python.org/pypi/parse
|
||||||
Source0: https://github.com/r1chardj0n3s/parse/archive/refs/tags/parse-1.19.1.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/p/parse/parse-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A python module which parses specific strings adopted the format() syntax.
|
A python module which parses specific strings adopted the format() syntax.
|
||||||
|
|
||||||
|
%package -n python2-parse
|
||||||
|
Summary: Python2 Parse Module
|
||||||
|
BuildRequires: python2-devel
|
||||||
|
%description -n python2-parse
|
||||||
|
|
||||||
|
Parse Module for Python2.
|
||||||
|
|
||||||
|
|
||||||
%package -n python3-parse
|
%package -n python3-parse
|
||||||
Summary: Python3 Parse Module
|
Summary: Python3 Parse Module
|
||||||
%{?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.
|
||||||
@ -24,33 +29,29 @@ Parse Module for Python3.
|
|||||||
%autosetup -n parse-%{version} -p1
|
%autosetup -n parse-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_build
|
%py2_build
|
||||||
|
%py3_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install
|
%py2_install
|
||||||
|
%py3_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%{__python2} test_parse.py
|
||||||
%{__python3} test_parse.py
|
%{__python3} test_parse.py
|
||||||
|
|
||||||
|
%files -n python2-parse
|
||||||
|
%doc README.rst
|
||||||
|
%{python2_sitelib}/parse-%{version}-*.egg-info
|
||||||
|
%{python2_sitelib}/parse.py*
|
||||||
|
|
||||||
%files -n python3-parse
|
%files -n python3-parse
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/parse-%{version}-*.egg-info
|
||||||
|
%{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
|
|
||||||
- License compliance rectification
|
|
||||||
|
|
||||||
* Tue Jan 18 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.19.0-1
|
|
||||||
- Upgrade to version 1.19.0
|
|
||||||
|
|
||||||
* Mon Sep 27 2021 lingsheng <lingsheng@huawei.com> - 1.8.4-4
|
|
||||||
- Provides python-parse for compatibility
|
|
||||||
|
|
||||||
* Wed Oct 21 2020 wangxiao <wangxiao65@huawei.com> - 1.8.4-3
|
|
||||||
- drop python2 subpackage
|
|
||||||
|
|
||||||
* Fri Dec 13 2019 Shuaishuai Song <songshuaishuai2@huawei.com> - 1.8.4-2
|
* Fri Dec 13 2019 Shuaishuai Song <songshuaishuai2@huawei.com> - 1.8.4-2
|
||||||
- package init
|
- package init
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user