Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump funcparserlib from 1.0.0a0 to 1.0.1 #285

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 8, 2022

Bumps funcparserlib from 1.0.0a0 to 1.0.1.

Changelog

Sourced from funcparserlib's changelog.

1.0.1 — 2022-11-04

Added

  • Added support for Python 3.11

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

... (truncated)

Commits
  • f0abfe1 Version 1.0.1
  • c319839 Added support for Python 3.11
  • ceab747 Removed black from dev dependencies
  • a80e76d GH actions: Moved 3.7 to unittest-only checks due to recent issues with flake...
  • 91b97c7 Updated mkdocs versions
  • 3f49efd Updated versions of pre-commit hooks
  • 3c02c51 Removed mypy and flake8 from dev dependencies
  • 03200e8 GH actions: Run checks via pre-commit
  • a0ccabe Updated dev dependencies
  • a947539 Added the repo URL
  • Additional commits viewable 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)

Bumps [funcparserlib](https://github.com/vlasovskikh/funcparserlib) from 1.0.0a0 to 1.0.1.
- [Release notes](https://github.com/vlasovskikh/funcparserlib/releases)
- [Changelog](https://github.com/vlasovskikh/funcparserlib/blob/master/docs/changes.md)
- [Commits](vlasovskikh/funcparserlib@1.0.0a0...1.0.1)

---
updated-dependencies:
- dependency-name: funcparserlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 8, 2022

The following labels could not be found: dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants