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

Changelog

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

  [ Emmanuel Arias ]
  * d/control: Bump Standards-Version to 4.5.0.
  * Remove Python 2 support (Closes: #938217).
  * d/salsa-ci.yml: enable salsa-ci.

  [ Dmitry Shachnev ]
  * Also drop the Python 2 autopkgtest.
  * Make the Python 3 autopkgtest depend on python3-all.

 -- Dmitry Shachnev <email address hidden>  Tue, 03 Mar 2020 10:54:39 +0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tidylib_0.3.2~dfsg-6.dsc 2.3 KiB e77238c390b4c3a44e46158b40f7f4d3485c129f5ee9215df6afdb117174b1fe
python-tidylib_0.3.2~dfsg.orig.tar.gz 9.8 KiB ab7b2081beeb1900dcf1e1a6bb7b5b5110606b65d15b1cc458393555e7e52b33
python-tidylib_0.3.2~dfsg-6.debian.tar.xz 4.5 KiB 160f0d3e1b25accd377964c4a3a785b50626124375a9af8568ea1109f3a421bf

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.