!28 【Mainline】Update to 3.1.1

From: @yixiangzhike 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
This commit is contained in:
openeuler-ci-bot 2024-01-29 08:23:55 +00:00 committed by Gitee
commit b0cb11b629
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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
Version: 3.0.9
Version: 3.1.1
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
Source0: https://github.com/pyparsing/pyparsing/releases/download/%{version}/pyparsing-%{version}.tar.gz
BuildArch: noarch
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
%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
- update version to 3.0.9