Your message dated Sat, 29 Apr 2023 10:40:57 +0200
with message-id <[email protected]>
and subject line Re: Bug#1035084: unblock:
planetary-system-stacker/0.8.32~git20221019.66d7558-2
has caused the Debian Bug report #1035084,
regarding unblock: planetary-system-stacker/0.8.32~git20221019.66d7558-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.)
--
1035084: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1035084
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Subject: unblock: planetary-system-stacker/0.8.32~git20221019.66d7558-2
Package: release.debian.org
User: [email protected]
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 <[email protected]> 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 <[email protected]>
+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
--- End Message ---
--- Begin Message ---
On 2023-04-29 10:22:58 +0200, Thorsten Alteholz wrote:
> Subject: unblock: planetary-system-stacker/0.8.32~git20221019.66d7558-2
> Package: release.debian.org
> User: [email protected]
> Usertags: unblock
> Severity: normal
>
> Please unblock package planetary-system-stacker
Issues preventing migration:
∙ ∙ Too young, only 6 of 10 days old
Additional info:
∙ ∙ Updating planetary-system-stacker will fix bugs in testing: #1034748
∙ ∙ Piuparts tested OK -
https://piuparts.debian.org/sid/source/p/planetary-system-stacker.html
∙ ∙ Overriding age needed from 10 days to 10 by elbrus
∙ ∙ Ignoring block request by freeze, due to unblock request by elbrus
Cheers
>
> [ 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 <[email protected]> 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 <[email protected]>
> +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
--
Sebastian Ramacher
--- End Message ---