python-tidylib 0.2.4~dfsg-1 source package in Ubuntu

Changelog

python-tidylib (0.2.4~dfsg-1) unstable; urgency=low

  * Team upload, with maintainer's permission.

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.
  * Remove DM-Upload-Allowed; it's no longer used by the archive
    software.

  [ Janos Guljas ]
  * Run tests during build. (Closes: #711078)
    - Build depend on libtidy-0.99-0.
  * Change my email address.
  * Update copyright year in debian/copyright.

  [ Dmitry Shachnev ]
  * New upstream release.
  * Update debian/watch.
  * Exclude docs/html directory from the tarball, as it contains minified JS
    files without source.
  * Switch to pybuild buildsystem and build a python3-tidylib package
    (closes: #756001).
  * Split the docs into a separate pytidylib-doc package.
  * Use dh_sphinxdoc to symlink JavaScript files in the documentation.
  * Prevent pytidylib.pdf from being compressed by dh_compress.
  * Update debian/copyright.
  * Bump Standards-Version to 3.9.6, no changes needed.
  * Export PYTHONPATH when calling sphinx-build, so that autofunction
    directive works.

 -- Dmitry Shachnev <email address hidden>  Mon, 14 Dec 2015 22:00:41 +0300

Upload details

Uploaded by:
Janos Guljas
Uploaded to:
Sid
Original maintainer:
Janos Guljas
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tidylib_0.2.4~dfsg-1.dsc 2.2 KiB 4d764cee743a6d4123ea6737f8208107221acfcfcb8adf89448cc5e4f908da1a
python-tidylib_0.2.4~dfsg.orig.tar.gz 8.7 KiB 7d0d620622b49bc8acdd907cb86e53f83fc54e71863e084d43436e619a7f0a4e
python-tidylib_0.2.4~dfsg-1.debian.tar.xz 3.4 KiB 7e14c31aba34bef8e61456cbd0310cdddcaaba5c9f88aa0acb81dc10c46d1a42

No changes file available.

Binary packages built by this source

python-tidylib: Python 2 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 2 version of the module.

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.