lxml 4.8.0-1build1 source package in Ubuntu
Changelog
lxml (4.8.0-1build1) jammy; urgency=medium * No-change rebuild with Python 3.10 only -- Graham Inggs <email address hidden> Wed, 16 Mar 2022 23:49:55 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Jammy
- Original maintainer:
- Matthias Klose
- Architectures:
- any all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
lxml_4.8.0.orig.tar.gz | 3.1 MiB | f63f62fc60e6228a4ca9abae28228f35e1bd3ce675013d1dfb828688d50c6e23 |
lxml_4.8.0-1build1.debian.tar.xz | 8.1 KiB | 1a67b1e277ddebc09449676e78aa706883696e53297d12bd1fa866b6ee7ab801 |
lxml_4.8.0-1build1.dsc | 1.9 KiB | 7e263d29d6b9e9c6b910c1346570d1df45d3f90839965a86b255c98013fea6e8 |
Available diffs
- diff from 4.8.0-1 (in Debian) to 4.8.0-1build1 (303 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