lxml 5.2.1-1ubuntu0.1 source package in Ubuntu
Changelog
lxml (5.2.1-1ubuntu0.1) noble; urgency=medium * debian/rules: Set DPKG_EXPORT_BUILDFLAGS = 1 and include /usr/share/dpkg/buildflags.mk to pick up the correct compiler flags (LP: #2076419) -- Julian Andres Klode <email address hidden> Fri, 09 Aug 2024 13:33:08 +0200
Upload details
- Uploaded by:
- Julian Andres Klode
- Uploaded to:
- Noble
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Noble | proposed | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
lxml_5.2.1.orig.tar.gz | 3.5 MiB | 3f7765e69bbce0906a7c74d5fe46d2c7a7596147318dbc08e4a2431f3060e306 |
lxml_5.2.1-1ubuntu0.1.debian.tar.xz | 8.3 KiB | d442bc67f76ee52493922fb608ef4bf92d98e30ab8c04515b3e7716605f2ece4 |
lxml_5.2.1-1ubuntu0.1.dsc | 2.0 KiB | d7dd62220d8ba8e4fbced1790f140be14d1fce22c907699a4fa94844261aab63 |
Available diffs
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