Skip to content

Bump xmlschema from 1.10.0 to 2.1.0#55

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 26, 2022

Copy link
Copy Markdown

Bumps xmlschema from 1.10.0 to 2.1.0.

Release notes

Sourced from xmlschema's releases.

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()
  • Extend XSD type matching for code generators

v1.11.0 (2022-05-14)

  • Add localization for XSD parsing and validation related error messages
  • Add full Italian translation
  • Add Russian partial translation (from PR #293)
Changelog

Sourced from xmlschema's changelog.

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()
  • Extend XSD type matching for code generators (fallback to schema types with a local name)

... (truncated)

Commits
  • 3cdf541 Update release info
  • 4b48065 Clean arguments of package iter_decode(), to_dict() and to_json()
  • 8b9ebba Add autodoc and tests for to_etree() API
  • 89c7866 Bump minor release
  • 3c30c7c Align from_json() and to_etree() arguments
  • 6aa49fa Improve generic encoding
  • 1c2e4ef Remove content_type property
  • 6dce8e0 Add to_etree() to document API
  • 3056e43 Retrieve context for XSD schemas
  • 764bdc9 Fix meta-schema creation
  • 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.1.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.1.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 Sep 26, 2022
@dependabot @github

dependabot Bot commented on behalf of github Oct 3, 2022

Copy link
Copy Markdown
Author

Superseded by #57.

@dependabot dependabot Bot closed this Oct 3, 2022
@dependabot dependabot Bot deleted the dependabot/pip/xmlschema-2.1.0 branch October 3, 2022 09:44
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