Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-docutils for openSUSE:Factory
checked in at 2023-01-15 17:57:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-docutils (Old)
and /work/SRC/openSUSE:Factory/.python-docutils.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-docutils"
Sun Jan 15 17:57:49 2023 rev:34 rq:1057655 version:0.19
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-docutils/python-docutils.changes
2022-11-15 13:20:40.164566574 +0100
+++
/work/SRC/openSUSE:Factory/.python-docutils.new.32243/python-docutils.changes
2023-01-15 17:57:54.750112589 +0100
@@ -1,0 +2,13 @@
+Tue Jan 10 15:42:55 UTC 2023 - Daniel Garcia <[email protected]>
+
+- Delete sphix-6.0.0.patch
+- Add pygments-2.14.patch
+- The patch is related to pygments not Sphinx and the patch is updated to make
+ it conditional so it work with older versions of pygments, shp#docutils#201
+
+-------------------------------------------------------------------
+Wed Jan 4 13:09:13 UTC 2023 - Daniel Garcia <[email protected]>
+
+- Add sphinx-6.0.0.patch to fix tests for new version of sphinx.
+
+-------------------------------------------------------------------
New:
----
pygments-2.14.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-docutils.spec ++++++
--- /var/tmp/diff_new_pack.3ttzhX/_old 2023-01-15 17:57:56.150120900 +0100
+++ /var/tmp/diff_new_pack.3ttzhX/_new 2023-01-15 17:57:56.158120947 +0100
@@ -1,7 +1,7 @@
#
# spec file
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -32,6 +32,8 @@
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-OPENSUSE pygments-2.14.patch shp#docutils#201
+Patch0: pygments-2.14.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -62,7 +64,7 @@
easy-to-read, what-you-see-is-what-you-get plaintext markup syntax.
%prep
-%setup -q -n docutils-%{version}
+%autosetup -p1 -n docutils-%{version}
# 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
++++++ pygments-2.14.patch ++++++
++++ 670 lines (skipped)