lxml 5.2.2-1ubuntu1 source package in Ubuntu

Changelog

lxml (5.2.2-1ubuntu1) oracular; 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:23:24 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
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_5.2.2.orig.tar.gz 3.5 MiB bb2dc4898180bea79863d5487e5f9c7c34297414bad54bcd0f0852aee9cfdb87
lxml_5.2.2-1ubuntu1.debian.tar.xz 8.4 KiB 48663f07eea4d42ed51b12c80f157577aa21e35e911d1085921e5e070668a241
lxml_5.2.2-1ubuntu1.dsc 2.0 KiB 422d044baf5b1da72bb21be2ffcc855b07cee737156838291d736ca7f8ccb489

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