Hello community,
here is the log from the commit of package python-docutils for openSUSE:Factory
checked in at 2019-09-23 12:17:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-docutils (Old)
and /work/SRC/openSUSE:Factory/.python-docutils.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-docutils"
Mon Sep 23 12:17:41 2019 rev:27 rq:731177 version:0.15.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-docutils/python-docutils.changes
2019-05-16 21:58:58.214812493 +0200
+++
/work/SRC/openSUSE:Factory/.python-docutils.new.7948/python-docutils.changes
2019-09-23 12:17:44.101803569 +0200
@@ -1,0 +2,15 @@
+Sat Sep 14 01:50:36 UTC 2019 - John Vandenberg <[email protected]>
+
+- Skip the tests for the flavors not being built
+
+-------------------------------------------------------------------
+Fri Aug 9 09:53:07 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to version 0.15.2
+ * Docutils 0.14.x is the last version supporting Python 2.4, 2.5,
+ 3.1, and 3.2.
+ * reStructured text: Allow embedded colons in field list field
+ names (before, tokens like :this:example: were considered ordinary text).
+ * Fixed a bug with the "trim" options of the "unicode" directive.
+
+-------------------------------------------------------------------
Old:
----
docutils-0.14.tar.gz
New:
----
docutils-0.15.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-docutils.spec ++++++
--- /var/tmp/diff_new_pack.8ZAAFP/_old 2019-09-23 12:17:44.901803438 +0200
+++ /var/tmp/diff_new_pack.8ZAAFP/_new 2019-09-23 12:17:44.905803437 +0200
@@ -26,7 +26,7 @@
%endif
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-docutils%{psuffix}
-Version: 0.14
+Version: 0.15.2
Release: 0
Summary: Python Documentation Utilities
License: Python-2.0 AND BSD-2-Clause AND GPL-2.0-or-later AND
GPL-3.0-or-later AND SUSE-Public-Domain
@@ -34,11 +34,7 @@
URL: https://pypi.python.org/pypi/docutils/
Source:
https://files.pythonhosted.org/packages/source/d/docutils/docutils-%{version}.tar.gz
Source99: python-docutils-rpmlintrc
-%if %{with test}
-BuildRequires: %{python_module Pillow}
-BuildRequires: %{python_module Pygments}
-BuildRequires: %{python_module roman}
-%endif
+BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module xml}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -49,6 +45,11 @@
Recommends: python-Pygments
Recommends: python-roman
BuildArch: noarch
+%if %{with test}
+BuildRequires: %{python_module Pillow}
+BuildRequires: %{python_module Pygments}
+BuildRequires: %{python_module roman}
+%endif
%ifpython3
Provides: docutils = %{version}
Obsoletes: docutils < %{version}
@@ -75,13 +76,17 @@
%python_build
# test3 is generated from test during build
+%if 0%{?have_python2} && ! 0%{?skip_python2}
mv test test%{python2_bin_suffix}
+%endif
+%if 0%{?have_python3} && ! 0%{?skip_python3}
mv test3 test%{python3_bin_suffix}
+%endif
%install
%if !%{with test}
%python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
# To avoid conflicts with the rst2html4 package
mv %{buildroot}%{_bindir}/rst2html4 %{buildroot}%{_bindir}/rst2html4-docutils
++++++ docutils-0.14.tar.gz -> docutils-0.15.2.tar.gz ++++++
++++ 12937 lines of diff (skipped)