html5-parser 0.4.11-1build1 source package in Ubuntu

Changelog

html5-parser (0.4.11-1build1) noble; urgency=medium

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

 -- Matthias Klose <email address hidden>  Thu, 02 Nov 2023 09:20:49 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Html5-Parser maintainer team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
html5-parser_0.4.11.orig.tar.gz 264.4 KiB 85bb16faa3cdf3c6c6842e0cb2ce02807cbaefc6e3bb0f3b8e18dabe51070763
html5-parser_0.4.11.orig.tar.gz.asc 833 bytes 861182317d20125e98a160c7941bbeb6f0da954a020f97a5fcda911d786d709c
html5-parser_0.4.11-1build1.debian.tar.xz 6.1 KiB 27b5d1acf88511e0b08babd976204eed43f524d2184bfd680bc1b448803d5e56
html5-parser_0.4.11-1build1.dsc 2.3 KiB ddcdefd9170f6be92181a8d67c3d7ed2e401b70df840f8ecf4317d406a1bf9b7

View changes file

Binary packages built by this source

python3-html5-parser: fast, standards compliant, C based, HTML 5 parser for python

 A fast implementation of the HTML 5 parsing spec for Python. Parsing is
 done in C using a variant of the gumbo parser. The gumbo parse tree is
 then transformed into an lxml tree, also in C, yielding parse times that
 can be a thirtieth of the html5lib parse times. That is a speedup of 30x.
 This differs, for instance, from the gumbo python bindings, where the
 initial parsing is done in C but the transformation into the final
 tree is done in python.

python3-html5-parser-dbgsym: debug symbols for python3-html5-parser