diff --git a/pyparsing-3.0.7.tar.gz b/pyparsing-3.0.7.tar.gz deleted file mode 100644 index 14257d6beb22b31026d66ed8236872f9fc1315e3..0000000000000000000000000000000000000000 Binary files a/pyparsing-3.0.7.tar.gz and /dev/null differ diff --git a/pyparsing-3.0.9.tar.gz b/pyparsing-3.0.9.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b8a72064681975b19bdd7a3f51d71db0ec742394 Binary files /dev/null and b/pyparsing-3.0.9.tar.gz differ diff --git a/pyparsing.spec b/pyparsing.spec index c5ec5e388e8ce80c22c094ca08ecb93d83fb6378..65f60767473ba313a408cc3420e9988f4f85f260 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -1,5 +1,5 @@ Name: pyparsing -Version: 3.0.7 +Version: 3.0.9 Release: 1 Summary: A Python Parsing Module License: MIT @@ -7,7 +7,7 @@ URL: https://github.com/pyparsing/pyparsing/ Source0: https://github.com/pyparsing/pyparsing/releases/download/pyparsing_%{version}/pyparsing-%{version}.tar.gz BuildArch: noarch -BuildRequires: dos2unix python3-devel python3-setuptools +BuildRequires: dos2unix python3-devel python3-setuptools python3-tox python3-coverage python3-flit-core BuildRequires: python%{python3_pkgversion}-pip python%{python3_pkgversion}-wheel %description @@ -29,7 +29,7 @@ definitions for any number of text parsing applications. %package help Summary: Documents for %{name} Buildarch: noarch -Requires: man info +Requires: man info Provides: pyparsing-doc Obsoletes: pyparsing-doc @@ -42,10 +42,10 @@ Man pages and other related documents for %{name}. dos2unix -k CHANGES LICENSE %build -%py3_build_wheel +%pyproject_build %install -%py3_install_wheel pyparsing-%{version}-py3-none-any.whl +%pyproject_install %pre @@ -65,6 +65,9 @@ dos2unix -k CHANGES LICENSE %doc CHANGES README.rst docs examples %changelog +* Tue May 7 2024 wangjing - 3.0.9-1 +- update package of version 3.0.9 + * Fri Jul 01 2022 wangkuntian - 3.0.7-1 - Upgrade package pyparsing to version 3.0.7