Provides python-parse for compatibility
This commit is contained in:
parent
a0d5328752
commit
eb87d4145e
@ -1,6 +1,6 @@
|
||||
Name: python-parse
|
||||
Version: 1.8.4
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Python Parse Module
|
||||
License: BSD
|
||||
URL: http://pypi.python.org/pypi/parse
|
||||
@ -12,6 +12,7 @@ A python module which parses specific strings adopted the format() syntax.
|
||||
|
||||
%package -n python2-parse
|
||||
Summary: Python2 Parse Module
|
||||
%{?python_provide:%python_provide python2-parse}
|
||||
BuildRequires: python2-devel
|
||||
%description -n python2-parse
|
||||
|
||||
@ -20,6 +21,7 @@ Parse Module for Python2.
|
||||
|
||||
%package -n python3-parse
|
||||
Summary: Python3 Parse Module
|
||||
%{?python_provide:%python_provide python3-parse}
|
||||
BuildRequires: python3-devel
|
||||
%description -n python3-parse
|
||||
|
||||
@ -52,6 +54,9 @@ Parse Module for Python3.
|
||||
%{python3_sitelib}/__pycache__/parse.*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 27 2021 lingsheng <lingsheng@huawei.com> - 1.8.4-3
|
||||
- Provides python-parse for compatibility
|
||||
|
||||
* Fri Dec 13 2019 Shuaishuai Song <songshuaishuai2@huawei.com> - 1.8.4-2
|
||||
- package init
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user