2023-06-26 18:05:55 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-elementpath: updated to 4.1.4
v4.1.4
* Fix select of prefixed names
* Fix zero length *xs:base64Binary*
v4.1.3
* Fix XP30+ fn:path
* Fix weak tests
|
2023-05-10 10:58:29 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-elementpath: updated to 4.1.2
v4.1.2
* Add support for Python 3.12
* Fix self shortcut operator (adding is_schema_node() to node classes)
|
2023-04-24 12:47:41 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-elementpath: updated to 4.1.1
v4.1.1
* Simplify type annotations for XSD datatypes
* Full test coverage of sequence type functions with bugfixes
v4.1.0
* Refactor XPath function call (context=None only as keyword argument)
* Add external function support
* Some fixes to string representation and source property of tokens
* Extend documentation and tests
* Clean XSD datatypes hierarchy
|
2023-02-15 19:12:58 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-elementpath: updated to 4.0.1
v4.0.1 (2023-02-02)
Fix packaging: include py.typed in package data
Revert to comparison between xs:QName instances and strings
v4.0.0 (2023-02-01)
First XPath 3.1 implementation (without UCA collation support)
|
2022-11-14 11:05:11 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-elementpath: updated to 3.0.2
`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
`v3.0.1`_ (2022-07-23)
======================
* Fix of descendant path operator
* Add support for Python 3.11
`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)
|
2022-06-04 21:00:54 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-elementpath: updated to 2.5.3
v2.5.3
* Fix unary path step operator
* Fix sphinx warnings *'reference target not found'*
|
2022-05-18 07:43:44 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-elementpath: updated to 2.5.2
v2.5.2
* Include fixes for `XPathContext.iter_siblings()`
|
2022-04-28 20:11:21 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-elementpath: updated to 2.5.1
v2.5.1
* Fix for failed floats equality tests
* Static typing tested with mypy==0.950
|
2022-04-11 18:32:33 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-elementpath: updated to 2.5.0
v2.5.0:
* Add XPath 3.0 support
* Better use of lxml.etree features
* Full coverage of W3C tests
* Drop support for Python 3.6
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|