14
0

Accepting request 241049 from home:TheBlackCat:branches:devel:languages:python

Update to 0.12

OBS-URL: https://build.opensuse.org/request/show/241049
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docutils?expand=0&rev=29
This commit is contained in:
Todd R
2014-07-15 10:47:40 +00:00
committed by Git OBS Bridge
parent d3bad0ca52
commit 729852e3d6
4 changed files with 30 additions and 5 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Tue Jul 15 10:36:57 UTC 2014 - toddrme2178@gmail.com
- Update to 0.12
* docs/ref/rst/directives.txt
- Update "math" and "csv-table" descriptions.
* docutils/parsers/rst/directives/images.py
- Fix [258] figwidth="image" generates unitless width value.
* docutils/parsers/rst/states.py
- Improve error report when a non-ASCII character is specified as
delimiter, quote or escape character under Python 2.
Fixes [ 249 ] and [ 250 ].
* docutils/writers/html4css1/__init__.py
- Don't add newline after inline math.
Thanks to Yury G. Kudryashov for the patch.
* docutils/writers/latex2e/__init__.py
- Fix [ 239 ] Latex writer glues paragraphs with figure floats.
- Apply [ 116 ] by Kirill Smelkov. Don't hardcode \large for subtitle.
* docutils/writers/odf_odt/__init__.py
- Apply patch by Jakub Wilk to fix bug [ 100 ].
* test/test_error_reporting.py
- Fix [ 223 ] by removing redundant tests we do not have control over.
* test/test_nodes.py
- Apply [ 115 ] respect fixed 2to3 string literal conversion behavior.
-------------------------------------------------------------------
Tue Sep 24 09:48:27 UTC 2013 - toddrme2178@gmail.com