Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package notmuch for openSUSE:Factory checked 
in at 2024-12-08 11:37:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/notmuch (Old)
 and      /work/SRC/openSUSE:Factory/.notmuch.new.21547 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "notmuch"

Sun Dec  8 11:37:50 2024 rev:47 rq:1228980 version:0.38.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/notmuch/notmuch.changes  2024-05-21 
18:37:11.104018775 +0200
+++ /work/SRC/openSUSE:Factory/.notmuch.new.21547/notmuch.changes       
2024-12-08 11:38:43.421592934 +0100
@@ -1,0 +2,7 @@
+Fri Dec  6 11:27:06 UTC 2024 - Dan Čermák <dcer...@suse.com>
+
+- Add patch to fix build failure with sphinx 8:
+  add docs-Update-intersphinx_mapping.patch from
+  id:20241205164550.2419455-1-fred...@frelon.se
+
+-------------------------------------------------------------------

New:
----
  docs-Update-intersphinx_mapping.patch

BETA DEBUG BEGIN:
  New:- Add patch to fix build failure with sphinx 8:
  add docs-Update-intersphinx_mapping.patch from
  id:20241205164550.2419455-1-fred...@frelon.se
BETA DEBUG END:

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

Other differences:
------------------
++++++ notmuch.spec ++++++
--- /var/tmp/diff_new_pack.8sM3TI/_old  2024-12-08 11:38:43.861611214 +0100
+++ /var/tmp/diff_new_pack.8sM3TI/_new  2024-12-08 11:38:43.861611214 +0100
@@ -28,6 +28,7 @@
 Source1:        https://notmuchmail.org/releases/notmuch-%{version}.tar.xz.asc
 # key fingerprint: 7A18 807F 100A 4570 C596  8420 7E4E 65C8 720B 706B
 Source4:        notmuch.keyring
+Patch0:         docs-Update-intersphinx_mapping.patch
 BuildRequires:  libxapian-devel
 # info pages
 BuildRequires:  info

++++++ docs-Update-intersphinx_mapping.patch ++++++
From: fred...@frelon.se
To: notm...@notmuchmail.org
Subject: [PATCH] docs: Update intersphinx_mapping
Date: Thu,  5 Dec 2024 17:45:50 +0100
Message-ID: <20241205164550.2419455-1-fred...@frelon.se>
X-Mailer: git-send-email 2.47.1
Precedence: list
List-Id: "Use and development of the notmuch mail system." 
<notmuch.notmuchmail.org>
List-Help: <mailto:notmuch-requ...@notmuchmail.org?subject=help>
List-Owner: <mailto:notmuch-ow...@notmuchmail.org>
List-Post: <mailto:notm...@notmuchmail.org>
List-Subscribe: <mailto:notmuch-j...@notmuchmail.org>
List-Unsubscribe: <mailto:notmuch-le...@notmuchmail.org>

Running `make dirhtml` in bindings/python/docs generates the following
error:

```
sphinx-build -b dirhtml -d build/doctrees   source build/dirhtml
Running Sphinx v8.0.2
loading translations [en]... done
making output directory... done
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 
'restructuredtext'}`.
ERROR: Invalid value `None` in intersphinx_mapping['https://docs.python.org/']. 
Expected a two-element tuple or list.
```

This commit updates intersphinx_mapping to follow the latest docs [1]

[1] https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html

Signed-off-by: Fredrik Lönnegren <fred...@frelon.se>
---
 bindings/python/docs/source/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bindings/python/docs/source/conf.py 
b/bindings/python/docs/source/conf.py
index 8b43c5ca3f9f..bd4c8b17d94f 100644
--- a/bindings/python/docs/source/conf.py
+++ b/bindings/python/docs/source/conf.py
@@ -206,3 +206,3 @@ latex_documents = [

 # Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'https://docs.python.org/': None}
+intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}

Reply via email to