Hello community,

here is the log from the commit of package python-docutils for openSUSE:Factory 
checked in at 2020-01-16 18:15:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-docutils (Old)
 and      /work/SRC/openSUSE:Factory/.python-docutils.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-docutils"

Thu Jan 16 18:15:49 2020 rev:29 rq:764622 version:0.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-docutils/python-docutils.changes  
2019-10-14 14:53:15.786174107 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-docutils.new.26092/python-docutils.changes   
    2020-01-16 18:16:04.956799745 +0100
@@ -1,0 +2,13 @@
+Wed Jan 15 10:56:28 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.16:
+  - Dropped support for Python 2.6, 3.3 and 3.4
+  - Docutils now supports Python 2.7 and Python 3.5+ natively
+    (without conversion by ``2to3``).
+  - Keep `backslash escapes`__ in the document tree. Backslash characters in
+    text are be represented by NULL characters in the ``text`` attribute of
+    Doctree nodes and removed in the writing stage by the node's
+    ``astext()`` method.
+- Remove merged patch fix_tests_38.patch
+
+-------------------------------------------------------------------

Old:
----
  docutils-0.15.2.tar.gz
  fix_tests_38.patch

New:
----
  docutils-0.16.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-docutils.spec ++++++
--- /var/tmp/diff_new_pack.n82XKJ/_old  2020-01-16 18:16:05.912800285 +0100
+++ /var/tmp/diff_new_pack.n82XKJ/_new  2020-01-16 18:16:05.912800285 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-docutils
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 %endif
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-docutils%{psuffix}
-Version:        0.15.2
+Version:        0.16
 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,9 +34,6 @@
 URL:            https://pypi.python.org/pypi/docutils/
 Source:         
https://files.pythonhosted.org/packages/source/d/docutils/docutils-%{version}.tar.gz
 Source99:       python-docutils-rpmlintrc
-# PATCH-FIX-UPSTREAM fix_tests_38.patch shp#docutils#161 [email protected]
-# Fixes failing tests in test_writers.test_odt.DocutilsOdtTestCase
-Patch0:         fix_tests_38.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module xml}
 BuildRequires:  fdupes
@@ -66,7 +63,6 @@
 
 %prep
 %setup -q -n docutils-%{version}
-%autopatch -p1
 # Remove useless ".py" ending from executables:
 for i in tools/rst*; do mv "$i" "${i/.py}"; done
 sed -i "s|'tools/\(rst.*\)\.py'|'tools/\1'|" setup.py
@@ -79,14 +75,6 @@
 %build
 %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
@@ -119,7 +107,7 @@
 
 %check
 %if %{with test}
-%python_exec test%{$python_bin_suffix}/alltests.py
+%python_exec test/alltests.py
 %endif
 
 %if !%{with test}

++++++ docutils-0.15.2.tar.gz -> docutils-0.16.tar.gz ++++++
++++ 43091 lines of diff (skipped)


Reply via email to