Name: | python27-python-docutils |
---|---|
Version: | 0.11 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Development/Languages |
Size: | 6212047 |
License: | Public Domain and BSD and Python and GPLv3+ |
RPM: | python27-python-docutils-0.11-2.el7.noarch.rpm |
Source RPM: | python27-python-docutils-0.11-2.el7.src.rpm |
Build Date: | Mon Jun 25 2018 |
Build Host: | x86-ol7-builder-03.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. |
- Rebuild for multi-arch bootstrap
- Update to 0.11
- Run tests in SCL environment, add patches for Python 2.7.5 related: rhbz#967070 rhbz#968179
- Rebuild to generate bytecode properly after fixing rhbz#956289
- Updated to 0.10 official release.
- Rebuilt for SCL. - python-imaging is only a soft dependency, removing it for now.
- 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