lxml 5.3.0-1build1 source package in Ubuntu
Changelog
lxml (5.3.0-1build1) plucky; urgency=medium * No-change rebuild to add support for Python 3.13. -- Matthias Klose <email address hidden> Thu, 14 Nov 2024 10:53:38 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Plucky
- 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_5.3.0.orig.tar.gz | 3.5 MiB | 4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f |
lxml_5.3.0-1build1.debian.tar.xz | 8.4 KiB | 83762c9339a9379eb4534c91e338f0a6143e85684031cde132b1967dc9eb8c93 |
lxml_5.3.0-1build1.dsc | 1.9 KiB | 1deff66942622ed8cbda47b285795517665c95370563c04006a28ecbd0b83095 |
Available diffs
- diff from 5.3.0-1 (in Debian) to 5.3.0-1build1 (313 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