Your message dated Sat, 16 Feb 2019 11:36:33 +0000
with message-id <[email protected]>
and subject line Closing bugs for updates included in 9.8
has caused the Debian Bug report #921844,
regarding stretch-pu: package pyzo/4.3.1-1+deb9u1
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.)
--
921844: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921844
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: [email protected]
Usertags: pu
Hi,
pyzo fails to start due to a missing dependeny on python3-pkg-resources,
#917085. This is a trivial backport from sid and already uploaded.
Andreas
diff -Nru pyzo-4.3.1/debian/changelog pyzo-4.3.1/debian/changelog
--- pyzo-4.3.1/debian/changelog 2016-09-29 11:49:53.000000000 +0200
+++ pyzo-4.3.1/debian/changelog 2019-02-09 12:43:46.000000000 +0100
@@ -1,3 +1,15 @@
+pyzo (4.3.1-1+deb9u1) stretch; urgency=medium
+
+ [ Andreas Beckmann]
+ * Non-maintainer upload.
+ * Backport dependency fix from 4.4.3-1.2.
+
+ [ Adrian Bunk ]
+ * Add the missing dependency on python3-pkg-resources,
+ thanks to Julien Cervelle. (Closes: #917085)
+
+ -- Andreas Beckmann <[email protected]> Sat, 09 Feb 2019 12:43:46 +0100
+
pyzo (4.3.1-1) unstable; urgency=medium
* New upstream release.
diff -Nru pyzo-4.3.1/debian/control pyzo-4.3.1/debian/control
--- pyzo-4.3.1/debian/control 2016-09-29 11:49:53.000000000 +0200
+++ pyzo-4.3.1/debian/control 2019-02-09 11:53:24.000000000 +0100
@@ -21,7 +21,8 @@
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
- python3-qtpy
+ python3-qtpy,
+ python3-pkg-resources
Suggests: pyzo-doc
Description: interactive editor for scientific Python
Pyzo is a cross-platform Python IDE focused on interactivity and
introspection,
--- End Message ---
--- Begin Message ---
Version: 9.8
Hi,
The update referenced by each of these bugs was included in this
morning's stretch point release.
Regards,
Adam
--- End Message ---