SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python2-docutils-0.17.1-lp153.2.4.noarch.rpm :

* Sat Oct 16 2021 Dirk Müller - update to 0.17.1:
* Fix bug #406 (MathML translation of ``\\mathbf``).
* Open \"docutils.sty\" with encoding set to \"utf8\".
* Provide fallbacks for parser config settings to facilitate programmatic use.
* Installing with ``setup.py`` now requires ``setuptools``. Alternatively, install with `pip`_ (or \"manually\").
* Use importlib.import_module() to programmatically import modules.
* Fix bug #385: Import of language modules.
* Arabic mappings by Shahin.
* Fixes in Korean translation by Shinjo Park.
* Fix error when copying `system_message` node
* Make the sidebar\'s \"title\" argument optional
* Make \"meta\" elements available for \"latex\" and \"odt\".
* Prevent infinite inclusion loops.
* Move non-essential styling to ``plain.css``.
* Support \"captionbelow\" class value for tables.
* Display code line numbers as pseudo-elements which are skipped when copying text from code blocks. Solves feature request #32.
* Support numbered figures.
* New optional style that adapts to different screen sizes.
* Fix #394 fix missing new line after rubric.
* Patch #168 fix crashing on empty citation (by Takeshi KOMIYA).
* Fix #126 manpage title with spaces.
* Fix #380 commandline option problem in sphinx.
* Fix/improve metadata handling: fix \"keyword\" splitting, allow generic fields (stored as \"Custom Properties\"). __ docs/user/config.html#detailled
* Run python3 test like python2 against source not the build/-directory
* New generic command line front end that allows the free selection of reader, parser, and writer components.- remove pygments25.patch (upstream)
* Sat Dec 12 2020 Benjamin Greiner - In a world with more than one python 3 flavor, provide \"docutils\" with the default python3 provider. gh#openSUSE/python-rpm-macros#66
* Tue Apr 07 2020 Tomáš Chvátal - Fix the condition to really generate the direct binaries
* Mon Apr 06 2020 Matej Cepl - Remove %python3_only and use full alternatives.
* Sat Mar 14 2020 Tomáš Chvátal - Add patch to fix build with pygments 2.4 and newer:
* pygments25.patch
* Wed Jan 15 2020 Tomáš Chvátal - 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
* Fri Oct 11 2019 Matej Cepl - Add fix_tests_38.patch to overcome failing test_writers.test_odt.DocutilsOdtTestCase with Python 3.8. Also, failed as shp#docutils#161.
* Sat Sep 14 2019 John Vandenberg - Skip the tests for the flavors not being built
* Fri Aug 09 2019 Marketa Calabkova - update to version 0.15.2
* Docutils 0.14.x is the last version supporting Python 2.4, 2.5, 3.1, and 3.2.
* reStructured text: Allow embedded colons in field list field names (before, tokens like :this:example: were considered ordinary text).
* Fixed a bug with the \"trim\" options of the \"unicode\" directive.
* Mon May 13 2019 Tomáš Chvátal - Add multibuild in order to avoid buildcycle with Pillow and friends
* Tue May 07 2019 John Vandenberg - Add optional build dependencies Pillow, Pygments and roman, causing 16 additonal test methods to run- Add Recommends for Pillow, Pygments and roman- Use %license- Simplify test invocation
* Wed Jan 09 2019 Matej Cepl - Remove unnecessary node BR
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Fri Nov 10 2017 arunAATTgmx.de- specfile:
* add binary rst2html4- update to version 0.14:
* Enable validation of Docutils XML documents against the DTD: Use attribute type NMTOKEN instead of REFID for the `refid` attribute and NMTOKENS for `backrefs`: REFID refers to an ID type instance, however, the `ids` attribute cannot use the ID type because `XML only allows one ID per Element Type`__ and doesn\'t support a multiple-ID \"IDS\" attribute type.
* Added documentation for escaped whitespace in URI contexts.
* Clarify use of Unicode character categories.
* Added functionality: escaped whitespace in URI contexts.
* Consistent handling of all whitespace characters in inline markup recognition. Fixes [ 307 ] and [ 3402314 ] (now [ 173 ]).
* Added support for escaped whitespace in URI contexts.
* Rework patch [ 120 ] (revert change to \"Table.get_column_widths()\" that led to problems in an application with a custom table directive).
* Fix [ 320 ] Russian docinfo fields not recognized.
* Don\'t add a second ID to problematic references.
* Fix SmartQuotes: warn only once if language is unsupported, keep \"rawsource\" when \"educating\" quotes.
* Added \"split_escaped_whitespace\" function, support for escaped whitespace in URI contexts.
* Fix [ 321 ] Import block might cause name error.
* Update quote definitions for languages et, fi, fr, ro, sv, tr, uk.
* New quote definitions for hr, hsb, hu, lv, sh, sl, sr.
* Fix [ 313 ] Differentiate apostrophe from closing single quote (if possible).
* Fix [ 317 ] Extra space inserted with French smartquotes.
* Add command line interface for stand-alone use (requires 2.7).
* Provide default title in metadata (required by HTML5).
* Fix [ 312 ] HTML writer generates invalid HTML if the table has two tags.
* Fix [ 319 ] The MathJax CDN shut down on April 30, 2017. For security reasons, we don\'t use a third party public installation as default but warn if math-output_ is set to MathJax without specifying a URL.
* Apply [ 125 ] HTML writer: respect automatic table column sizing.
* Handle class arguments for block-level elements by wrapping them in a \"DUclass\" environment. This replaces the special handling for \"epigraph\" and \"topic\" elements.
* Apply [ 141 ] Handling inline in manpage writer.
* Command setting \"language\" now sets the default language of the generated ODF document.
* The use of image directive options :width: (%), :scale:, etc now set the width/height/size of images in the generated ODF documents.
* The heading/title of admonitions now reflects the language specified by the \"language\" setting.
* Fixed [ 306 ] only first of multiple \"image\" directives with the same URL shown in output.
* Fixed [ 282 ] python3: AttributeError.
* tools/rst2html4.py: New front-end.
* tools/dev/generate_punctuation_chars.py: New skript to test and update utils.punctuation_chars.
* Tue Jun 06 2017 jmatejekAATTsuse.com- only emit rst2html5 alternatives for python 3- switch the \"docutils\" provides to the python 3 package (all the comands live there) (this fixes bsc#1039394)
* Mon May 01 2017 toddrme2178AATTgmail.com- Make only the python2 package provide the \"docutils\" package.
* Thu Apr 20 2017 toddrme2178AATTgmail.com- Fix url- Executables are python-independent so only have the python3 version provide them.- Implement update-alternatives to avoid conflict with rst2html5
* Fri Mar 24 2017 aloisioAATTgmx.com- Converted to single-spec- Added python-docutils-rpmlintrc
* Thu Mar 09 2017 dmuellerAATTsuse.com- update to 0.13.1:
* New HTML writer generating HTML 5.
* languages: persian/farsi (fa) and latvian (la) mappings.
* change default base url for :rfc: to http://tools.ietf.org/html/ latex2e: Fix admonition width, remove deprecated options, better tablewidth auto, ...
* Mon Aug 15 2016 toddrme2178AATTgmail.com- Fix update-alternatives implementation.
* Wed Oct 29 2014 Led - fix bashisms in pre script
 
ICM