Path to this page:
./
textproc/py-lxml,
Python binding for libxml2 and libxslt
Branch: CURRENT,
Version: 5.3.0nb3,
Package name: py312-lxml-5.3.0nb3,
Maintainer: pkgsrc-userslxml is a Pythonic binding for the libxml2 and libxslt libraries.
It is unique in that it combines the speed and feature completeness
of these libraries with the simplicity of a native Python API,
mostly compatible but superior to the well-known ElementTree API.
Required to run:[
textproc/libxml2] [
textproc/libxslt] [
lang/python310]
Master sites:
Filesize: 3593.084 KB
Version history: (Expand)
- (2024-11-15) Updated to version: py312-lxml-5.3.0nb3
- (2024-11-01) Updated to version: py312-lxml-5.3.0nb2
- (2024-11-01) Updated to version: py312-lxml-5.3.0nb1
- (2024-08-12) Updated to version: py312-lxml-5.3.0
- (2024-08-11) Updated to version: py311-lxml-5.3.0
- (2024-05-29) Updated to version: py311-lxml-5.2.2nb1
CVS history: (Expand)
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message:
*: recursive bump for icu 76 shlib major version bump
|
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-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|
2024-08-12 19:11:34 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-lxml: document how to run tests
Following upstream advice
|
2024-08-11 08:56:25 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-lxml: update to 5.3.0.
5.3.0 (2024-08-10)
==================
Features added
--------------
* GH#421: Nested ``CDATA`` sections are no longer rejected but split on output
to represent ``]]>`` correctly.
Patch by Gertjan Klein.
Bugs fixed
----------
* LP#2060160: Attribute values serialised differently in ``xmlfile.element()`` \
and ``xmlfile.write()``.
* LP#2058177: The ISO-Schematron implementation could fail on unknown prefixes.
Patch by David Lakin.
Other changes
-------------
* LP#2067707: The ``strip_cdata`` option in ``HTMLParser()`` turned out to be \
useless and is now deprecated.
* Binary wheels use the library versions libxml2 2.12.9 and libxslt 1.1.42.
* Windows binary wheels use the library versions libxml2 2.11.8 and libxslt 1.1.39.
* Built with Cython 3.0.11.
|
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | |
Log message:
revbump after icu and protobuf updates
|
2024-05-13 11:11:40 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-lxml: updated to 5.2.2
5.2.2 (2024-05-12)
Bugs fixed
* The ``test_feed_parser`` test could fail if ``lxml_html_clean`` was not installed.
It is now skipped in that case.
* The minimum CPU architecture for the Linux x86 binary wheels was set back to
"core2", without SSE 4.2.
* If libxml2 uses iconv, the compile time version is available as \
`etree.ICONV_COMPILED_VERSION`.
|