diff --git a/pyparsing-3.1.2.tar.gz b/pyparsing-3.1.2.tar.gz deleted file mode 100644 index 8e64714c8e599f49996d2e75fb0136c2c1b11cc9..0000000000000000000000000000000000000000 Binary files a/pyparsing-3.1.2.tar.gz and /dev/null differ diff --git a/pyparsing-3.2.0.tar.gz b/pyparsing-3.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b2b146df77a8e6c8fad26801db6b26ec22e30b66 Binary files /dev/null and b/pyparsing-3.2.0.tar.gz differ diff --git a/pyparsing.spec b/pyparsing.spec index 3b3f8d2279ee5616eaf3b5a5354516779f182e1b..9cb609003f73995801f7d67d677664dccabb33d9 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -1,5 +1,5 @@ Name: pyparsing -Version: 3.1.2 +Version: 3.2.0 Release: 1 Summary: A Python Parsing Module License: MIT @@ -68,6 +68,15 @@ dos2unix -k CHANGES LICENSE %doc CHANGES README.rst docs examples %changelog +* Tue Oct 15 2024 lixiaoyong - 3.2.0-1 +- Upgrade package to version 3.2.0 + - Discontinued support for Python 3.6, 3.7, and 3.8. Adopted new Python features from + Python versions 3.7-3.9 + - Fixed code in `ParseElementEnhance` subclasses + - Added new `Tag` ParserElement, for inserting metadata into the parsed results + - Fixed a regression introduced in pyparsing 3.1.3, addition of a type annotation that + referenced `re.Pattern` + * Thu Aug 15 2024 dillon chen - 3.1.2-1 - update version to 3.1.2