2025-01-18 20:36:41 by Havard Eidnes | Files touched by this commit (1) |
Log message:
textproc/py-lxml: use atomic64.mk to fix build with python3.13 on macppc.
|
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`.
|
2024-04-07 13:40:56 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-lxml: update to 5.2.1.
5.2.1 (2024-04-02)
==================
Bugs fixed
----------
* LP#2059910: The minimum CPU architecture for the Linux x86 binary wheels was \
set back to
"core2", but with SSE 4.2 enabled.
* LP#2059977: ``Element.iterfind("//absolute_path")`` failed with a \
``SyntaxError``
where it should have issued a warning.
* GH#416: The documentation build was using the non-standard ``which`` command.
Patch by Michał Górny.
5.2.0 (2024-03-30)
==================
Other changes
-------------
* LP#1958539: The ``lxml.html.clean`` implementation suffered from several (only \
if used)
security issues in the past and was now extracted into a separate library:
https://github.com/fedora-python/lxml_html_clean
Projects that use lxml without "lxml.html.clean" will not notice any \
difference,
except that they won't have potentially vulnerable code installed.
The module is available as an "extra" setuptools dependency \
"lxml[html_clean]",
so that Projects that need "lxml.html.clean" will need to switch \
their requirements
from "lxml" to "lxml[html_clean]", or install the new \
library themselves.
* The minimum CPU architecture for the Linux x86 binary wheels was upgraded to
"sandybridge" (launched 2011), and glibc 2.28 / gcc 12 \
(manylinux_2_28) wheels were added.
* Built with Cython 3.0.10.
5.1.2 (2024-??-??)
==================
Bugs fixed
----------
* LP#2059977: ``Element.iterfind("//absolute_path")`` failed with a \
``SyntaxError``
where it should have issued a warning.
|