Skip to content

Commit b4d4f99

Browse files
pyup-botPeter Bengtsson
authored and
Peter Bengtsson
committed
Update pyparsing to 2.2.1 (#352)
This PR updates [pyparsing](https://pypi.org/project/pyparsing) from **2.2.0** to **2.2.1**. <details> <summary>Changelog</summary> ### 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 &#39;==&#39; 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 &quot;Getting Started&quot; section to the module docstring, to guide new users to the most common starting points in pyparsing&#39;s API. - Fixed bug in Literal and Keyword classes, which erroneously raised IndexError instead of ParseException. ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/pyparsing - Changelog: https://pyup.io/changelogs/pyparsing/ - Repo: https://github.com/pyparsing/pyparsing/ - Docs: https://pythonhosted.org/pyparsing/ </details>
1 parent c391ede commit b4d4f99

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

requirements.txt

+3-8
Original file line numberDiff line numberDiff line change
@@ -293,14 +293,9 @@ pycparser==2.18 \
293293
packaging==17.1 \
294294
--hash=sha256:e9215d2d2535d3ae866c3d6efc77d5b24a0192cce0ff20e42896cc0664f889c0 \
295295
--hash=sha256:f019b770dd64e585a99714f1fd5e01c7a8f11b45635aa953fd41c689a657375b
296-
pyparsing==2.2.0 \
297-
--hash=sha256:fee43f17a9c4087e7ed1605bd6df994c6173c1e977d7ade7b651292fab2bd010 \
298-
--hash=sha256:0832bcf47acd283788593e7a0f542407bd9550a55a8a8435214a1960e04bcb04 \
299-
--hash=sha256:9e8143a3e15c13713506886badd96ca4b579a87fbdf49e550dbfc057d6cb218e \
300-
--hash=sha256:281683241b25fe9b80ec9d66017485f6deff1af5cde372469134b56ca8447a07 \
301-
--hash=sha256:b8b3117ed9bdf45e14dcc89345ce638ec7e0e29b2b579fa1ecf32ce45ebac8a5 \
302-
--hash=sha256:8f1e18d3fd36c6795bb7e02a39fd05c611ffc2596c1e0d995d34d67630426c18 \
303-
--hash=sha256:e4d45427c6e20a59bf4f88c639dcc03ce30d193112047f94012102f235853a58
296+
pyparsing==2.2.1 \
297+
--hash=sha256:905d8090c335314568b5faee0025b1829f27bb974604a5762a6cdef3a7dfc3b7 \
298+
--hash=sha256:f493ee323be1e94929416b3585eefcc04943115cecbaaa35a8c86d1a2368af19
304299
certifi==2018.8.24 \
305300
--hash=sha256:456048c7e371c089d0a77a5212fb37a2c2dce1e24146e3b7e0261736aaeaa22a \
306301
--hash=sha256:376690d6f16d32f9d1fe8932551d80b23e9d393a8578c5633a2ed39a64861638

0 commit comments

Comments
 (0)