Skip to content

Bump elementpath from 2.5.1 to 3.0.2#49

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/elementpath-3.0.2
Closed

Bump elementpath from 2.5.1 to 3.0.2#49
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/elementpath-3.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 15, 2022

Copy link
Copy Markdown

Bumps elementpath from 2.5.1 to 3.0.2.

Release notes

Sourced from elementpath's releases.

v3.0.2 (2022-08-12)

  • Extend root concept to subtrees used as root (e.g. for XSD 1.1 assertions)
  • Begin XPath 3.1 implementation adding XPathMap and XPathArray

v3.0.1 (2022-07-23)

  • Fix of descendant path operator (issue #51)
  • Add support for Python 3.11

v3.0.0 (2022-07-16)

  • Transition to full XPath node implementation (more memory usage but better control and overall faster)
  • Add etree.py module with a safe XML parser (ported from xmlschema)

v2.5.3 (2022-05-30)

  • Fix unary path step operator (issue #46)
  • Fix sphinx warnings 'reference target not found' (issue #45)

v2.5.2 (2022-05-17)

  • Include PR #43 with fixes for XPathContext.iter_siblings() (issues #42 and #44)
Changelog

Sourced from elementpath's changelog.

v3.0.2_ (2022-08-12)

  • Extend root concept to subtrees used as root (e.g. XSD 1.1 assertions)
  • Begin XPath 3.1 implementation adding XPathMap and XPathArray

v3.0.1_ (2022-07-23)

  • Fix of descendant path operator (issue #51)
  • Add support for Python 3.11

v3.0.0_ (2022-07-16)

  • Transition to full XPath node implementation (more memory usage but better control and overall faster)
  • Add etree.py module with a safe XML parser (ported from xmlschema)

v2.5.3_ (2022-05-30)

  • Fix unary path step operator (issue #46)
  • Fix sphinx warnings 'reference target not found' (issue #45)

v2.5.2_ (2022-05-17)

  • Include PR #43 with fixes for XPathContext.iter_siblings() (issues #42 and #44)
Commits
  • 19d8a42 Fix linting and static typing errors
  • a34f319 Add array:get() and array:put() functions
  • 3fd307e Add array:size function and cls.proxy() helper
  • 1190c14 Add a proxy class for resolving and calling namespaced functions
  • b6fd949 Optimize Parser.expression() and parsing of XP2.0+ comments
  • 3aed08c Optimize tokens iteration in Parser.advance()
  • 76bb508 Add 'map' functions (get, size, keys, contains)
  • ce2eabf Fix function lookup for XP30+
  • ac377a5 Add namespace prefix option for function() classmethod
  • 4fc6533 Add lookup_name to Token
  • 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 [elementpath](https://github.com/sissaschool/elementpath) from 2.5.1 to 3.0.2.
- [Release notes](https://github.com/sissaschool/elementpath/releases)
- [Changelog](https://github.com/sissaschool/elementpath/blob/master/CHANGELOG.rst)
- [Commits](sissaschool/elementpath@v2.5.1...v3.0.2)

---
updated-dependencies:
- dependency-name: elementpath
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 15, 2022
@dependabot @github

dependabot Bot commented on behalf of github Feb 2, 2023

Copy link
Copy Markdown
Author

Superseded by #62.

@dependabot dependabot Bot closed this Feb 2, 2023
@dependabot dependabot Bot deleted the dependabot/pip/elementpath-3.0.2 branch February 2, 2023 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants