<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/textproc/py-xmlschema/Makefile, branch trunk</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2022-11-14T10:07:13Z</updated>
<entry>
<title>py-xmlschema: updated to 2.1.1</title>
<updated>2022-11-14T10:07:13Z</updated>
<author>
<name>adam</name>
<email>adam@pkgsrc.org</email>
</author>
<published>2022-11-14T10:07:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e8364ba2ced118178e74eba16796001dbe1a575e'/>
<id>urn:sha1:e8364ba2ced118178e74eba16796001dbe1a575e</id>
<content type='text'>
`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

`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`

`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()`
* 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
* Improve `get()` and `set()` of DataElement</content>
</entry>
<entry>
<title>py-xmlschema: updated to 1.11.3</title>
<updated>2022-07-02T09:35:57Z</updated>
<author>
<name>adam</name>
<email>adam@pkgsrc.org</email>
</author>
<published>2022-07-02T09:35:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9019baa7c6e07005550e20473465ed38496145f8'/>
<id>urn:sha1:9019baa7c6e07005550e20473465ed38496145f8</id>
<content type='text'>
v1.11.3
* Fix invalid element not detected with empty particle
* Fix Sphinx warnings</content>
</entry>
<entry>
<title>py-xmlschema: updated to 1.11.2</title>
<updated>2022-06-17T10:56:23Z</updated>
<author>
<name>adam</name>
<email>adam@pkgsrc.org</email>
</author>
<published>2022-06-17T10:56:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5c0bf13d45676e59857b7898a38d3e35b4102c30'/>
<id>urn:sha1:5c0bf13d45676e59857b7898a38d3e35b4102c30</id>
<content type='text'>
v1.11.2
* Fix 'replace_existing' argument usage in `XsdElement.get_binding` method
* Add Russian full translation</content>
</entry>
<entry>
<title>py-xmlschema: updated to 1.11.1</title>
<updated>2022-05-23T08:34:28Z</updated>
<author>
<name>adam</name>
<email>adam@pkgsrc.org</email>
</author>
<published>2022-05-23T08:34:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d1edcbaefbbc985853ff593c2bae8350147f0270'/>
<id>urn:sha1:d1edcbaefbbc985853ff593c2bae8350147f0270</id>
<content type='text'>
v1.11.1
* Protect converter calls in iter_decode()/iter_encode()
* Extend XSD type matching for code generators (fallback to schema types with a local name)</content>
</entry>
<entry>
<title>py-xmlschema: updated to 1.11.0</title>
<updated>2022-05-15T19:29:25Z</updated>
<author>
<name>adam</name>
<email>adam@pkgsrc.org</email>
</author>
<published>2022-05-15T19:29:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f3130aa6e74a9b9505bfdbdc1b1f3a7961a694d4'/>
<id>urn:sha1:f3130aa6e74a9b9505bfdbdc1b1f3a7961a694d4</id>
<content type='text'>
v1.11.0
* Add localization for validation related error messages
* Add Italian translation
* Add Russian partial translation</content>
</entry>
<entry>
<title>py-xmlschema: updated to 1.10.0</title>
<updated>2022-04-11T16:33:56Z</updated>
<author>
<name>adam</name>
<email>adam@pkgsrc.org</email>
</author>
<published>2022-04-11T16:33:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=27192700e170b26aaa0df9286cbf3f7f4c82bcc1'/>
<id>urn:sha1:27192700e170b26aaa0df9286cbf3f7f4c82bcc1</id>
<content type='text'>
v1.10.0:
* Add 'nonlocal' option to *defuse* argument of `XMLResource` (also for schema classes)
* Add 'none' option to *allow* argument of `XMLResource`
* Fix too strict parsing on XSD annotations
* Drop support for Python 3.6</content>
</entry>
<entry>
<title>python: egg.mk: add USE_PKG_RESOURCES flag</title>
<updated>2022-01-05T15:40:56Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2022-01-05T15:40:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d19f073cf98e1f2653a8d55bc4ae03f713437692'/>
<id>urn:sha1:d19f073cf98e1f2653a8d55bc4ae03f713437692</id>
<content type='text'>
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.</content>
</entry>
<entry>
<title>*: bump PKGREVISION for egg.mk users</title>
<updated>2022-01-04T20:53:26Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2022-01-04T20:53:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c7c6245bef7e5ca621e710024a67808158545477'/>
<id>urn:sha1:c7c6245bef7e5ca621e710024a67808158545477</id>
<content type='text'>
They now have a tool dependency on py-setuptools instead of a DEPENDS</content>
</entry>
<entry>
<title>py-xmlschema: updated to 1.9.2</title>
<updated>2021-12-30T20:39:00Z</updated>
<author>
<name>adam</name>
<email>adam@pkgsrc.org</email>
</author>
<published>2021-12-30T20:39:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2f4416436ec313015f9536ccb80313723e3003ad'/>
<id>urn:sha1:2f4416436ec313015f9536ccb80313723e3003ad</id>
<content type='text'>
v1.9.2:
* Fix for global simple type naming</content>
</entry>
<entry>
<title>py-xmlschema: updated to 1.9.1</title>
<updated>2021-12-15T09:39:00Z</updated>
<author>
<name>adam</name>
<email>adam@pkgsrc.org</email>
</author>
<published>2021-12-15T09:39:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d78240b32427be1e428790eaf83b27a62d70909e'/>
<id>urn:sha1:d78240b32427be1e428790eaf83b27a62d70909e</id>
<content type='text'>
v1.9.1
* Improve error reporting for encoded data
* Fix attribute duplicates in attribute group
* Add process_skipped optional argument to decoding/encoding</content>
</entry>
</feed>
