python-html2text 2018.1.9-1 source package in Ubuntu

Changelog

python-html2text (2018.1.9-1) unstable; urgency=medium

  [ Stefano Rivera ]
  * New upstream release.
    - Expands HTML entities properly. (Closes: #791470)
  * Update copyright.
  * Bump debhelper compat to 11.
  * Bump Standards-Version to 4.1.3, no changes needed.
  * Declare Rules-Requires-Root: no.

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field

 -- Stefano Rivera <email address hidden>  Tue, 20 Feb 2018 11:14:49 -0800

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
Bionic release universe python

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-html2text_2018.1.9-1.dsc 1.9 KiB 9b1df63fa01b8a63fde9e33b15bb2343f43d8d07cb08c597a70ba9851729296b
python-html2text_2018.1.9.orig.tar.gz 51.0 KiB 627514fb30e7566b37be6900df26c2c78a030cc9e6211bda604d8181233bcdd4
python-html2text_2018.1.9-1.debian.tar.xz 6.0 KiB 7d0a21a1dbaaa8bcb9acd8e11a67cea98bae4e33e7e6eb4c13ac4f23d77f8b45

Available diffs

No changes file available.

Binary packages built by this source

python-html2text: Python module for converting HTML to Markdown text

 html2text is a Python module that converts a page of HTML into clean,
 easy-to-read plain ASCII text. Better yet, that ASCII also happens to be
 valid Markdown (a text-to-HTML format).
 .
 This package contains the Python 2 version of the library, and a script,
 html2markdown.

python3-html2text: Python module for converting HTML to Markdown text (Python3 version)

 html2text is a Python module that converts a page of HTML into clean,
 easy-to-read plain ASCII text. Better yet, that ASCII also happens to be
 valid Markdown (a text-to-HTML format).
 .
 This package contains the Python 3 version of the library, and a script,
 html2markdown.