lxml 4.9.3-1build1 source package in Ubuntu

Changelog

lxml (4.9.3-1build1) noble; urgency=medium

  * No-change rebuild to build with python3.12 as supported.

 -- Matthias Klose <email address hidden>  Wed, 01 Nov 2023 19:01:55 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
lxml_4.9.3.orig.tar.gz 3.4 MiB 48628bd53a426c9eb9bc066a923acaa0878d1e86129fd5359aee99285f4eed9c
lxml_4.9.3-1build1.debian.tar.xz 8.1 KiB ef962a57ea98a095f984d87fd261de8356178062bf35c9f27469521c27bf7f49
lxml_4.9.3-1build1.dsc 1.9 KiB ac5383849b5ec9eeae031ec444bbe8049dd356637c3d4b93ca67f4829783a408

View changes file

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