aiohttp icon indicating copy to clipboard operation
aiohttp copied to clipboard

Bump funcparserlib from 1.0.0a0 to 1.0.0

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Bumps funcparserlib from 1.0.0a0 to 1.0.0.

Changelog

Sourced from funcparserlib's changelog.

1.0.0 — 2022-05-02

The stable 1.0.0 release freezes the API of funcparserlib 0.3.6 which was released on 2013-05-02, with a few bug fixes and small features.

Added

  • Added support for Python 3.10
  • Added support for Python 3.9 (#63) (Thanks to @​pkulev)
  • Added support for Python 3.8
  • Added -p (the same as skip(p)) with more strict type hints for -p and p1 + p2
  • Added tok(type[, value]) for more compact grammars, better error messages
  • Added TokenSpec(type, pattern[, flags]) to simplify the use of make_tokenizer()
  • Added type hints for the public API
  • Added the new library homepage with the new Getting Started guide and the new API reference

Changed

  • Parse exceptions now show expected tokens and grammar rules at the stopped position (#52)
  • Dropped support for Python 3.4, 3.5, 3.6 (end of life)
  • Dropped support for Python 2.5, 2.6, 3.3 (end of life), modernized code for Python 3 to run without obsolete 2to3 (#57) (Thanks to @​jdufresne)
  • Removed documentation and unit tests from the distribution
  • Switched from setuptools to Poetry
  • Switched to poetry-core for lighter PEP 517 builds (#73) (Thanks to @​fabaff)
  • Run unit tests on GitHub Actions for all supported Pythons

Fixed

  • Fixed TypeError in oneplus when applying it parser + parser (#66) (Thanks to @​martica)
  • Fixed AttributeError when comparing Token objects to None (#58) (Thanks to @​Halolegend94)
  • Fixed doctests in the tutorial (#49)
  • Fixed several cases of wrong expected tokens in error messages

0.3.6 — 2013-05-02

... (truncated)

Commits
  • 256d7df Fixed error message for rollback to all failed alternatives
  • a38152f Fixed error message for incomplete input of many() + finished
  • 975deab Renamed "end of file" to "end of input"
  • 3ff4ae3 Added TokenSpec(type, pattern[, flags]) to simplify the use of `make_tokeni...
  • 3162777 Made the JSON parser almost compatible with RFC 8259
  • bdeda4b Better error message for forward_decl() without a name
  • ebcbdc4 Better error message for some(...) without a name
  • 6e0a482 Fixed the name of the ignored parser in error messages
  • f689000 Omit parentheses in the name of an expected rshift parser for readability
  • ce4ec9e Better error message for eof reached in the middle of or alternatives
  • See full diff in compare view

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.


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[bot] avatar Aug 03 '22 19:08 dependabot[bot]