Bluscream / pyTSon_plugins

Some plugins I use in pyTSon
https://github.com/pathmann/pyTSon
GNU General Public License v3.0
24 stars 33 forks source link

Bump pyparsing from 2.4.2 to 2.4.4 #73

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps pyparsing from 2.4.2 to 2.4.4.

Release notes *Sourced from [pyparsing's releases](https://github.com/pyparsing/pyparsing/releases).* > ## Pyparsing 2.4.4 > Check-in bug in Pyparsing 2.4.3 that raised UserWarnings was masked by stdout buffering in unit tests - fixed. > > ## Pyparsing 2.4.3 > Version 2.4.3 - November, 2019 > ------------------------------ > (Backport of selected critical items from 3.0.0 development branch.) > > - Fixed a bug in `ParserElement.__eq__` that would for some parsers create a recursion error at parser definition time. Thanks to Michael Clerx for the assist. (Addresses issue [#123](https://github-redirect.dependabot.com/pyparsing/pyparsing/issues/123)) > > - Fixed bug in `indentedBlock` where a block that ended at the end of the input string could cause pyparsing to loop forever. Raised as part of discussion on StackOverflow with geckos. > > - Backports from pyparsing 3.0.0: > . `__diag__.enable_all_warnings()` > . Fixed bug in `PrecededBy` which caused infinite recursion, issue [#127](https://github-redirect.dependabot.com/pyparsing/pyparsing/issues/127) > . support for using `regex`-compiled RE to construct `Regex` expressions
Changelog *Sourced from [pyparsing's changelog](https://github.com/pyparsing/pyparsing/blob/pyparsing_2.4.4/CHANGES).* > Version 2.4.4 - November, 2019 > -------------------------------- > - Unresolved symbol reference in 2.4.3 release was masked by stdout > buffering in unit tests, thanks for the prompt heads-up, Ned > Batchelder! > > > Version 2.4.3 - November, 2019 > ------------------------------ > - Fixed a bug in ParserElement.__eq__ that would for some parsers > create a recursion error at parser definition time. Thanks to > Michael Clerx for the assist. (Addresses issue [#123](https://github-redirect.dependabot.com/pyparsing/pyparsing/issues/123)) > > - Fixed bug in indentedBlock where a block that ended at the end > of the input string could cause pyaprsing to loop forever. Raised > as part of discussion on StackOverflow with geckos. > > - Backports from pyparsing 3.0.0: > . __diag__.enable_all_warnings() > . Fixed bug in PrecededBy which caused infinite recursion, issue [#127](https://github-redirect.dependabot.com/pyparsing/pyparsing/issues/127) > . support for using regex-compiled RE to construct Regex expressions
Commits - [`c9142bd`](https://github.com/pyparsing/pyparsing/commit/c9142bd72cb959227266465726412127ebf85d35) Update CHANGES - [`fae08dc`](https://github.com/pyparsing/pyparsing/commit/fae08dcf027bb14282196cbbae1b4059e397ddea) Clean up DeprecationWarnings and Py2 compat warnings - [`d78e931`](https://github.com/pyparsing/pyparsing/commit/d78e9319916c9bc7853e4e16a96c8bae56272b45) Unresolved symbol reference in 2.4.3 release was masked by stdout buffering i... - [`89be5c8`](https://github.com/pyparsing/pyparsing/commit/89be5c81b106f4fed9a7b815841bdcf85f870297) Updates for 2.4.3 release - pathlib not Py2-compatible - [`021888d`](https://github.com/pyparsing/pyparsing/commit/021888d2686a498e3208543ab9eeca3c146848d3) Updates for 2.4.3 release - use README.rst body instead of pyparsing docstrin... - [`e40c1df`](https://github.com/pyparsing/pyparsing/commit/e40c1df06372654cf80c24d1a6e957d26603e53c) Updates for 2.4.3 release - [`78d4be0`](https://github.com/pyparsing/pyparsing/commit/78d4be0dd678cc70ada99784905ca26254d32035) indentedBlock loop forever bug - [`03f74f2`](https://github.com/pyparsing/pyparsing/commit/03f74f2038fbb13bd1677e988cc5ef21c2d6d4cc) Remove reference to overriding imported re with regex module for now - [`f91b27f`](https://github.com/pyparsing/pyparsing/commit/f91b27fed996060b1189325cc12097b0a985e012) Backport support for 3rd party regex module - [`f5ffaa2`](https://github.com/pyparsing/pyparsing/commit/f5ffaa2ab8e67668604c2542cead207a5d3110cf) Backport changes from 3.0.0 to fix PrecededBy bug (Issue [#127](https://github-redirect.dependabot.com/pyparsing/pyparsing/issues/127)) - Additional commits viewable in [compare view](https://github.com/pyparsing/pyparsing/compare/pyparsing_2.4.2...pyparsing_2.4.4)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)

⚠️ Dependabot won't automerge this PR as it didn't detect CI on it ⚠️

You have automerging enabled for this repo but Dependabot didn't detect any CI statuses or checks. You can disable automerging on this repo from here.

dependabot-preview[bot] commented 4 years ago

Superseded by #75.