diff --git a/pyparsing-3.1.1.tar.gz b/pyparsing-3.1.1.tar.gz deleted file mode 100644 index 64089a1650ea3b675330b2f1d8d0d8abd43856fb..0000000000000000000000000000000000000000 Binary files a/pyparsing-3.1.1.tar.gz and /dev/null differ diff --git a/pyparsing-3.1.2.tar.gz b/pyparsing-3.1.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8e64714c8e599f49996d2e75fb0136c2c1b11cc9 Binary files /dev/null and b/pyparsing-3.1.2.tar.gz differ diff --git a/pyparsing.spec b/pyparsing.spec index 073cc96e16245a735e76eca345a56b7fef715996..3b3f8d2279ee5616eaf3b5a5354516779f182e1b 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -1,5 +1,5 @@ Name: pyparsing -Version: 3.1.1 +Version: 3.1.2 Release: 1 Summary: A Python Parsing Module License: MIT @@ -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 @@ -68,6 +68,9 @@ dos2unix -k CHANGES LICENSE %doc CHANGES README.rst docs examples %changelog +* Thu Aug 15 2024 dillon chen - 3.1.2-1 +- update version to 3.1.2 + * Mon Jan 29 2024 yixiangzhike - 3.1.1-1 - update version to 3.1.1 - Fixed bug in NotAny where expr parse action was not being run