python-tidylib 0.3.2~dfsg-7 source package in Ubuntu

Changelog

python-tidylib (0.3.2~dfsg-7) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Apply multi-arch hints.
    + pytidylib-doc: Add Multi-Arch: foreign.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Dmitry Shachnev ]
  * Build-depend on tex-gyre, to fix PDF docs build with Sphinx 4
    (closes: #997463).
  * Update to debhelper compat level 13.
  * Install the docs into /usr/share/doc/python3-tidylib, as encouraged
    by Policy §12.3.
  * Bump Standards-Version to 4.6.0, no changes needed.

 -- Dmitry Shachnev <email address hidden>  Sun, 24 Oct 2021 13:31:49 +0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python
Mantic release universe python
Lunar release universe python
Jammy release universe python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tidylib_0.3.2~dfsg-7.dsc 2.2 KiB 7bbbf21975087d9397f2830e8a9a1d0d1936141fb9072adb7cbfabbc896c2840
python-tidylib_0.3.2~dfsg.orig.tar.xz 8.9 KiB f19d486ad13db3d93c0536bab10a05cfa2f068ff9d36c547c0e3902e6eb5e97b
python-tidylib_0.3.2~dfsg-7.debian.tar.xz 4.8 KiB 9396bee7f30c5117f0662c6d91875c2865ef898731ce9fb9576a2151f5e5858f

Available diffs

No changes file available.

Binary packages built by this source

python3-tidylib: Python 3 wrapper for HTML Tidy (tidylib)

 PyTidyLib is a Python package that wraps the HTML Tidy library. This allows
 you, from Python code, to “fix” invalid (X)HTML markup. Some of the library’s
 many capabilities include:
 .
  * Clean up unclosed tags and unescaped characters such as ampersands
  * Output HTML 4 or XHTML, strict or transitional, and add missing doctypes
  * Convert named entities to numeric entities, which can then be used in XML
    documents without an HTML doctype.
  * Clean up HTML from programs such as Word (to an extent)
  * Indent the output, including proper (i.e. no) indenting for pre elements,
    which some (X)HTML indenting code overlooks.
 .
 This is the Python 3 version of the module.

pytidylib-doc: Python wrapper for HTML Tidy (tidylib) documentation

 PyTidyLib is a Python package that wraps the HTML Tidy library. This allows
 you, from Python code, to “fix” invalid (X)HTML markup. Some of the library’s
 many capabilities include:
 .
  * Clean up unclosed tags and unescaped characters such as ampersands
  * Output HTML 4 or XHTML, strict or transitional, and add missing doctypes
  * Convert named entities to numeric entities, which can then be used in XML
    documents without an HTML doctype.
  * Clean up HTML from programs such as Word (to an extent)
  * Indent the output, including proper (i.e. no) indenting for pre elements,
    which some (X)HTML indenting code overlooks.
 .
 This package contains the built HTML and PDF documentation for PyTidyLib.