lxml 5.2.2-1 source package in Ubuntu

Changelog

lxml (5.2.2-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <email address hidden>  Wed, 10 Jul 2024 09:48:42 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Sid
Original maintainer:
Matthias Klose
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main python

Downloads

File Size SHA-256 Checksum
lxml_5.2.2-1.dsc 1.9 KiB 66b7b7d50e89215cb8310be620e5ff8f17b96f799eb65566becb866ee9626b70
lxml_5.2.2.orig.tar.gz 3.5 MiB bb2dc4898180bea79863d5487e5f9c7c34297414bad54bcd0f0852aee9cfdb87
lxml_5.2.2-1.debian.tar.xz 8.2 KiB bfe767f47dbf9a35d81a93e4eaece15eb820f4d03cd53826bc9fc97265585627

Available diffs

No changes file available.

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