python-markdown 2.1.0-1 source package in Ubuntu

Changelog

python-markdown (2.1.0-1) unstable; urgency=low


  [ Dmitry Shachnev ]
  * New upstream release
  * Use 3.0 (quilt) source format
  * Port to dh_python*
  * Build Python3 package (closes: #647094)
  * debian/patches/01-fix-unusual-interpreter.patch:
    - fix interpreter in def_list and tables extensions
  * Bump Standards-Version to 3.9.2, no changes required

 -- Debian Python Modules Team <email address hidden>  Sun, 22 Jan 2012 15:24:30 +0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-markdown_2.1.0-1.dsc 2.1 KiB bc21d1a1c2a0e9a196d28a4674893039ac57d38d2086e6abfbca0f68ebd57181
python-markdown_2.1.0.orig.tar.gz 235.9 KiB ab537478e98137c0fa1cb4149adae23ddc56490ca6e8bb1b6130d91ada81d964
python-markdown_2.1.0-1.debian.tar.gz 4.5 KiB 8222a5c1ac95de0f6b7e93e8b350aa74625b31e4d8bfb76c1e94e8843a48abd0

Available diffs

No changes file available.

Binary packages built by this source

python-markdown: text-to-HTML conversion library/tool

 Markdown is a text-to-HTML conversion tool for web writers. Markdown
 allows you to write using an easy-to-read, easy-to-write plain text
 format, then convert it to structurally valid XHTML (or HTML).
 .
 This is a Python implementation of John Gruber's Markdown. The current
 version of python-markdown implements all Markdown syntax features and
 fully passes Markdown Test Suite 1.0. It also supports footnotes and
 attributes.

python3-markdown: text-to-HTML conversion library/tool (python3 implementation)

 Markdown is a text-to-HTML conversion tool for web writers. Markdown
 allows you to write using an easy-to-read, easy-to-write plain text
 format, then convert it to structurally valid XHTML (or HTML).
 .
 This is a Python 3 implementation of John Gruber's Markdown. The current
 version of python3-markdown implements all Markdown syntax features and
 fully passes Markdown Test Suite 1.0. It also supports footnotes and
 attributes.