Version in base suite: 4.3.1-1 Base version: pyzo_4.3.1-1 Target version: pyzo_4.3.1-1+deb9u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/p/pyzo/pyzo_4.3.1-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/p/pyzo/pyzo_4.3.1-1+deb9u1.dsc changelog | 12 ++++++++++++ control | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) diff -Nru pyzo-4.3.1/debian/changelog pyzo-4.3.1/debian/changelog --- pyzo-4.3.1/debian/changelog 2016-09-29 09:49:53.000000000 +0000 +++ pyzo-4.3.1/debian/changelog 2019-02-09 11:43:46.000000000 +0000 @@ -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 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 09:49:53.000000000 +0000 +++ pyzo-4.3.1/debian/control 2019-02-09 10:53:24.000000000 +0000 @@ -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,