Update version to 3.1.1

This commit is contained in:
yixiangzhike 2024-01-29 11:55:15 +08:00
parent 9a3c3c2519
commit 69b7a0d998
3 changed files with 23 additions and 2 deletions

Binary file not shown.

BIN
pyparsing-3.1.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: pyparsing Name: pyparsing
Version: 3.0.9 Version: 3.1.1
Release: 1 Release: 1
Summary: A Python Parsing Module Summary: A Python Parsing Module
License: MIT License: MIT
URL: https://github.com/pyparsing/pyparsing/ URL: https://github.com/pyparsing/pyparsing/
Source0: https://github.com/pyparsing/pyparsing/releases/download/pyparsing_%{version}/pyparsing-%{version}.tar.gz Source0: https://github.com/pyparsing/pyparsing/releases/download/%{version}/pyparsing-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: dos2unix python3-devel python3-setuptools python3-tox python3-coverage python3-flit-core BuildRequires: dos2unix python3-devel python3-setuptools python3-tox python3-coverage python3-flit-core
@ -68,6 +68,27 @@ dos2unix -k CHANGES LICENSE
%doc CHANGES README.rst docs examples %doc CHANGES README.rst docs examples
%changelog %changelog
* Mon Jan 29 2024 yixiangzhike <yixiangzhike007@163.com> - 3.1.1-1
- update version to 3.1.1
- Fixed bug in NotAny where expr parse action was not being run
- Fix regex matching for Python quoted strings
- Make create_diagram() code compatible with latest version of railroad-diagrams
- Support Python 3.12
- Small perf optimization for `expr | ""` mapping to `Optional(expr)`
- Redo QuotedString '\' escape handling as a state machine
- Add ParseResults.deepcopy()
- Remove ^ and $ tags from pp.common.url regex
- Added DelimitedList class, for better handling of naming and diagramming
- Deprecate ParserElement.validate()
- Added new class method ParserElement.using_each
- Fix bug in delimited_list
- Added python_quoted_string; fixed exception messages for ParseElementEnhance subclasses
- Enable packrat in verilogParse.py by default
- Add embed argument to create_diagram
- Add support for slice in expr[] notation
- Fixed bug in srange
- Added Lox language parser
* Fri Jul 28 2023 zhuofeng <zhuofeng2@huawei.com> - 3.0.9-1 * Fri Jul 28 2023 zhuofeng <zhuofeng2@huawei.com> - 3.0.9-1
- update version to 3.0.9 - update version to 3.0.9