From 729852e3d668ef2511541fb6b5804b14dd03e38466a4bf2fbda562b48e46a832 Mon Sep 17 00:00:00 2001 From: Todd R Date: Tue, 15 Jul 2014 10:47:40 +0000 Subject: [PATCH] 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 --- docutils-0.11.tar.gz | 3 --- docutils-0.12.tar.gz | 3 +++ python-docutils.changes | 25 +++++++++++++++++++++++++ python-docutils.spec | 4 ++-- 4 files changed, 30 insertions(+), 5 deletions(-) delete mode 100644 docutils-0.11.tar.gz create mode 100644 docutils-0.12.tar.gz diff --git a/docutils-0.11.tar.gz b/docutils-0.11.tar.gz deleted file mode 100644 index 1266f5a..0000000 --- a/docutils-0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9af4166adf364447289c5c697bb83c52f1d6f57e77849abcccd6a4a18a5e7ec9 -size 1611755 diff --git a/docutils-0.12.tar.gz b/docutils-0.12.tar.gz new file mode 100644 index 0000000..44c4675 --- /dev/null +++ b/docutils-0.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7db717810ab6965f66c8cf0398a98c9d8df982da39b4cd7f162911eb89596fa +size 1618353 diff --git a/python-docutils.changes b/python-docutils.changes index e87248f..b6a7c32 100644 --- a/python-docutils.changes +++ b/python-docutils.changes @@ -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 diff --git a/python-docutils.spec b/python-docutils.spec index fac766d..5379e08 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-docutils -Version: 0.11 +Version: 0.12 Release: 0 Summary: Python Documentation Utilities License: Python-2.0 and BSD-2-Clause and GPL-2.0+ and GPL-3.0+ and SUSE-Public-Domain