Your message dated Mon, 14 Sep 2026 07:06:54 +0000
with message-id <[email protected]>
and subject line Bug#1145504: fixed in silx 2.2.2-6
has caused the Debian Bug report #1145504,
regarding silx: FTBFS against python 3.15rc1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1145504: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1145504
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:silx
Version: 2.2.2-5
User: [email protected]
Usertags: python3.15
Tags: patch, ftbfs, forky, sid

Hi!

While rebuilding the python related packages against the Python 3.15rc1
version we found that TODO fails to build from source [1].
This is due a change in h5py regarding the swmr_mode, the issue is
already fixed upstream [2] and included in the upstream release 3.0.0.

I applied the upstream fix in the sandbox [3] to be able to build the
packages that depend on silx, please consider applying the patch to
support the upcoming 3.15 version or updating the package to a newer
upstream version.

Happy hacking,

[1]: 
https://debusine.debian.net/debian/r-python-python3.15/work-request/1102538/
[2]: 
https://github.com/silx-kit/silx/commit/df66006b941575b6fd280f1d11db01a54416e96b
[3]: https://debusine.debian.net/debian/r-python-python3.15/
--
"Can you imagine what I would do if I could do all I can?" -- Sun Tzu
Saludos /\/\ /\ >< `/
From: woutdenolf <[email protected]>
Date: Fri, 13 Mar 2026 15:48:47 +0100
Subject: Fix test: earliest libver is lower than v110 with h5py 3.16 which does not support SWMR

---
 src/silx/io/test/test_h5py_utils.py | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/src/silx/io/test/test_h5py_utils.py b/src/silx/io/test/test_h5py_utils.py
index c98b022..c9695ff 100644
--- a/src/silx/io/test/test_h5py_utils.py
+++ b/src/silx/io/test/test_h5py_utils.py
@@ -153,9 +153,14 @@ class TestH5pyUtils(unittest.TestCase):
         self._subtest_options = {"mode": "w"}
         self.filename_generator = self._filenames()
         yield self._subtest_options
+
+        self._subtest_options = {"mode": "w", "libver": "v110"}
+        self.filename_generator = self._filenames()
+        yield self._subtest_options
+
         self._subtest_options = {"mode": "w", "libver": "latest"}
         self.filename_generator = self._filenames()
-        yield
+        yield self._subtest_options
 
     def _filenames(self):
         i = 1
@@ -332,6 +337,12 @@ class TestH5pyUtils(unittest.TestCase):
     @subtests
     @unittest.skipIf(not h5py_utils.HAS_SWMR, "SWMR not supported")
     def test_modes_multi_process_swmr(self):
+        libver = self._subtest_options.get("libver", "earliest")
+        if libver == "earliest":
+            self.skipTest(
+                "HDF5 file version is 'earliest': SWMR is not always supported since it needs v110"
+            )
+
         filename = self._new_filename()
 
         with self._open_context(filename, mode="w", libver="latest") as f:

--- End Message ---
--- Begin Message ---
Source: silx
Source-Version: 2.2.2-6
Done: Stuart Prescott <[email protected]>

We believe that the bug you reported is fixed in the latest version of
silx, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stuart Prescott <[email protected]> (supplier of updated silx package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 14 Sep 2026 14:32:58 +1000
Source: silx
Architecture: source
Version: 2.2.2-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Stuart Prescott <[email protected]>
Closes: 1139569 1145504
Changes:
 silx (2.2.2-6) unstable; urgency=medium
 .
   * Team upload.
   * Cherry-pick upstream patch for compatibility with newer h5py, with thanks
     to Gilles Filippini and Maximiliano Curia for finding and forwarding the
     patch (Closes: #1139569, #1145504).
   * Drop unneeded Priority:optional and R3:no.
   * Update Standards-Version to 4.7.4 (no changes required).
   * Point d/copyright at common-licenses for CC0.
   * Add lintian overrides to improve S/N.
   * Add xfail to a Qt-based test that appears to the flaky.
Checksums-Sha1:
 5b9d1346d25c0019e8a9f85c55504c5004070c33 3398 silx_2.2.2-6.dsc
 285950cdd8c0b68d014e82e0c260b59eba4704b7 158296 silx_2.2.2-6.debian.tar.xz
 b2774d36d7218c8bb02043420b108d10ed3e4cc1 20116160 silx_2.2.2-6.git.tar.xz
 348ae397be39c021b354546e08a0efbe2fa06f39 17656 silx_2.2.2-6_source.buildinfo
Checksums-Sha256:
 15b06aa53c9bada86c403a453792b599377c067d04d630b2b4fe9878de7daa48 3398 
silx_2.2.2-6.dsc
 06562b1dd0bae789f7fed02897b342fb04af9f22e34402985ae6aa1dfcda9c51 158296 
silx_2.2.2-6.debian.tar.xz
 b1c0d04e7b49b4dd5044595d226adbb9467c4082c9eee5f0a955f8aef8d8af78 20116160 
silx_2.2.2-6.git.tar.xz
 29c023190c6ac41d6e10150db260d05b69b6f3f2e9013c247c55cc4fe08b1af4 17656 
silx_2.2.2-6_source.buildinfo
Files:
 77694ee40ff6208fc52a04b7fbb1f41e 3398 science optional silx_2.2.2-6.dsc
 eb61024daf4b0af2eae1e80ba49524ac 158296 science optional 
silx_2.2.2-6.debian.tar.xz
 c8426c947c06e27559ade99d465ad219 20116160 science None silx_2.2.2-6.git.tar.xz
 78e27a7a9ad72e4e1eade044be07265b 17656 science optional 
silx_2.2.2-6_source.buildinfo
Git-Tag-Info: tag=bc6a91279a7fdcc571e4f9e838a6a658da7a2f27 
fp=90e2d2c1ad146a1b7ebb891dbbc17ebb1396f2f7
Git-Tag-Tagger: Stuart Prescott <[email protected]>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmqnmiAACgkQYG0ITkaD
wHkJNhAAoeVXQjzmtIsq02fho5xmjRv/DT4hHCy64hzWbU+pd9fzjstk3CoRgr5c
RtAyBrEqOpSk4DDISA47heOd4iTizFJ/wkaNtZNPdm5EHtcS43/cd3Z7Dp38wmrr
rPpysIZ6XLPqzXSS+TPgfX/rS7xmWoqP9QLLQDTRnxHVxj5pJ7eI8IfvbGxG7MV6
HvFwvmUlVeP52aktnYEHk9HIks3W55U/Kipju9EVfQ2KpQ+7Aq0xws6hUN7gYzBa
5ttfGRL4SADTr0bIKaQEz7U0w3aNEt4KzKvGaAToKsVrA6ccGdfjMWaXPiVYbZZu
0BraWA40fk+35KB2gDQC0Asuxjkz80HCdTDS+irNhGE+E2z7/KTsDMe/NjUYVpUF
83KdtIQ8HnWkxDmjlJmPxbpmk5xyLze8+64Zq2tCFffzwn/6c6kumHrh+ZIwC+du
pxPkvVDp2G5z3J+VIumDcEow0lS9DszZ9M1DTZoDrPB3Eh3jzskCrtfK6B0K0oU4
Gf/NXhS5jF8U3kMXTtozokPp3q7dZAXX0sQHya4snU6K2lhoVaQfCywoS3ho5ppB
a23YmaAXMcgP69h3NGOHnLIqWNKK0XEn81cIat04Fjbl4FcNV0INGdMsK3GCqQDv
C8Fy5T3d9sSNITY/rhuj8R6O1KbK4Qfbh14sPc9m42kW7vhOkyI=
=Au9m
-----END PGP SIGNATURE-----

Attachment: pgphhKrIwKl9d.pgp
Description: PGP signature


--- End Message ---

Reply via email to