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 89b7b5cf9164af90230ca810232cf257ff29b857..c0021df91a6b57141bbdd4921c73b15490d06a13 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -1,13 +1,13 @@ Name: pyparsing -Version: 3.0.7 -Release: 2 +Version: 3.0.9 +Release: 1 Summary: A Python Parsing Module License: MIT 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 python3-tox python3-coverage +BuildRequires: dos2unix python3-devel python3-setuptools python3-tox python3-coverage python3-flit-core BuildRequires: python%{python3_pkgversion}-pip python%{python3_pkgversion}-wheel %description @@ -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 %check %{__python3} tests/test_simple_unit.py @@ -68,6 +68,9 @@ dos2unix -k CHANGES LICENSE %doc CHANGES README.rst docs examples %changelog +* Fri Jul 28 2023 zhuofeng - 3.0.9-1 +- update version to 3.0.9 + * Sat May 27 2023 yanglongkang - 3.0.7-2 - enable check