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 xmlschema from 2.3.0 to 3.3.1 #311

Merged
merged 1 commit into from
May 16, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 16, 2024

Bumps xmlschema from 2.3.0 to 3.3.1.

Release notes

Sourced from xmlschema's releases.

v3.3.1 (2024-04-27)

  • Update validation errors with logging stack trace in debug mode
  • Improve locations parsing and URL encoding

v3.3.0 (2024-04-17)

  • Rewrite the validation of openContent using InterleavedModelVisitor and SuffixedModelVisitor
  • Fix validation of XSD 1.1 'all' nested models

v3.2.1 (2024-04-07)

  • Improve ModelVisitor and particle occurs checking
  • Fix interleave mode with XSD 1.1 open content (issue #397)
  • Fix for export/download of XSD sources with commented-out imports/include (issue #387)

v3.2.0 (2024-03-25)

  • Add download_schemas() to package API (#387)
  • Fix issue with facets on list types (#396)

v3.1.0 (2024-03-13)

  • Add GData converter (issue #388/PR #391)
  • Fix static typing protocols usage
  • Extend XSD annotations parsing (issue #366)

v3.0.2 (2024-02-18)

  • Use XPath subtree as fragment for xs:assert (issue #386)
  • Fix in XMLSchemaProxy definition and usage for providing a base-uri to schema nodes (issue #379)
  • Module xpath.py splitted to a subpackage for including all the custom XPath 1.0/2.0 parsers and related classes to XPath
  • Add support for Python 3.13 (pre-releases)

v3.0.1 (2024-01-09)

  • Hotfix release for broken requirement
  • Set python-requires metadata to >=3.8 (pull request #382)
  • Upgrade GitHub Actions (pull request #381)

v3.0.0 (2024-01-07)

WARNING: this release has been yanked in PyPI due to a broken requirement, use v3.0.1.

  • Namespace declarations processing modes through the option xmlns_processing for converters
  • Decode/validate from XML document with dynamic schema load
  • XMLResource class enhancement for a better XML resources processing
  • Improve lazy resources iteration removing preceding elements (thin_mode option)
  • Add uri_mapper option for using relocated or URN-addressed schemas
  • Drop support for Python 3.7

v2.5.1 (2023-12-19)

  • Fix slowness of key selectors introduced by v2.5.0 (issue #378)
  • Remove redundant wheel dep from pyproject.toml and unnecessary build deps from tox.ini (PR #368)

v2.5.0 (2023-09-21)

... (truncated)

Changelog

Sourced from xmlschema's changelog.

v3.3.1_ (2024-04-27)

  • Update validation errors with logging stacktrace in debug mode
  • Improve locations parsing and URL encoding

v3.3.0_ (2024-04-17)

  • Rewrite the validation of openContent using InterleavedModelVisitor and SuffixedModelVisitor
  • Fix validation of XSD 1.1 'all' nested models

v3.2.1_ (2024-04-07)

  • Improve ModelVisitor and particle occurs checking
  • Fix interleave mode with XSD 1.1 open content (issue #397)
  • Fix for export/download of XSD sources with commented-out imports/include (issue #387)

v3.2.0_ (2024-03-25)

  • Add download_schemas() to package API (#387)
  • Fix issue with facets on list types (#396)

v3.1.0_ (2024-03-13)

  • Add GData converter (issue #388/PR #391)
  • Fix typing protocols usage
  • Extend XSD annotations parsing (issue #366)

v3.0.2_ (2024-02-18)

  • Use XPath subtree as fragment for xs:assert (issue #386)
  • Fix in XMLSchemaProxy definition and usage for providing a base-uri to schema nodes (issue #379)
  • Module xpath.py splitted to a subpackage for including all the custom XPath 1.0/2.0 parsers and related classes to XPath
  • Add support for Python 3.13 (pre-releases)

v3.0.1_ (2024-01-09)

  • Hotfix release for broken requirement
  • Set python-requires metadata to >=3.8 (pull request #382)
  • Upgrade GitHub Actions (pull request #381)

v3.0.0_ (2024-01-07)

  • XML declaration processing option xmlns_processing for converters
  • Decode/validate from XML document with dynamic schema load
  • XMLResource enhancement for a better XML resources processing
  • Improve lazy resources iteration removing preceding elements (thin_mode option)
  • Drop support for Python 3.7

... (truncated)

Commits
  • 4ad7a48 Fix CI failing location tests and LocationPath.from_uri()
  • 406300b Update CI tests and release info
  • fe6fc0c Refactor LocationPath.from_uri() and LocationPath.as_uri()
  • b0aebfb Add URL encoding helpers
  • dc23369 Merge PR #402 from branch 'master' of github.com:sissaschool/xmlschema
  • 141bf5e Obtain xml import url path without query param (#402)
  • 070e616 Collect a dump of the stack trace for non raised validator exceptions
  • e930298 Add test for issue #400
  • 13e7c5c Use validation_error() helper also on decode/encode errors
  • c4c6345 Push elem in kwargs during validation
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [xmlschema](https://github.com/sissaschool/xmlschema) from 2.3.0 to 3.3.1.
- [Release notes](https://github.com/sissaschool/xmlschema/releases)
- [Changelog](https://github.com/sissaschool/xmlschema/blob/master/CHANGELOG.rst)
- [Commits](sissaschool/xmlschema@v2.3.0...v3.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 16, 2024
@Theodlz Theodlz merged commit f51bad3 into main May 16, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/pip/xmlschema-3.3.1 branch May 16, 2024 23:13
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.

1 participant