- 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, ... OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docutils?expand=0&rev=35
This commit is contained in:
parent
fbedd339a7
commit
0b8a87ae1d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c7db717810ab6965f66c8cf0398a98c9d8df982da39b4cd7f162911eb89596fa
|
|
||||||
size 1618353
|
|
3
docutils-0.13.1.tar.gz
Normal file
3
docutils-0.13.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:718c0f5fb677be0f34b781e04241c4067cbd9327b66bdd8e763201130f5175be
|
||||||
|
size 1735216
|
@ -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
|
Mon Aug 15 14:51:56 UTC 2016 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-docutils
|
# 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
|
# 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,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-docutils
|
Name: python-docutils
|
||||||
Version: 0.12
|
Version: 0.13.1
|
||||||
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
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://pypi.python.org/pypi/docutils/
|
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-devel
|
||||||
BuildRequires: python-nose
|
BuildRequires: python-nose
|
||||||
BuildRequires: python-xml
|
BuildRequires: python-xml
|
||||||
@ -74,6 +74,7 @@ nosetests
|
|||||||
%post
|
%post
|
||||||
%_sbindir/update-alternatives \
|
%_sbindir/update-alternatives \
|
||||||
--install %{_bindir}/rst2html rst2html %{_bindir}/rst2html-%{py_ver} 20 \
|
--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}/rst2latex rst2latex %{_bindir}/rst2latex-%{py_ver} \
|
||||||
--slave %{_bindir}/rst2man rst2man %{_bindir}/rst2man-%{py_ver} \
|
--slave %{_bindir}/rst2man rst2man %{_bindir}/rst2man-%{py_ver} \
|
||||||
--slave %{_bindir}/rst2odt rst2odt %{_bindir}/rst2odt-%{py_ver} \
|
--slave %{_bindir}/rst2odt rst2odt %{_bindir}/rst2odt-%{py_ver} \
|
||||||
@ -103,6 +104,7 @@ fi
|
|||||||
%{_bindir}/rst2xml
|
%{_bindir}/rst2xml
|
||||||
%{_bindir}/rstpep2html
|
%{_bindir}/rstpep2html
|
||||||
%{_bindir}/rst2html-%{py_ver}
|
%{_bindir}/rst2html-%{py_ver}
|
||||||
|
%{_bindir}/rst2html5-%{py_ver}
|
||||||
%{_bindir}/rst2latex-%{py_ver}
|
%{_bindir}/rst2latex-%{py_ver}
|
||||||
%{_bindir}/rst2man-%{py_ver}
|
%{_bindir}/rst2man-%{py_ver}
|
||||||
%{_bindir}/rst2odt-%{py_ver}
|
%{_bindir}/rst2odt-%{py_ver}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user