Name: | rh-python34-python-docutils |
---|---|
Version: | 0.12 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Languages |
Size: | 5901938 |
License: | Public Domain and BSD and Python and GPLv3+ |
RPM: | rh-python34-python-docutils-0.12-1.el7.noarch.rpm |
Source RPM: | rh-python34-python-docutils-0.12-1.el7.src.rpm |
Build Date: | Tue Feb 07 2017 |
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. |
- Update to 0.12
- Update to 0.11
- Fix some test failures with Python 3.3.2 (rhbz#966420).
- Temporary add a grep to match failed tests.
- Rebuild to generate bytecode properly after fixing rhbz#956289
- Rebuilt for SCL. - Updated to 0.10 official release.
- 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