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-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.
|
2024-04-05 12:38:08 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-lxml: update to 5.1.1.
5.1.1 (2024-03-28)
==================
Bugs fixed
----------
* LP#2048920: ``iterlinks()`` in ``lxml.html`` rejected ``bytes`` input in 5.1.0.
* High source line numbers from the parser are no longer truncated
(up to a C ``long``) when using libxml2 2.11 or later.
* GH#407: A compatibility test was adapted to recent expat versions.
Patch by Miro Hrončok.
Other changes
-------------
* Binary wheels use the library versions libxml2 2.12.6 and libxslt 1.1.39.
* Windows binary wheels use the library versions libxml2 2.11.7 and libxslt 1.1.39.
* Built with Cython 3.0.9.
|
2024-02-26 10:19:50 by Nia Alarie | Files touched by this commit (1) |
Log message:
c std, not cxx
|
2024-02-16 09:15:33 by Nia Alarie | Files touched by this commit (1) |
Log message:
py-lxml: fix build with compilers that default to c89.
|
2024-01-15 12:44:00 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-lxml: remove BUILDLINK_DEPMETHOD.py-cython, the bl3.mk file is not included
|
2024-01-15 11:59:49 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
py-lxml: build-depend on py-cython
|
2024-01-15 11:57:19 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-lxml: not for Python 2 any longer, use py27-lxml
|
2024-01-14 10:44:22 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-lxml: update to 5.1.0.
5.1.0 (2024-01-05)
==================
Features added
--------------
* Parsing ASCII strings is slightly faster.
Bugs fixed
----------
* GH#349: The HTML ``Cleaner()`` interpreted an accidentally provided string \
parameter
for the ``host_whitelist`` as list of characters and silently failed to reject \
any hosts.
Passing a non-collection is now rejected.
Other changes
-------------
* Support for Python 2.7 and Python versions < 3.6 was removed.
* The wheel build was migrated to use ``cibuildwheel``.
Patch by Primož Godec.
|