html5-parser 0.4.10-1 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Norbert Preining ]
  * Update VCS fields.
  * Add Yokota Hiroshi to uploaders, use tracker as maintainer.

  [ YOKOTA Hiroshi ]
  * Update watch file from pypi.debian.org
  * Add upstream signing key
  * Use pristine-tar by default
  * New upstream version 0.4.10
  * Update debhelper
  * Add ignore list
  * Upgrade Debian standards
  * Use unused value
  * Remove nonexistent files from manifest
  * No needs root

 -- YOKOTA Hiroshi <email address hidden>  Sat, 09 Oct 2021 10:51:38 +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

Downloads

File Size SHA-256 Checksum
html5-parser_0.4.10-1.dsc 2.0 KiB 4a0a33552b5fbce43dd64e48b6bd37531ed6f5251f2de37e950f41d5a6369bbc
html5-parser_0.4.10.orig.tar.gz 266.4 KiB f9294418c0da95c2d5facc19d3dc32941093a6b8e3b3e4b36cc7b5a1697fbca4
html5-parser_0.4.10.orig.tar.gz.asc 833 bytes e550894cdbbea0093385f7d66cd935be4d0f0204b503b277e56cf58979146155
html5-parser_0.4.10-1.debian.tar.xz 5.4 KiB f6ec1724d8cb64a88f2c2eae1aa5b9ad40dbc9a51c6496f72be2bee6e38234ec

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