Bug#1035084: unblock: planetary-system-stacker/0.8.32~git20221019.66d7558-2
Subject:
unblock: planetary-system-stacker/0.8.32~git20221019.66d7558-2
Package: release.debian.org
User: release.debian.org@packages.debian.org
Usertags: unblock
Severity: normal
Please unblock package planetary-system-stacker
[ Reason ]
Due to a change in numpy, the current version in testing does no
longer work.
(-> #1034748)
[ Impact ]
The software does not work.
[ Tests ]
After applying the patch, the software starts again and analyses
data like before.
[ Risks ]
The change is trivial and it is a leaf package without
alternatives.
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
unblock planetary-system-stacker/0.8.32~git20221019.66d7558-2
diff -Nru planetary-system-stacker-0.8.32~git20221019.66d7558/debian/changelog planetary-system-stacker-0.8.32~git20221019.66d7558/debian/changelog
--- planetary-system-stacker-0.8.32~git20221019.66d7558/debian/changelog 2022-12-15 00:35:45.000000000 +0100
+++ planetary-system-stacker-0.8.32~git20221019.66d7558/debian/changelog 2023-04-23 09:35:45.000000000 +0200
@@ -1,3 +1,9 @@
+planetary-system-stacker (0.8.32~git20221019.66d7558-2) unstable; urgency=medium
+
+ * adapt to new version of numpy (Closes: #1034748)
+
+ -- Thorsten Alteholz <debian@alteholz.de> Sun, 23 Apr 2023 09:35:45 +0200
+
planetary-system-stacker (0.8.32~git20221019.66d7558-1) unstable; urgency=medium
* New upstream release.
diff -Nru planetary-system-stacker-0.8.32~git20221019.66d7558/debian/patches/new-numpy-version.patch planetary-system-stacker-0.8.32~git20221019.66d7558/debian/patches/new-numpy-version.patch
--- planetary-system-stacker-0.8.32~git20221019.66d7558/debian/patches/new-numpy-version.patch 1970-01-01 01:00:00.000000000 +0100
+++ planetary-system-stacker-0.8.32~git20221019.66d7558/debian/patches/new-numpy-version.patch 2023-04-23 09:35:45.000000000 +0200
@@ -0,0 +1,17 @@
+Description: due to a recent change in numpy planetary-system-stacker does not start anylonger
+ upstream fixes this with versions in setup.py :-(
+Author: Thorsten Alteholz <debian@alteholz.de>
+Forwarded: not-needed
+Index: planetary-system-stacker-0.8.32~git20221019.66d7558/planetary_system_stacker/stack_frames.py
+===================================================================
+--- planetary-system-stacker-0.8.32~git20221019.66d7558.orig/planetary_system_stacker/stack_frames.py 2022-10-19 15:10:13.000000000 +0200
++++ planetary-system-stacker-0.8.32~git20221019.66d7558/planetary_system_stacker/stack_frames.py 2023-04-22 10:34:56.216304551 +0200
+@@ -30,7 +30,7 @@
+ matplotlib.use('Agg')
+ import matplotlib.pyplot as plt
+ from cv2 import FONT_HERSHEY_SIMPLEX, putText, resize, INTER_CUBIC, INTER_LINEAR
+-from numpy import int as np_int
++from numpy import integer as np_int
+ from numpy import ma as np_ma
+ from numpy import zeros, full, empty, float32, newaxis, arange, count_nonzero, \
+ sqrt, uint16, clip, minimum, mean
diff -Nru planetary-system-stacker-0.8.32~git20221019.66d7558/debian/patches/series planetary-system-stacker-0.8.32~git20221019.66d7558/debian/patches/series
--- planetary-system-stacker-0.8.32~git20221019.66d7558/debian/patches/series 1970-01-01 01:00:00.000000000 +0100
+++ planetary-system-stacker-0.8.32~git20221019.66d7558/debian/patches/series 2023-04-22 10:34:39.000000000 +0200
@@ -0,0 +1 @@
+new-numpy-version.patch
Reply to: