* Add full PSVI type labeling in XDM to solve type errors
with XSD 1.1 assertions
* Add *schema* optional argument to dynamic context
* Add a RootToken as a proxy of the parsed token tree for
compatibility with xmlschema<=3.4.3
* Extend XDM to split ElementTree/lxml processing from
schema nodes and to allow future extensions
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=45
* Fix XsdAttributeGroupProtocol
* Improve Unicode support with installable UnicodeData.txt
versions
* Extend names disambiguation with a fix for issue #78
* Refactor tree builders to fix document position of tails
(issue #79)
* Fix and clean node trees iteration methods (issue #72)
* Fix missing raw string for '[^rn]' (pull request #76)
* Full and more specific type annotations
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=41
- update to 4.4.0:
* Improve stand-alone XPath functions builder (issue #70)
* Update tokens and parsers __repr__
* Fix static typing protocols to work with etree and XSD elements
* Change the purpose of the evaluation with a dynamic schema
context
* Add a tox.ini testenv with Python 3.13 pre-releases
* Fix dynamic context initialization with lxml a non-root element
(issue #71)
* Fix XP30+ function fn:function-lookup
* Fix XP30+ fn:unparsed-text, fn:unparsed-text-lines and
fn:unparsed-text-available
* Drop support for Python 3.7
* Add *uri* and *fragment* options to dynamic context
* Make context root node not mandatory (issue #63)
* Add function objects constructor (issue #70)
* Add etree.py module with a safe XML parser (ported from xmlschema)
* Fix wildcard selection of attributes (issue #35)
* Add other XSD builtin atomic types
* Integrate pull requests and fix bug on predicate selector
OBS-URL: https://build.opensuse.org/request/show/1164068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elementpath?expand=0&rev=20
* Improve stand-alone XPath functions builder (issue #70)
* Update tokens and parsers __repr__
* Fix static typing protocols to work with etree and XSD elements
* Change the purpose of the evaluation with a dynamic schema
context
* Add a tox.ini testenv with Python 3.13 pre-releases
* Fix dynamic context initialization with lxml a non-root element
(issue #71)
* Fix XP30+ function fn:function-lookup
* Fix XP30+ fn:unparsed-text, fn:unparsed-text-lines and
fn:unparsed-text-available
* Drop support for Python 3.7
* Add *uri* and *fragment* options to dynamic context
* Make context root node not mandatory (issue #63)
* Add function objects constructor (issue #70)
* Add etree.py module with a safe XML parser (ported from xmlschema)
* Fix wildcard selection of attributes (issue #35)
* Add other XSD builtin atomic types
* Integrate pull requests and fix bug on predicate selector
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=39
- Remove BuildRequire xmlschema to avoid dependency cycle
- Update to 4.1.2:
* Add support for Python 3.12
* Fix self shortcut operator (adding is_schema_node() to node classes)
- 4.1.1:
* Simplify type annotations for XSD datatypes
* Full test coverage of sequence type functions with bugfixes
- 4.1.0:
* Refactor XPath function call (context=None only as keyword argument)
* Add external function support (issue #60)
* Some fixes to string representation and source property of tokens
* Extend documentation and tests
* Clean XSD datatypes hierarchy
- 4.0.1:
* Fix packaging: include py.typed in package data
* Revert to comparison between xs:QName instances and strings
* Fix atomization with XSD typed data (list types have to be atomized)
- 4.0.0:
* First XPath 3.1 implementation (without UCA collation support)
OBS-URL: https://build.opensuse.org/request/show/1086658
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elementpath?expand=0&rev=16
* Add support for Python 3.12
* Fix self shortcut operator (adding is_schema_node() to node classes)
- 4.1.1:
* Simplify type annotations for XSD datatypes
* Full test coverage of sequence type functions with bugfixes
- 4.1.0:
* Refactor XPath function call (context=None only as keyword argument)
* Add external function support (issue #60)
* Some fixes to string representation and source property of tokens
* Extend documentation and tests
* Clean XSD datatypes hierarchy
- 4.0.1:
* Fix packaging: include py.typed in package data
* Revert to comparison between xs:QName instances and strings
* Fix atomization with XSD typed data (list types have to be atomized)
- 4.0.0:
* First XPath 3.1 implementation (without UCA collation support)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=30
- update to 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
- update to v3.0.1 (2022-07-23)
* Fix of descendant path operator (issue #51)
* Add support for Python 3.11
- update to 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)
OBS-URL: https://build.opensuse.org/request/show/1006509
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=26
* Make ElementProtocol and LxmlElementProtocol runtime checkable
* Type annotations for all package public APIs
* Add LxmlElementProtocol
* Add pytest env to tox.ini (test issue #39)
* Add inline type annotations check support
* Add structural Protocol based type checks
* Add Python 3.10 in Tox and CI tests
* Apply __slots__ to TDOP and regex classes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=20
- update to 2.2.2:
* Fix issue sissaschool/xmlschema#243 (assert with xsi:nil usage)
* First implementation of XPath 3.0 fn:format-integer
* Add function signatures at token registration
* Some fixes to XPath tokens and more XPath 3.0 implementations
* Optimize TDOP parser's tokenizer
* Resolve ambiguities with operators and statements that are also names
* Merge with XPath 3.0/3.1 develop (to be completed)
* Add tests and apply small fixes to TDOP parser
* Fix wildcard selection of attributes (issue #35)
OBS-URL: https://build.opensuse.org/request/show/894162
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elementpath?expand=0&rev=9
* Fix issue sissaschool/xmlschema#243 (assert with xsi:nil usage)
* First implementation of XPath 3.0 fn:format-integer
* Add function signatures at token registration
* Some fixes to XPath tokens and more XPath 3.0 implementations
* Optimize TDOP parser's tokenizer
* Resolve ambiguities with operators and statements that are also names
* Merge with XPath 3.0/3.1 develop (to be completed)
* Add tests and apply small fixes to TDOP parser
* Fix wildcard selection of attributes (issue #35)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=18
- update to 2.1.3:
* Extend tests for XPath 2.0 with minor fixes
* Fix fn:round-half-to-even (issue #33)
* Extend tests for XPath 1.0/2.0 with minor fixes
* Fix for +/- prefix operators
* Fix for regex patterns anchors and binary datatypes
* Fix for issue #32 (test failure on missing locale setting)
* Extend tests for XPath 1.0 with minor fixes
* Create custom class hierarchy for XPath nodes that replaces named-tuples
* Bind attribute nodes, text nodes and namespace nodes to parent element (issue #31)
* Increase the speed of path step selection on large trees
* More tests and small fixes to XSD builtin datatypes
OBS-URL: https://build.opensuse.org/request/show/868478
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elementpath?expand=0&rev=8
* Extend tests for XPath 2.0 with minor fixes
* Fix fn:round-half-to-even (issue #33)
* Extend tests for XPath 1.0/2.0 with minor fixes
* Fix for +/- prefix operators
* Fix for regex patterns anchors and binary datatypes
* Fix for issue #32 (test failure on missing locale setting)
* Extend tests for XPath 1.0 with minor fixes
* Create custom class hierarchy for XPath nodes that replaces named-tuples
* Bind attribute nodes, text nodes and namespace nodes to parent element (issue #31)
* Increase the speed of path step selection on large trees
* More tests and small fixes to XSD builtin datatypes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=16