Skip to content

Update pyparsing to 2.2.1#352

Merged
peterbe merged 1 commit into
masterfrom
pyup-update-pyparsing-2.2.0-to-2.2.1
Sep 18, 2018
Merged

Update pyparsing to 2.2.1#352
peterbe merged 1 commit into
masterfrom
pyup-update-pyparsing-2.2.0-to-2.2.1

Conversation

@pyup-bot

Copy link
Copy Markdown
Collaborator

This PR updates pyparsing from 2.2.0 to 2.2.1.

Changelog

2.2.1

-------------------------------
- Applied changes necessary to migrate hosting of pyparsing source
over to GitHub. Many thanks for help and contributions from hugovk,
jdufresne, and cngkaygusuz among others through this transition,
sorry it took me so long!

- Fixed import of collections.abc to address DeprecationWarnings
in Python 3.7.

- Updated oc.py example to support function calls in arithmetic
expressions; fixed regex for '==' operator; and added packrat
parsing. Raised on the pyparsing wiki by Boris Marin, thanks!

- Fixed bug in select_parser.py example, group_by_terms was not
reported. Reported on SF bugs by Adam Groszer, thanks Adam!

- Added "Getting Started" section to the module docstring, to 
guide new users to the most common starting points in pyparsing's
API.

- Fixed bug in Literal and Keyword classes, which erroneously
raised IndexError instead of ParseException.
Links

@peterbe peterbe merged commit b4d4f99 into master Sep 18, 2018
@peterbe peterbe deleted the pyup-update-pyparsing-2.2.0-to-2.2.1 branch September 18, 2018 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants