!10 update version to 3.0.6

From: @tong_1001
Reviewed-by: @openeuler-basic
Signed-off-by: @openeuler-basic
This commit is contained in:
openeuler-ci-bot 2021-12-01 07:28:56 +00:00 committed by Gitee
commit c3f1f40c63
3 changed files with 9 additions and 5 deletions

Binary file not shown.

BIN
pyparsing-3.0.6.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: pyparsing Name: pyparsing
Version: 2.4.7 Version: 3.0.6
Release: 3 Release: 1
Summary: A Python Parsing Module Summary: A Python Parsing Module
License: MIT License: MIT
URL: https://github.com/pyparsing/pyparsing/ URL: https://github.com/pyparsing/pyparsing/
@ -18,6 +18,8 @@ construct the grammar directly in Python code.
%package -n python3-pyparsing %package -n python3-pyparsing
Summary: Pyparsing for python3 Summary: Pyparsing for python3
Provides: python%{python3_pkgversion}dist(pyparsing) = %{version}
Provides: python%{python3_version}dist(pyparsing) = %{version}
%{?python_provide:%python_provide python3-%pyparsing} %{?python_provide:%python_provide python3-%pyparsing}
%description -n python3-pyparsing %description -n python3-pyparsing
@ -43,7 +45,7 @@ dos2unix -k CHANGES LICENSE
%py3_build_wheel %py3_build_wheel
%install %install
%py3_install_wheel pyparsing-%{version}-py2.py3-none-any.whl %py3_install_wheel pyparsing-%{version}-py3-none-any.whl
%pre %pre
@ -56,14 +58,16 @@ dos2unix -k CHANGES LICENSE
%files -n python3-pyparsing %files -n python3-pyparsing
%license LICENSE %license LICENSE
%doc CHANGES README.rst %doc CHANGES README.rst
%{python3_sitelib}/pyparsing.py %{python3_sitelib}/pyparsing/
%{python3_sitelib}/__pycache__/*
%{python3_sitelib}/pyparsing-*dist-info/ %{python3_sitelib}/pyparsing-*dist-info/
%files help %files help
%doc CHANGES README.rst docs examples %doc CHANGES README.rst docs examples
%changelog %changelog
* Wed Dec 01 2021 shixuantong <shixuantong@huawei.com> - 3.0.6-1
- update version to 3.0.6
* Sat Sep 5 2020 shixuantong <shixuantong@huawei.com> - 2.4.7-3 * Sat Sep 5 2020 shixuantong <shixuantong@huawei.com> - 2.4.7-3
- Type: bugfix - Type: bugfix
- ID: NA - ID: NA