lxml 4.9.2-1build1 source package in Ubuntu
Changelog
lxml (4.9.2-1build1) lunar; urgency=medium * Rebuild to drop Python 3.10 extension -- Jeremy Bicha <email address hidden> Wed, 01 Mar 2023 17:59:55 -0500
Upload details
- Uploaded by:
- Jeremy BĂcha
- Uploaded to:
- Lunar
- Original maintainer:
- Matthias Klose
- Architectures:
- any all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
lxml_4.9.2.orig.tar.gz | 3.5 MiB | 2455cfaeb7ac70338b3257f41e21f0724f4b5b0c0e7702da67ee6c3640835b67 |
lxml_4.9.2-1build1.debian.tar.xz | 8.1 KiB | 2d54211c681acdf3ab04207ede1c05e7d8445c0210e058bfdec58c9f2e396fcd |
lxml_4.9.2-1build1.dsc | 1.9 KiB | 73387da1202da2c558175d724829fae05429d3e64f05e180f32d5f28260a275a |
Available diffs
- diff from 4.9.2-1 (in Debian) to 4.9.2-1build1 (306 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