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
|
2021-11-14 16:28:47 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-elementpath: updated to 2.4.0
v2.4.0
* Fix type annotations and going strict on parsers and other public classes
* Add XPathConstructor token class (subclass of XPathFunction)
* Last release for Python 3.6
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-10-06 21:47:20 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-elementpath: updated to 2.3.2
2.3.2
* Make ElementProtocol and LxmlElementProtocol runtime checkable (only for \
Python 3.8+)
* Type annotations for all package public APIs
|
2021-09-10 17:08:21 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-elementpath: updated to 2.3.1
`v2.3.1`_ (2021-09-07)
======================
* Add LxmlElementProtocol
* Add pytest env to tox.ini
`v2.3.0`_ (2021-09-01)
======================
* Add inline type annotations check support
* Add structural Protocol based type checks (effective for Python 3.8+)
|