2 Commits

Author SHA1 Message Date
OscarL
b27910d20b lxml: drop Python 3.9. Do not REQUIRE libpython3.xx.so. (#11721)
Compiled extensions do no link to libpython3.xx.so, so
just depend on cmd:python for a matching version.
2025-02-05 07:17:09 +00:00
OscarL
dffa441505 lxml: update to version 5.3.0. (#10861)
Fix crash on "import lxml.etree" related to calling xmlInitParser() too late.
See: https://github.com/lxml/lxml/pull/370
2024-08-23 10:41:25 +00:00