Your message dated Sat, 06 Feb 2021 10:39:26 +0000
with message-id
<6425525e38201ecf9a2d3e0f1e63c0d3b08e0fc0.ca...@adam-barratt.org.uk>
and subject line Closing p-u bugs for updates in 10.8
has caused the Debian Bug report #980453,
regarding buster-pu: package silx/0.9.0+dfsg-3+deb10u1
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.)
--
980453: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980453
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: buster
User: [email protected]
Usertags: pu
python3-silx has a missing dependency on python3-scipy, that causes an import
error in pymca (#954352). Similarily in python-silx, I can trigger the error
by manually importing the respective module.
In the newer upstream in sid the dependency seems to come automatically from
metadata, but for stable I just added it manually to the Depends fields.
I verified that the import errors are no longer reproducible after installing
the new packages and will directly upload to buster.
Andreas
diff -Nru silx-0.9.0+dfsg/debian/changelog silx-0.9.0+dfsg/debian/changelog
--- silx-0.9.0+dfsg/debian/changelog 2019-02-21 11:22:03.000000000 +0100
+++ silx-0.9.0+dfsg/debian/changelog 2021-01-19 10:41:21.000000000 +0100
@@ -1,3 +1,10 @@
+silx (0.9.0+dfsg-3+deb10u1) buster; urgency=medium
+
+ * Non-maintainer upload.
+ * python{,3}-silx: Add dependency on python{,3}-scipy. (Closes: #954352)
+
+ -- Andreas Beckmann <[email protected]> Tue, 19 Jan 2021 10:41:21 +0100
+
silx (0.9.0+dfsg-3) unstable; urgency=medium
* d/rules: Do not run Qt test for now.
diff -Nru silx-0.9.0+dfsg/debian/control silx-0.9.0+dfsg/debian/control
--- silx-0.9.0+dfsg/debian/control 2019-02-21 11:22:03.000000000 +0100
+++ silx-0.9.0+dfsg/debian/control 2020-05-03 01:22:03.000000000 +0200
@@ -111,7 +111,7 @@
Package: python-silx
Architecture: any
Section: python
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-scipy,
Description: Toolbox for X-Ray data analysis - Python2 library
The silx project aims at providing a collection of Python packages to
support the development of data assessment, reduction and analysis
@@ -177,7 +177,7 @@
Package: python3-silx
Architecture: any
Section: python
-Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, python3-scipy,
Description: Toolbox for X-Ray data analysis - Python3
The silx project aims at providing a collection of Python packages to
support the development of data assessment, reduction and analysis
--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 10.8
Hi,
Each of the updates referenced by these bugs was included in today's
10.8 point release.
Regards,
Adam
--- End Message ---