python-markdown 2.0.3-2 source package in Ubuntu

Changelog

python-markdown (2.0.3-2) unstable; urgency=low

  * Rename /usr/bin/markdown to /usr/bin/markdown_py for now. The Python
    implementation is not compatible enough to be an alternative for the Perl
    version yet. (Closes: #567378)
  * Get rid of the new source format mess, we use the default.
  * Add .PHONY to debian/rules. 
  * Bump Standards-Version to 3.8.4 - no changes needed.
  * Drop XB-Python-Version, not needed.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  09 May 2010 14:00:45 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-markdown_2.0.3.orig.tar.gz 69.6 KiB fff5d887cbf82dca288e55c8c240c435ca6ca80fb11d0b3c9fc44464fdece740
python-markdown_2.0.3-2.diff.gz 3.6 KiB a5576fab4228c98a03fdc9809f3634d7d8e0a993bf087c0144e7c9ef86fcc95f
python-markdown_2.0.3-2.dsc 1.4 KiB 10a31f9a22a4cbed381d33b4ee3a39dcdf2f8156dc4fffaec7cb8f95d1b43279

Available diffs

View changes file

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.