html5-parser 0.4.12+ds-1build1 source package in Ubuntu

Changelog

html5-parser (0.4.12+ds-1build1) noble; urgency=medium

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Wed, 10 Apr 2024 18:40:01 +0000

Upload details

Uploaded by:
Graham Inggs
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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
html5-parser_0.4.12+ds.orig.tar.xz 175.6 KiB 3c5c60e5f742b36af7f1d9e6a9e1b0c507bc999bcfa0132486dd85128d61a032
html5-parser_0.4.12+ds-1build1.debian.tar.xz 3.7 KiB 8f2ed1dc5c17c2393f19f6d65cc4166ee6c31dc76327f39a37523c153dd8b8f6
html5-parser_0.4.12+ds-1build1.dsc 2.1 KiB 75e00d3597db5e92e98dfe2c2c405ef342e32df8b81dfab9c65b068ae54eb01e

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