Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-lxml
From: Adam Ciarcinski
Date: 2022-03-01 10:59:55
Message id: 20220301095955.7BB4CFB24@cvs.NetBSD.org
Log Message:
py-lxml: updated to 4.8.0
4.8.0 (2022-02-17)
==================
Features added
--------------
* Path-like objects are now supported throughout the API instead of just strings.
Patch by Henning Janssen.
* The ``ElementMaker`` now supports ``QName`` values as tags, which always override
the default namespace of the factory.
Bugs fixed
----------
* In lxml.objectify, the XSI float annotation "nan" and \
"inf" were spelled in
lower case, whereas XML Schema datatypes define them as "NaN" and \
"INF" respectively.
Patch by Tobias Deiminger.
Other changes
-------------
* Built with Cython 0.29.28.
Files: