Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-greenlet for openSUSE:Factory checked in at 2023-01-10 14:58:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-greenlet (Old) and /work/SRC/openSUSE:Factory/.python-greenlet.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-greenlet" Tue Jan 10 14:58:51 2023 rev:40 rq:1056133 version:1.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-greenlet/python-greenlet.changes 2022-09-15 22:57:32.320935590 +0200 +++ /work/SRC/openSUSE:Factory/.python-greenlet.new.32243/python-greenlet.changes 2023-01-10 14:58:52.828907706 +0100 @@ -1,0 +2,5 @@ +Thu Jan 5 07:41:02 UTC 2023 - Daniel Garcia <daniel.gar...@suse.com> + +- Add sphinx-6.0.0.patch to make it work with new version of Sphinx. + +------------------------------------------------------------------- New: ---- sphinx-6.0.0.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-greenlet.spec ++++++ --- /var/tmp/diff_new_pack.n3aaWh/_old 2023-01-10 14:58:53.276910104 +0100 +++ /var/tmp/diff_new_pack.n3aaWh/_new 2023-01-10 14:58:53.280910126 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-greenlet # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2010 B1 Systems GmbH, Vohburg, Germany. # # All modifications and additions to the file contributed by third parties @@ -17,7 +17,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-greenlet Version: 1.1.3 Release: 0 @@ -27,6 +26,8 @@ URL: https://github.com/python-greenlet/greenlet Source0: https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-%{version}.tar.gz Source9: python-greenlet-rpmlintrc +# PATCH-FIX-OPENSUSE sphinx-6.0.0.patch +Patch0: sphinx-6.0.0.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: c++_compiler @@ -51,7 +52,7 @@ This package contains header files required for C modules development. %prep -%setup -q -n greenlet-%{version} +%autosetup -p1 -n greenlet-%{version} %build export CFLAGS="%{optflags} -fno-tree-dominator-opts -fno-strict-aliasing" ++++++ sphinx-6.0.0.patch ++++++ Index: greenlet-1.1.3/docs/conf.py =================================================================== --- greenlet-1.1.3.orig/docs/conf.py +++ greenlet-1.1.3/docs/conf.py @@ -271,7 +271,7 @@ autoclass_content = 'both' extlinks = { 'issue': ('https://github.com/python-greenlet/greenlet/issues/%s', - 'issue #'), + 'issue #%s'), 'pr': ('https://github.com/python-greenlet/greenlet/pull/%s', - 'pull request #') + 'pull request #%s') }