2024-12-31 17:11:54 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-elementpath: updated to 4.7.0
v4.7.0
* Fix *fragment* argument usage
* Fix constructors nud() to skip argument check with XP31+ arrow operator
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-29 06:43:25 by Adam Ciarcinski | Files touched by this commit (3) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-elementpath: updated to 4.6.0
v4.6.0 (2024-10-27)
* Fix XsdAttributeGroupProtocol
* Improve Unicode support with installable UnicodeData.txt versions
* Extend names disambiguation with a fix
* Refactor tree builders to fix document position of tails
|
2024-09-12 20:55:33 by Adam Ciarcinski | Files touched by this commit (3) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-elementpath: updated to 4.5.0
v4.5.0 (2024-09-09)
* Fix and clean node trees iteration methods
* Fix missing raw string for '[^\r\n]'
* Full and more specific type annotations
|
2024-03-18 09:51:26 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-elementpath: updated to 4.4.0
v4.4.0
* Improve stand-alone XPath functions builder
* Update tokens and parsers __repr__
* Fix static typing protocols to work with etree and XSD elements
|
2024-02-18 09:29:20 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-elementpath: updated to 4.3.0
v4.3.0
* Change the purpose of the evaluation with a dynamic schema context
* Add a tox.ini testenv with Python 3.13 pre-releases
|
2024-02-11 12:05:28 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-elementpath: updated to 4.2.1
v4.2.1
* Fix dynamic context initialization with lxml a non-root element
* Fix XP30+ function fn:function-lookup
* Fix XP30+ fn:unparsed-text, fn:unparsed-text-lines and fn:unparsed-text-available
|
2024-02-08 07:20:04 by Adam Ciarcinski | Files touched by this commit (3) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-elementpath: updated to 4.2.0
v4.2.0
* Drop support for Python 3.7
* Add *uri* and *fragment* options to dynamic context
* Make context root node not mandatory
* Add function objects constructor
|
2023-07-31 18:27:08 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-elementpath: updated to 4.1.5
v4.1.5
* Fix typed value of ElementNode() if self.elem.text is None
|
2023-06-26 18:05:55 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
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
|