update to 2.4.7
This commit is contained in:
parent
7d296707e4
commit
2eb8f04306
Binary file not shown.
BIN
pyparsing-2.4.7.tar.gz
Normal file
BIN
pyparsing-2.4.7.tar.gz
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
Name: pyparsing
|
Name: pyparsing
|
||||||
Version: 2.2.0
|
Version: 2.4.7
|
||||||
Release: 4
|
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/
|
||||||
@ -46,9 +46,8 @@ Man pages and other related documents for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version}
|
%autosetup -n %{name}-%{version}
|
||||||
mv docs/pyparsingClassDiagram.PNG docs/pyparsingClassDiagram.png
|
|
||||||
|
|
||||||
dos2unix -k CHANGES LICENSE README
|
dos2unix -k CHANGES LICENSE
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py2_build_wheel
|
%py2_build_wheel
|
||||||
@ -69,22 +68,23 @@ dos2unix -k CHANGES LICENSE README
|
|||||||
%files -n python2-pyparsing
|
%files -n python2-pyparsing
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc CHANGES README
|
%doc CHANGES README.rst
|
||||||
%exclude /docs/pyparsingClassDiagram.JPG
|
|
||||||
%{python2_sitelib}/pyparsing.py*
|
%{python2_sitelib}/pyparsing.py*
|
||||||
%{python2_sitelib}/pyparsing-*dist-info/
|
%{python2_sitelib}/pyparsing-*dist-info/
|
||||||
|
|
||||||
%files -n python3-pyparsing
|
%files -n python3-pyparsing
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc CHANGES README
|
%doc CHANGES README.rst
|
||||||
%exclude /docs/pyparsingClassDiagram.JPG
|
|
||||||
%{python3_sitelib}/pyparsing.py
|
%{python3_sitelib}/pyparsing.py
|
||||||
%{python3_sitelib}/__pycache__/*
|
%{python3_sitelib}/__pycache__/*
|
||||||
%{python3_sitelib}/pyparsing-*dist-info/
|
%{python3_sitelib}/pyparsing-*dist-info/
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%doc CHANGES README HowToUsePyparsing.html docs examples htmldoc
|
%doc CHANGES README.rst docs examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 17 2020 shixuantong <shixuantong@huawei.com> -2.4.7-1
|
||||||
|
- update to 2.4.7-1
|
||||||
|
|
||||||
* Fri Sep 20 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.2.0-4
|
* Fri Sep 20 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.2.0-4
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user