Skip to content

Bump xmlschema from 1.10.0 to 2.2.0#64

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/xmlschema-2.2.0
Closed

Bump xmlschema from 1.10.0 to 2.2.0#64
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/xmlschema-2.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 7, 2023

Copy link
Copy Markdown

Bumps xmlschema from 1.10.0 to 2.2.0.

Release notes

Sourced from xmlschema's releases.

v2.2.0 (2023-02-06)

  • Refine string serialization of XML resources and data elements
  • Switch to use elementpath v4
  • Fix sequence_type property for XSD types
  • Remove XsdElement.get_attribute(): unused and doesn't work as expected

v2.1.1 (2022-10-01)

  • Fix schema_path usage in XMLSchemaBase.iter_errors()
  • Add allow_empty option to XMLSchemaBase validation API

v2.1.0 (2022-09-25)

  • Add to_etree() to document API
  • Improve generic encoding with wildcards
  • Clean document API and schema decoding

v2.0.4 (2022-09-08)

  • Add use_location_hints argument to document API for giving the option of ignoring XSI schema locations hints
  • Fix import from locations hints with namespace mismatch (issue #324)

v2.0.3 (2022-08-25)

  • Add keep_empty and element_hook options to main iter_decode() method
  • Fix default namespace mapping in BadgerFishConverter
  • Fix type restriction check if restricted particle has maxOccurs==0 (issue #323)

v2.0.2 (2022-08-12)

  • Fix XSD 1.1 assertions effective scope
  • Add support for Python 3.11

v2.0.1 (2022-07-21)

  • Remove warnings during the build of the package using package_data specs in setup.py
  • Fix decoding with process_namespaces=False and xsi:type in XML instance
  • Refactor DataElement.get(), restore DataElement.set() (issue #314)
  • Add map_attribute_names argument to DataElementConverter

v2.0.0 (2022-07-18)

  • Refactor XPath interface for the full XPath node implementation of elementpath v3.0
  • Fix BadgerFishConverter with mixed content (issue #315)
  • Improve get() and set() of DataElement (issue #314)

v1.11.3 (2022-06-24)

  • Fix invalid element not detected with empty particle (issue #306)
  • Fix Sphinx warnings (issue #305)

v1.11.2 (2022-06-11)

  • Fix 'replace_existing' argument usage in XsdElement.get_binding method (issue #300)
  • Add Russian full translation (from PR #303 and #304)

v1.11.1 (2022-05-22)

  • Protect converter calls in iter_decode()/iter_encode()

... (truncated)

Changelog

Sourced from xmlschema's changelog.

v2.2.0_ (2023-02-06)

  • Refine string serialization of XML resources and data elements
  • Switch to use elementpath v4
  • Fix sequence_type property for XSD types
  • Remove XsdElement.get_attribute(): unused and doesn't work as expected

v2.1.1_ (2022-10-01)

  • Fix schema_path usage in XMLSchemaBase.iter_errors()
  • Add allow_empty option to XMLSchemaBase validation API

v2.1.0_ (2022-09-25)

  • Add to_etree() to document API
  • Improve generic encoding with wildcards
  • Clean document API and schema decoding

v2.0.4_ (2022-09-08)

  • Add use_location_hints argument to document API for giving the option of ignoring XSI schema locations hints
  • Fix import from locations hints with namespace mismatch (issue #324)

v2.0.3_ (2022-08-25)

  • Add keep_empty and element_hook options to main iter_decode() method
  • Fix default namespace mapping in BadgerFishConverter
  • Fix type restriction check if restricted particle has maxOccurs==0 (issue #323)

v2.0.2_ (2022-08-12)

  • Fix XSD 1.1 assertions effective scope
  • Add support for Python 3.11

v2.0.1_ (2022-07-21)

  • Remove warnings during the build of the package using package_data specs in setup.py
  • Fix decoding with process_namespaces=False and xsi:type in XML instance
  • Refactor DataElement.get(), restore DataElement.set() (issue #314)
  • Add map_attribute_names argument to DataElementConverter

v2.0.0_ (2022-07-18)

  • Refactor XPath interface for the full XPath node implementation of elementpath v3.0
  • Fix BadgerFishConverter with mixed content (issue #315)
  • Improve get() and set() of DataElement (issue #314)

v1.11.3_ (2022-06-24)

... (truncated)

Commits
  • 581058c Fix a typo in DataElement.tostring()
  • d320266 Bump minor version and update changelog
  • 5f226aa Update tox.ini and CI workflow
  • 15caf79 Refactor DataELement on handling tree namespaces
  • a4e9291 Uniformate string serialization of XML resources
  • 35fca5e Restore XsdSelector 'token' and 'parser' defaults to None
  • c5d603d Fix sequence_type property for XSD types
  • b30ca9a Restore package failing tests
  • f40f07f Update requirements
  • 6224fb9 Update tox configuration and mypy tests
  • 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 [xmlschema](https://github.com/sissaschool/xmlschema) from 1.10.0 to 2.2.0.
- [Release notes](https://github.com/sissaschool/xmlschema/releases)
- [Changelog](https://github.com/sissaschool/xmlschema/blob/master/CHANGELOG.rst)
- [Commits](sissaschool/xmlschema@v1.10.0...v2.2.0)

---
updated-dependencies:
- dependency-name: xmlschema
  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 Feb 7, 2023
@dependabot @github

dependabot Bot commented on behalf of github Feb 13, 2023

Copy link
Copy Markdown
Author

Superseded by #65.

@dependabot dependabot Bot closed this Feb 13, 2023
@dependabot dependabot Bot deleted the dependabot/pip/xmlschema-2.2.0 branch February 13, 2023 10:12
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