Name: | python-docutils |
---|---|
Version: | 0.11 |
Release: | 0.3.20130715svn7687.el7 |
Architecture: | noarch |
Group: | Development/Languages |
Size: | 6126606 |
License: | Public Domain and BSD and Python and GPLv3+ |
RPM: | python-docutils-0.11-0.3.20130715svn7687.el7.noarch.rpm |
Source RPM: | python-docutils-0.11-0.3.20130715svn7687.el7.src.rpm |
Build Date: | Mon Feb 12 2018 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://docutils.sourceforge.net |
Summary: | System for processing plaintext documentation |
Description: | The Docutils project specifies a plaintext markup language, reStructuredText, which is easy to read and quick to write. The project includes a python library to parse rST files and transform them into other useful formats such as HTML, XML, and TeX as well as commandline tools that give the enduser access to this functionality. Currently, the library supports parsing rST that is in standalone files and PEPs (Python Enhancement Proposals). Work is underway to parse rST from Python inline documentation modules and packages. |
- Fix spurious table column alignment errors. Resolves: rhbz#1479804
- Mass rebuild 2013-12-27
- Rebased to new snapshot - Removed unnecessary patches
- Add python3-imaging support :-)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Further fix of places in the code that use__import__
- Rebase to new snapshot with some fixes integrated - Reenable one test that I can't replicate the failure with.
- fix/disable failing tests with python 3.3
- PyXML patch from upstream - Fix ability to disable python3 builds
- remove rhel logic from with_python3 conditional