diff --git a/pyparsing-3.1.1.tar.gz b/pyparsing-3.1.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..64089a1650ea3b675330b2f1d8d0d8abd43856fb Binary files /dev/null and b/pyparsing-3.1.1.tar.gz differ diff --git a/pyparsing.spec b/pyparsing.spec index 421a5fad5aa8829d31ba711abc8aaeb32d93b2a4..383c2108e1d2103593b7d2603cc19238b6f8a046 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 1 %global build_wheel 1 %global python_wheelname pyparsing-%{version}-py3-none-any.whl @@ -8,13 +8,14 @@ %bcond_with runtests Name: pyparsing -Version: 3.0.7 +Version: 3.1.1 Release: %{anolis_release}%{?dist} Summary: Python library for creating PEG parsers License: MIT URL: https://github.com/pyparsing/pyparsing Source0: https://github.com/pyparsing/pyparsing/archive/refs/tags/%{name}_%{version}.tar.gz +Source: https://github.com/pyparsing/pyparsing/archive/3.1.1/pyparsing-3.1.1.tar.gz BuildArch: noarch @@ -26,6 +27,8 @@ BuildRequires: python3-setuptools BuildRequires: python3-sphinx BuildRequires: python3-pip BuildRequires: python3-wheel +BuildRequires: python3-rpm-generators +BuildRequires: python3-pytest %endif @@ -94,6 +97,10 @@ python3 -m unittest discover tests %changelog +* Fri Aug 15 2025 wenyuzifang - 3.1.1-1 +- Updated to version 3.1.1 to fix xxxxxxxxxx + + * Wed Mar 13 2024 Zhao Hang - 3.0.7-2 - Rebuild with python3.11 diff --git a/pyparsing_3.0.7.tar.gz b/pyparsing_3.0.7.tar.gz deleted file mode 100644 index 416bac748071d73a530495635871f6356b2b33ac..0000000000000000000000000000000000000000 Binary files a/pyparsing_3.0.7.tar.gz and /dev/null differ