python-html2text 3.0.2-1 source package in Ubuntu

Changelog

python-html2text (3.0.2-1) unstable; urgency=low

  * New upstream release.
    - Drop all patches, accepted upstream.
  * Move html2markdown back to Section web.
  * Bump Standards-Version to 3.9.2, no changes needed.
  * Drop Breaks: ${python:Breaks}, no longer used by dh_python2.
  * Point watch file at github (upstream didn't upload this release to the
    cheeseshop).
  * Bump copyright years.

python-html2text (3.0.1-2) unstable; urgency=low

  * Install html2markdown symlink, replacing the html2markdown package.
    (Closes: #614886)
    - Conflicts html2markdown << 3.0.1-2.
    - Add html2markdown transitional package.
    - Add html2markdown.1 manpage.
    - Manage html2markdown and html2markdown.1 via alternatives, allowing both
      Python 2 and 3 packages to provide this command.
  * optparse.patch: Use optparse for parsing arguments, which also provides
    help.
  * utf-output.patch: Encode output in UTF-8.
  * Recommend python-feedparser in Python 2 package (not available in Python 3
    yet).

python-html2text (3.0.1-1) unstable; urgency=low

  * New upstream release.
    - Adds Python 3 support.
      + BD on python3-all >= 3.1.2-12.
      + New binary package, python3-html2text.
    - Reliably provides tarballs via pypi.
      + Update watch file.
      + Drop get-orig-source.
  * Switch to dh_python2.
    - Use X-Python-Version.
      + BD on python-all >= 2.6.5-13.
      + Explicitly state supported versions (>= 2.3).
    - Use Breaks: ${python:Breaks}.
  * Update my e-mail address.
  * Update copyright format.
  * Bump Standards-Version to 3.9.1, no changes needed.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:35:13 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-html2text_3.0.2.orig.tar.gz 4.9 KiB 8a440067b95569ac705e2ea056bb6dfebaedf7992cbb6b4e4b830811368f8111
python-html2text_3.0.2-1.debian.tar.gz 3.9 KiB a9c5b19dabb31f2bbbc565be31267d9cfa498566bc129173eb205f4a6dfc711a
python-html2text_3.0.2-1.dsc 2.1 KiB c7a29c56c62088bfbbfa5243a0bd05b5a2a1781a26852a9fe5d00c59a2ede349

Available diffs

View changes file

Binary packages built by this source

html2markdown: Dummy upgrade package for merge of html2markdown into python-html2text

 This is a transitional package and can safely be removed; see the
 python-html2text and python3-html2text packages instead.

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.