Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-sphinxcontrib-htmlhelp for
openSUSE:Factory checked in at 2026-04-25 21:35:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-htmlhelp (Old)
and /work/SRC/openSUSE:Factory/.python-sphinxcontrib-htmlhelp.new.11940
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinxcontrib-htmlhelp"
Sat Apr 25 21:35:14 2026 rev:11 rq:1349038 version:2.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinxcontrib-htmlhelp/python-sphinxcontrib-htmlhelp.changes
2024-09-20 17:09:33.341597095 +0200
+++
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-htmlhelp.new.11940/python-sphinxcontrib-htmlhelp.changes
2026-04-25 21:35:19.620782400 +0200
@@ -1,0 +2,6 @@
+Fri Apr 17 02:35:18 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Add patch support-sphinx-9.patch:
+ * Support changes required for Sphinx 9.
+
+-------------------------------------------------------------------
New:
----
support-sphinx-9.patch
----------(New B)----------
New:
- Add patch support-sphinx-9.patch:
* Support changes required for Sphinx 9.
----------(New E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphinxcontrib-htmlhelp.spec ++++++
--- /var/tmp/diff_new_pack.RJ3FhR/_old 2026-04-25 21:35:20.288809583 +0200
+++ /var/tmp/diff_new_pack.RJ3FhR/_new 2026-04-25 21:35:20.292809745 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-sphinxcontrib-htmlhelp
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -31,13 +31,14 @@
Release: 0
Summary: Sphinx extension to generate HTML help files
License: BSD-2-Clause
-Group: Development/Languages/Python
URL: https://github.com/sphinx-doc/sphinxcontrib-htmlhelp
Source0:
https://files.pythonhosted.org/packages/source/s/sphinxcontrib_htmlhelp/sphinxcontrib_htmlhelp-%{version}.tar.gz
Source99: python-sphinxcontrib-htmlhelp.rpmlintrc
+# PATCH-FIX-UPSTREAM gh#sphinx-doc/sphinxcontrib-htmlhelp#44
+Patch0: support-sphinx-9.patch
+BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module flit-core}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -75,6 +76,6 @@
%license LICENCE.rst
%dir %{python_sitelib}/sphinxcontrib
%{python_sitelib}/sphinxcontrib/htmlhelp
-%{python_sitelib}/sphinxcontrib_htmlhelp-%{version}*-info
+%{python_sitelib}/sphinxcontrib_htmlhelp-%{version}.dist-info
%endif
++++++ support-sphinx-9.patch ++++++
>From cda4dcc32db5ac91d81a1b8902d59ccbe88e34aa Mon Sep 17 00:00:00 2001
From: Heiko Becker <[email protected]>
Date: Wed, 4 Feb 2026 18:02:41 +0100
Subject: [PATCH] Replace deprecated and removed shortcut
Removed from Sphinx with commit
45e1ae646cd89fc0e7a6b1187c22d9a4964f75fa.
Fixes a test with Sphinx >= 9.0.
---
tests/roots/test-chm/index.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/roots/test-chm/index.rst b/tests/roots/test-chm/index.rst
index 2d9e563..e576976 100644
--- a/tests/roots/test-chm/index.rst
+++ b/tests/roots/test-chm/index.rst
@@ -6,7 +6,7 @@ Index markup
pair: entry; pair
double: entry; double
triple: index; entry; triple
- keyword: with
+ pair: keyword; with
see: from; to
seealso: fromalso; toalso