!4 Provides python-parse for compatibility

From: @ultra_planet
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-11-01 11:13:18 +00:00 committed by Gitee
commit 57f36ac58f

View File

@ -1,6 +1,6 @@
Name: python-parse Name: python-parse
Version: 1.8.4 Version: 1.8.4
Release: 2 Release: 3
Summary: Python Parse Module Summary: Python Parse Module
License: BSD License: BSD
URL: http://pypi.python.org/pypi/parse 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 %package -n python2-parse
Summary: Python2 Parse Module Summary: Python2 Parse Module
%{?python_provide:%python_provide python2-parse}
BuildRequires: python2-devel BuildRequires: python2-devel
%description -n python2-parse %description -n python2-parse
@ -20,6 +21,7 @@ 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
%description -n python3-parse %description -n python3-parse
@ -52,6 +54,9 @@ Parse Module for Python3.
%{python3_sitelib}/__pycache__/parse.* %{python3_sitelib}/__pycache__/parse.*
%changelog %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 * Fri Dec 13 2019 Shuaishuai Song <songshuaishuai2@huawei.com> - 1.8.4-2
- package init - package init