!10 update version to 3.0.6
From: @tong_1001 Reviewed-by: @openeuler-basic Signed-off-by: @openeuler-basic
This commit is contained in:
commit
c3f1f40c63
Binary file not shown.
BIN
pyparsing-3.0.6.tar.gz
Normal file
BIN
pyparsing-3.0.6.tar.gz
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
Name: pyparsing
|
||||
Version: 2.4.7
|
||||
Release: 3
|
||||
Version: 3.0.6
|
||||
Release: 1
|
||||
Summary: A Python Parsing Module
|
||||
License: MIT
|
||||
URL: https://github.com/pyparsing/pyparsing/
|
||||
@ -18,6 +18,8 @@ construct the grammar directly in Python code.
|
||||
|
||||
%package -n python3-pyparsing
|
||||
Summary: Pyparsing for python3
|
||||
Provides: python%{python3_pkgversion}dist(pyparsing) = %{version}
|
||||
Provides: python%{python3_version}dist(pyparsing) = %{version}
|
||||
%{?python_provide:%python_provide python3-%pyparsing}
|
||||
|
||||
%description -n python3-pyparsing
|
||||
@ -43,7 +45,7 @@ dos2unix -k CHANGES LICENSE
|
||||
%py3_build_wheel
|
||||
|
||||
%install
|
||||
%py3_install_wheel pyparsing-%{version}-py2.py3-none-any.whl
|
||||
%py3_install_wheel pyparsing-%{version}-py3-none-any.whl
|
||||
|
||||
%pre
|
||||
|
||||
@ -56,14 +58,16 @@ dos2unix -k CHANGES LICENSE
|
||||
%files -n python3-pyparsing
|
||||
%license LICENSE
|
||||
%doc CHANGES README.rst
|
||||
%{python3_sitelib}/pyparsing.py
|
||||
%{python3_sitelib}/__pycache__/*
|
||||
%{python3_sitelib}/pyparsing/
|
||||
%{python3_sitelib}/pyparsing-*dist-info/
|
||||
|
||||
%files help
|
||||
%doc CHANGES README.rst docs examples
|
||||
|
||||
%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
|
||||
- Type: bugfix
|
||||
- ID: NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user