diff --git a/pyparsing-2.2.0.tar.gz b/pyparsing-2.2.0.tar.gz deleted file mode 100644 index 203fdc55e04e221be7ec07d8a5af34a101f56864..0000000000000000000000000000000000000000 Binary files a/pyparsing-2.2.0.tar.gz and /dev/null differ diff --git a/pyparsing-2.4.7.tar.gz b/pyparsing-2.4.7.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5b4b5001d0c76f077f9f94c69d7be5262d2de94b Binary files /dev/null and b/pyparsing-2.4.7.tar.gz differ diff --git a/pyparsing.spec b/pyparsing.spec index 20bf3fee25f64349406cc403ce17250e22f36a72..cf5bff00b73afd9ca25a647fcef50f88deb4acea 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -1,6 +1,6 @@ Name: pyparsing -Version: 2.2.0 -Release: 4 +Version: 2.4.7 +Release: 1 Summary: A Python Parsing Module License: MIT URL: https://github.com/pyparsing/pyparsing/ @@ -46,9 +46,8 @@ Man pages and other related documents for %{name}. %prep %autosetup -n %{name}-%{version} -mv docs/pyparsingClassDiagram.PNG docs/pyparsingClassDiagram.png -dos2unix -k CHANGES LICENSE README +dos2unix -k CHANGES LICENSE %build %py2_build_wheel @@ -69,22 +68,26 @@ dos2unix -k CHANGES LICENSE README %files -n python2-pyparsing %defattr(-,root,root) %license LICENSE -%doc CHANGES README -%exclude /docs/pyparsingClassDiagram.JPG +%doc CHANGES README.rst %{python2_sitelib}/pyparsing.py* %{python2_sitelib}/pyparsing-*dist-info/ %files -n python3-pyparsing %license LICENSE -%doc CHANGES README -%exclude /docs/pyparsingClassDiagram.JPG +%doc CHANGES README.rst %{python3_sitelib}/pyparsing.py %{python3_sitelib}/__pycache__/* %{python3_sitelib}/pyparsing-*dist-info/ %files help -%doc CHANGES README HowToUsePyparsing.html docs examples htmldoc +%doc CHANGES README.rst docs examples %changelog +* Mon May 11 2020 openEuler Buildteam - 2.4.7-1 +- Type:requirement +- ID:NA +- SUG:NA +- DESC:update to 2.4.7 + * Fri Sep 20 2019 openEuler Buildteam - 2.2.0-4 - Package init