diff --git a/docutils-0.12.tar.gz b/docutils-0.12.tar.gz deleted file mode 100644 index 44c4675..0000000 --- a/docutils-0.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7db717810ab6965f66c8cf0398a98c9d8df982da39b4cd7f162911eb89596fa -size 1618353 diff --git a/docutils-0.13.1.tar.gz b/docutils-0.13.1.tar.gz new file mode 100644 index 0000000..c37ab71 --- /dev/null +++ b/docutils-0.13.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718c0f5fb677be0f34b781e04241c4067cbd9327b66bdd8e763201130f5175be +size 1735216 diff --git a/python-docutils.changes b/python-docutils.changes index f3d6aa3..1a2b150 100644 --- a/python-docutils.changes +++ b/python-docutils.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Mar 9 11:39:11 UTC 2017 - dmueller@suse.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 14:51:56 UTC 2016 - toddrme2178@gmail.com diff --git a/python-docutils.spec b/python-docutils.spec index 41f1c5a..56a54ea 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -1,7 +1,7 @@ # # spec file for package python-docutils # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX 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,13 +17,13 @@ Name: python-docutils -Version: 0.12 +Version: 0.13.1 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 Group: Development/Languages/Python Url: https://pypi.python.org/pypi/docutils/ -Source: https://pypi.python.org/packages/source/d/docutils/docutils-%{version}.tar.gz +Source: https://pypi.io/packages/source/d/docutils/docutils-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-nose BuildRequires: python-xml @@ -74,6 +74,7 @@ nosetests %post %_sbindir/update-alternatives \ --install %{_bindir}/rst2html rst2html %{_bindir}/rst2html-%{py_ver} 20 \ + --slave %{_bindir}/rst2html5 rst2html5 %{_bindir}/rst2html5-%{py_ver} \ --slave %{_bindir}/rst2latex rst2latex %{_bindir}/rst2latex-%{py_ver} \ --slave %{_bindir}/rst2man rst2man %{_bindir}/rst2man-%{py_ver} \ --slave %{_bindir}/rst2odt rst2odt %{_bindir}/rst2odt-%{py_ver} \ @@ -103,6 +104,7 @@ fi %{_bindir}/rst2xml %{_bindir}/rstpep2html %{_bindir}/rst2html-%{py_ver} +%{_bindir}/rst2html5-%{py_ver} %{_bindir}/rst2latex-%{py_ver} %{_bindir}/rst2man-%{py_ver} %{_bindir}/rst2odt-%{py_ver}