Name: | rh-python36-python-docutils |
---|---|
Version: | 0.14 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Languages |
Size: | 6851066 |
License: | Public Domain and BSD and Python and GPLv3+ |
RPM: | rh-python36-python-docutils-0.14-1.el7.noarch.rpm |
Source RPM: | rh-python36-python-docutils-0.14-1.el7.src.rpm |
Build Date: | Mon Dec 18 2017 |
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. |
- Update to 0.14 Resolves: rhbz#1479376
- Update to 0.13.1 for rh-python36
- Fix failing tests when Pygments >= 2.1 is installed
- 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__