Your message dated Fri, 28 Feb 2025 13:03:23 +0000
with message-id <[email protected]>
and subject line Bug#1072655: fixed in silx 2.2.1+dfsg-1
has caused the Debian Bug report #1072655,
regarding silx: no-opencl tests fail with pytest8.2
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.)
--
1072655: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072655
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: silx
Version: 2.0.1+dfsg-3
Severity: normal
Tags: patch
X-Debbugs-Cc: [email protected]
User: [email protected]
Usertags: origin-ubuntu oracular ubuntu-patch
Dear maintainer,
silx's autopkgtests (the no-opencl tests in partiuclar) fail with pytest 8.2
due to a known issue upstream [1]. It hasn't been committed upstream,
but there is an open PR to fix the issue [2]. I cherry-picked the fix
and applied it in Ubuntu to resolve the issue.
* d/p/0010-SpecFile-deallocation-issue.patch: Fix an issue with pytest
runner segfaulting with Pytest 8.2+ (LP: 2068521).
Thanks for considering the patch.
[1] https://github.com/silx-kit/silx/issues/4128
[2] https://github.com/silx-kit/silx/pull/4129/
-- System Information:
Debian Release: trixie/sid
APT prefers oracular
APT policy: (500, 'oracular'), (100, 'oracular-proposed')
Architecture: amd64 (x86_64)
Kernel: Linux 6.8.0-31-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru silx-2.0.1+dfsg/debian/patches/0010-SpecFile-deallocation-issue.patch
silx-2.0.1+dfsg/debian/patches/0010-SpecFile-deallocation-issue.patch
--- silx-2.0.1+dfsg/debian/patches/0010-SpecFile-deallocation-issue.patch
1969-12-31 16:00:00.000000000 -0800
+++ silx-2.0.1+dfsg/debian/patches/0010-SpecFile-deallocation-issue.patch
2024-06-05 12:21:03.000000000 -0700
@@ -0,0 +1,24 @@
+Description: Fixes autopkgtests with pytest 8.2+
+ The clean up for tests in src/silx/io/test/test_specfilewrapper.py was
+ causing the pytest runner to segfault in pytest 8.2, causing the autopkgtests
+ to fail.
+Author: Chris Peterson <[email protected]>
+Origin: upstream, https://github.com/silx-kit/silx/pull/4129/
+Bug: https://github.com/silx-kit/silx/issues/4128
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/silx/+bug/2068521
+Last-Update: 2024-06-05
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/silx/io/specfile.pyx
++++ b/src/silx/io/specfile.pyx
+@@ -658,8 +658,8 @@
+ else:
+ self.filename = filename
+
+- def __dealloc__(self):
+- """Destructor: Calls SfClose(self.handle)"""
++ def __del__(self):
++ """Finalizer: Calls SfClose(self.handle)"""
+ self.close()
+
+ def close(self):
diff -Nru silx-2.0.1+dfsg/debian/patches/series
silx-2.0.1+dfsg/debian/patches/series
--- silx-2.0.1+dfsg/debian/patches/series 2024-04-16 01:47:09.000000000
-0700
+++ silx-2.0.1+dfsg/debian/patches/series 2024-06-05 12:05:23.000000000
-0700
@@ -2,3 +2,4 @@
0007-python3.10-fix.patch
0009-Skip-testing-nanmin-on-float64-arrays-on-mips-el.patch
0008-deal-with-h5py-until-we-solved-1051781.patch
+0010-SpecFile-deallocation-issue.patch
--- End Message ---
--- Begin Message ---
Source: silx
Source-Version: 2.2.1+dfsg-1
Done: Picca Frédéric-Emmanuel <[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.
Picca Frédéric-Emmanuel <[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: Fri, 28 Feb 2025 13:16:01 +0100
Source: silx
Architecture: source
Version: 2.2.1+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Picca Frédéric-Emmanuel <[email protected]>
Closes: 1013114 1047562 1072655 1099038
Changes:
silx (2.2.1+dfsg-1) unstable; urgency=medium
.
* Rely on pre-initialized dpkg-architecture variables.
* New upstream version 2.2.1+dfsg
.
silx (2.2.0+dfsg-2) unstable; urgency=medium
.
[ Alexandre Detiste ]
* remove noise from patch
.
[ Picca Frédéric-Emmanuel ]
* Bug fix: "Permission denied:
'/usr/lib/python3/dist-packages/silx/pytest-cache-files-0lxt05lh'",
thanks to Picca Frédéric-Emmanuel (Closes: #1099038).
* Bug fix: "no-opencl tests fail with pytest8.2", thanks to Chris
Peterson (Closes: #1072655).
* Bug fix: "TestRetry fails with scipy 1.8.1-4", thanks to Drew Parsons
(Closes: #1013114).
* Bug fix: "Fails to build source after successful build", thanks to
Lucas Nussbaum (Closes: #1047562).
Checksums-Sha1:
07eefc706a3ac8a1dc2beba26c42414a1911a747 3284 silx_2.2.1+dfsg-1.dsc
75a72741a74fc21a05da9371999e826db8099e1d 17526564 silx_2.2.1+dfsg.orig.tar.xz
745f8b342cdbc7e665783eedc9080db144fa0fa1 157644 silx_2.2.1+dfsg-1.debian.tar.xz
Checksums-Sha256:
fc26fb993ab318736ad206d749527263b8b6ae9915e105e3cdb3fa070a95b412 3284
silx_2.2.1+dfsg-1.dsc
1d10c62a6dc005896de3403a71364b720af596c32428e3696ba995b800e2e72f 17526564
silx_2.2.1+dfsg.orig.tar.xz
0b3a54b7058eb10a087cddd595e6463bdb5bb0c3eac157099bba5cbc2058b1cb 157644
silx_2.2.1+dfsg-1.debian.tar.xz
Files:
69fd4a942f6d11cd842f29b9da6ee0bd 3284 science optional silx_2.2.1+dfsg-1.dsc
df5f7141109279f954994cf0c8273074 17526564 science optional
silx_2.2.1+dfsg.orig.tar.xz
9b665b6bdd3868df2e074caa9d8da639 157644 science optional
silx_2.2.1+dfsg-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE2bRTt5m4gw2UXmoKW/VOXhK5ALsFAmfBq6MRHHBpY2NhQGRl
Ymlhbi5vcmcACgkQW/VOXhK5ALuPdA/+N40InO330JGGocdTLYy7O5gIfPPHJaLL
nnz+iDeoO4R4Gwbd7G+0tubEZ+Om+JyWRTjIg8P2MSP5ivZ2k86yOXkRcy5qT/ii
Zz145211wfgePPsRoBGe+6h+7Zp0upzQhWGWfeHgFLV6VLt9L6snGDuMu1dEIJ40
sZ6nw8deULrsUvW+kM1wjHGAfPSvTa92OBS6LUEpSPRx4f2LLh+gbBs3XzKFuiLk
Pe3/ws+TIZZj9zWXgjis2bBK0nG2839n77V2k+S6PavXtMbhTUj+GAykqbn63Kjm
ZJrt4vLG6AUbwnbjCxhbNz52JEjnHljdH3gtksYcnJm0NUdbdcWQl6uFxeqALzLl
wzQTghSKLQOO8SG+01Taeki7mxOYwk4y1n7H1AHn/z4pvMQP32AmLSQPbK+ZqkNW
a0JajXABkZOawHJpbRGIzuO1YZTcCaL5H4UiQVrVLqW/DnAGZSMRU93vkZscLaKc
JM8C0rqAp/78BeGB4XNFGBv0+mLVPLwJPCrGo7nHKFvIMZisXLxlv+QZ4MkErpFU
0aMECM4KhNKiLurv2Mc59lY3WvApBSjfxN+SOiU6IRdH4uMthonKhLstdbm5g9pU
Jx4Ra9Pw31jcHLPyPsbQIT6g2nwtFgAm25/lt+jwVmGARIMQE2H3LOXZoaIb1TBv
ij4i9oLdsus=
=sIBH
-----END PGP SIGNATURE-----
pgp9ijpFiTrGG.pgp
Description: PGP signature
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers