diff --git a/pyparsing-2.4.7.tar.gz b/pyparsing-2.4.7.tar.gz deleted file mode 100644 index 5b4b500..0000000 Binary files a/pyparsing-2.4.7.tar.gz and /dev/null differ diff --git a/pyparsing-3.0.6.tar.gz b/pyparsing-3.0.6.tar.gz new file mode 100644 index 0000000..7df4d28 Binary files /dev/null and b/pyparsing-3.0.6.tar.gz differ diff --git a/pyparsing.spec b/pyparsing.spec index d197ee7..7c1df03 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -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 - 3.0.6-1 +- update version to 3.0.6 + * Sat Sep 5 2020 shixuantong - 2.4.7-3 - Type: bugfix - ID: NA