forked from pool/python-docutils
- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docutils?expand=0&rev=69
This commit is contained in:
@@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 16 21:09:06 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 00:33:13 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
|
Reference in New Issue
Block a user