lxml 4.9.1-1build1 source package in Ubuntu
Changelog
lxml (4.9.1-1build1) lunar; urgency=medium * No-change rebuild with Python 3.11 as supported -- Graham Inggs <email address hidden> Thu, 03 Nov 2022 06:29:07 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Lunar
- Original maintainer:
- Matthias Klose
- Architectures:
- any all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
lxml_4.9.1.orig.tar.gz | 3.2 MiB | fe749b052bb7233fe5d072fcb549221a8cb1a16725c47c37e42b0b9cb3ff2c3f |
lxml_4.9.1-1build1.debian.tar.xz | 8.1 KiB | 35c7f0e807e8f1f812552e5710d75b719419b50ff2be70310e5834ae901da1af |
lxml_4.9.1-1build1.dsc | 1.9 KiB | 9611add16c539e022764062e55fe5ae663c57201d77b2a254166a240f078ec85 |
Available diffs
- diff from 4.9.1-1 (in Debian) to 4.9.1-1build1 (307 bytes)
Binary packages built by this source
- python-lxml-doc: pythonic binding for the libxml2 and libxslt libraries (documentation)
lxml is a new Python binding for libxml2 and libxslt, completely
independent from these existing Python bindings.
.
This package contains the html documentation.
- python3-lxml: pythonic binding for the libxml2 and libxslt libraries
lxml is a new Python binding for libxml2 and libxslt, completely
independent from existing Python bindings. Its aim:
.
* Pythonic API.
* Documented.
* Use Python unicode strings in API.
* Safe (no segfaults).
* No manual memory management!
.
lxml aims to provide a Pythonic API by following as much as possible
the ElementTree API, trying to avoid inventing too many new APIs,
or the user's having to learn new things -- XML is complicated enough.
- python3-lxml-dbgsym: debug symbols for python3-lxml