Powerful and Pythonic XML processing library
lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It
provides safe and convenient access to these libraries using the ElementTree
API. It extends the ElementTree API significantly to offer support for XPath,
RelaxNG, XML Schema, XSLT, C14N and much more.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
12
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/python-lxml && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
ISO-Schematron-schema-optional.patch | 0000005331 5.21 KB | |
close_file_before_test.patch | 0000000905 905 Bytes | |
lxml-4.9.3.tar.gz | 0003572158 3.41 MB | |
lxmldoc-4.5.2.pdf | 0001170312 1.12 MB | |
python-lxml.changes | 0000072516 70.8 KB | |
python-lxml.rpmlintrc | 0000000067 67 Bytes | |
python-lxml.spec | 0000005175 5.05 KB | |
remove-ISO-Schematron-schema.patch | 0000020093 19.6 KB | |
skip-test-under-libxml2-2.10.4.patch | 0000000621 621 Bytes | |
skip-test-under-libxml2-2.11.1.patch | 0000000817 817 Bytes |
Revision 103 (latest revision is 111)
Dominique Leuenberger (dimstar_suse)
accepted
request 1103711
from
Dirk Mueller (dirkmueller)
(revision 103)
- update to 4.9.3: * ``lxml.objectify`` accepted non-decimal numbers like ``²²²`` as integers. * A memory leak in ``lxml.html.clean`` was resolved by switching to Cython 0.29.34+. * GH#348: URL checking in the HTML cleaner was improved. * GH#371, GH#373: Some regex strings were changed to raw strings to fix Python warnings. * Built with Cython 0.29.36 to adapt to changes in Python 3.12.
Comments 0