html5-parser 0.4.9-3build5 source package in Ubuntu

Changelog

html5-parser (0.4.9-3build5) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Sun, 17 Oct 2021 12:21:26 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Norbert Preining
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.9.orig.tar.gz 281.7 KiB fe45fb846dd6e71049fcb776ac9f5ba6876eafc548f7d7604cf2ecbfb77ddeef
html5-parser_0.4.9-3build5.debian.tar.xz 2.3 KiB 129111a58e6ffab8576e4e598ae7b0af5d992b4c30a04ea8a10aca8074c686aa
html5-parser_0.4.9-3build5.dsc 2.0 KiB d4628a0afd792974a0a0a02cccaaf8376f80616013133d60ad684b8925549147

Available diffs

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