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:
parent
d3bad0ca52
commit
729852e3d6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9af4166adf364447289c5c697bb83c52f1d6f57e77849abcccd6a4a18a5e7ec9
|
|
||||||
size 1611755
|
|
3
docutils-0.12.tar.gz
Normal file
3
docutils-0.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c7db717810ab6965f66c8cf0398a98c9d8df982da39b4cd7f162911eb89596fa
|
||||||
|
size 1618353
|
@ -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
|
Tue Sep 24 09:48:27 UTC 2013 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-docutils
|
# spec file for package python-docutils
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-docutils
|
Name: python-docutils
|
||||||
Version: 0.11
|
Version: 0.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Documentation Utilities
|
Summary: Python Documentation Utilities
|
||||||
License: Python-2.0 and BSD-2-Clause and GPL-2.0+ and GPL-3.0+ and SUSE-Public-Domain
|
License: Python-2.0 and BSD-2-Clause and GPL-2.0+ and GPL-3.0+ and SUSE-Public-Domain
|
||||||
|
Loading…
x
Reference in New Issue
Block a user