python-docutils
Docutils is a modular system for processing documentation into useful formats,
such as HTML, XML, and LaTeX. For input Docutils supports reStructuredText, an
easy-to-read, what-you-see-is-what-you-get plaintext markup syntax.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
11
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/python-docutils && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000053 53 Bytes | |
docutils-0.16.tar.gz | 0001962041 1.87 MB | |
python-docutils-rpmlintrc | 0000000069 69 Bytes | |
python-docutils.changes | 0000017818 17.4 KB | |
python-docutils.spec | 0000004745 4.63 KB |
Revision 29 (latest revision is 41)
Dominique Leuenberger (dimstar_suse)
accepted
request 764622
from
Tomáš Chvátal (scarabeus_iv)
(revision 29)
- Update to 0.16: - Dropped support for Python 2.6, 3.3 and 3.4 - Docutils now supports Python 2.7 and Python 3.5+ natively (without conversion by ``2to3``). - Keep `backslash escapes`__ in the document tree. Backslash characters in text are be represented by NULL characters in the ``text`` attribute of Doctree nodes and removed in the writing stage by the node's ``astext()`` method. - Remove merged patch fix_tests_38.patch
Comments 0