html5-parser 0.4.11-1 source package in Ubuntu

Changelog

html5-parser (0.4.11-1) unstable; urgency=medium

  * Remove unused keyword
  * New upstream version 0.4.11
  * Rediff patches
  * Renumber patches

 -- YOKOTA Hiroshi <email address hidden>  Tue, 18 Apr 2023 02:59:05 +0900

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
html5-parser_0.4.11-1.dsc 2.3 KiB 55fcc8aa2d0d67bbd78d4ee0e2dba6f50182d28928de44cb23651264d9f2f6ad
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-1.debian.tar.xz 6.0 KiB c3bea89db0b852c36b8a343af057aada0763deeab05d43df83e3df817cafb55c

No changes file available.

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