python-docutils 0.7-2 source package in Ubuntu

Changelog

python-docutils (0.7-2) unstable; urgency=low

  * Upload to unstable.
  * Replace patch to fix --local option for tools/buildhtml.py
    (17_revert_buildhtml.diff) with the one that was applied upstream
    (buildhtml-local.diff).

python-docutils (0.7-1) experimental; urgency=low

  * New upstream release.
    + Drop decode-path-none.diff, alltest-exitcode.diff, applied upstream.
    + Refresh other patches.
  * Bump standards version to 3.9.0, no changes needed.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  15 Oct 2010 09:56:13 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-docutils_0.7.orig.tar.gz 1.3 MiB cd8dc8e131813af9f4f1963f719611cccf23749dcf703f944bb4ac434393ea03
python-docutils_0.7-2.debian.tar.gz 25.6 KiB cd943d5c64fefce8d0d7bba381a92c8c8dc4d63113a11a3365d8ffdbe2f3f943
python-docutils_0.7-2.dsc 2.2 KiB d0b54c94cb75cd4185b54e169d5c43486306967c1d4af64da99688a2c269a2e2

Available diffs

View changes file

Binary packages built by this source

python-docutils: text processing system for reStructuredText (implemented in Python 2)

 reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext
 markup syntax and parser system. It is useful for in-line program documentation
 (such as Python docstrings), for quickly creating simple web pages, and for
 standalone documents.
 .
 The purpose of the Docutils project is to create a set of tools for
 processing reStructuredText documentation into useful formats, such as HTML,
 LaTeX, ODT or Unix manpages.
 .
 This package includes Python 2 modules and command line utilities.

python-roman: module for generating/analyzing Roman numerals for Python 2

 This module converts from and to Roman numerals. It can convert numbers
 from 1 to 4999 and understands the common shortcuts (IX == 9), but not
 illegal ones (MIM == 1999).
 .
 This module is part of "Dive Into Python", a free Python tutorial for
 experienced programmers. Visit http://diveintopython.org/ for the
 latest version.
 .
 This package includes Python 2 modules.