html5-parser 0.4.8-1build1 source package in Ubuntu

Changelog

html5-parser (0.4.8-1build1) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 18:41:01 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
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.8.orig.tar.gz 281.7 KiB d6ca0372ec5f74afb6a42838b8b3698379fcb6d7f76d4d4493c08daf8ac15bda
html5-parser_0.4.8-1build1.debian.tar.xz 2.2 KiB 22206cb26be2ff9a394e7101ed1e4ba2a99f4c05500a31c7e9e2d7239b783757
html5-parser_0.4.8-1build1.dsc 2.1 KiB e70da3ee7b5cc59fe9069344748bf959dab9ca4e708a8d39a0351f0b8251f4e6

View changes file

Binary packages built by this source

python-html5-parser: No summary available for python-html5-parser in ubuntu focal.

No description available for python-html5-parser in ubuntu focal.

python-html5-parser-dbgsym: No summary available for python-html5-parser-dbgsym in ubuntu focal.

No description available for python-html5-parser-dbgsym in ubuntu focal.

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