lxml 4.6.4-1 source package in Ubuntu

Changelog

lxml (4.6.4-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <email address hidden>  Wed, 17 Nov 2021 18:17:40 +0100

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

Downloads

File Size SHA-256 Checksum
lxml_4.6.4-1.dsc 1.9 KiB 9565061bfeed2998cada6ffe2d312aeee6c23ceaf46ebc170c3769a0ced2ea99
lxml_4.6.4.orig.tar.gz 3.0 MiB daf9bd1fee31f1c7a5928b3e1059e09a8d683ea58fb3ffc773b6c88cb8d1399c
lxml_4.6.4-1.debian.tar.xz 8.0 KiB f28eb3cc1c61e199354ba7e4dc8be4a1889cb201f9488cdf3080db88517bb6b1

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