Your message dated Wed, 07 Sep 2011 08:49:24 +0000
with message-id <[email protected]>
and subject line Bug#636467: fixed in pudb 2011.3-1
has caused the Debian Bug report #636467,
regarding pudb: provide ipython 0.11 compatibility
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.)
--
636467: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636467
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pudb
Version: 2011.1-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: ipython-0.11
IPython 0.11 has been released last week [0,1]. It is currently
available in debian experimental.
In order to upgrade IPython in unstable your package needs to be updated
to deal with the new api and configuration system.
Some hints for migrating applications are available here:
http://wiki.ipython.org/0.11-Migration
Attached a patch which fixes this issue.
The documentation for the new version can be found here:
http://ipython.org/ipython-doc/rel-0.11/index.html
[0] http://mail.scipy.org/pipermail/ipython-dev/2011-July/008041.html
[1] http://ipython.org/ipython-doc/rel-0.11/whatsnew/version0.11.html
Description: compatibilty with ipython 0.11
Embeded shells have a new api
Author: Julian Taylor <[email protected]>
--- pudb-0.92.14.orig/pudb/shell.py
+++ pudb-0.92.14/pudb/shell.py
@@ -85,6 +85,10 @@ def run_ipython_shell(locals, globals, f
# avoid IPython's namespace litter
ns = locals.copy()
- from IPython.Shell import IPShell
- IPShell(argv=[], user_ns=ns, user_global_ns=globals) \
- .mainloop(banner=banner)
+ try:
+ from IPython.frontend.terminal.embed import InteractiveShellEmbed
+ InteractiveShellEmbed(user_ns=ns, user_global_ns=globals, banner1=banner)()
+ except ImportError:
+ from IPython.Shell import IPShell
+ IPShell(argv=[], user_ns=ns, user_global_ns=globals) \
+ .mainloop(banner=banner)
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: pudb
Source-Version: 2011.3-1
We believe that the bug you reported is fixed in the latest version of
pudb, which is due to be installed in the Debian FTP archive:
pudb_2011.3-1.debian.tar.gz
to main/p/pudb/pudb_2011.3-1.debian.tar.gz
pudb_2011.3-1.dsc
to main/p/pudb/pudb_2011.3-1.dsc
pudb_2011.3.orig.tar.gz
to main/p/pudb/pudb_2011.3.orig.tar.gz
python-pudb_2011.3-1_all.deb
to main/p/pudb/python-pudb_2011.3-1_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
David Paleino <[email protected]> (supplier of updated pudb package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 07 Sep 2011 10:39:59 +0200
Source: pudb
Binary: python-pudb
Architecture: source all
Version: 2011.3-1
Distribution: unstable
Urgency: low
Maintainer: David Paleino <[email protected]>
Changed-By: David Paleino <[email protected]>
Description:
python-pudb - full-screen, console-based Python debugger
Closes: 636467
Changes:
pudb (2011.3-1) unstable; urgency=low
.
* New upstream release
* Standards-Version bump to 3.9.2, no changes needed
* Switch packaging to dh_python2
* Added support for IPython 0.11, thanks to Julian Taylor
(Closes: #636467)
* 01-lower_distribute_version.patch: package asks for distribute
0.6.19, Debian has 0.6.16
Checksums-Sha1:
6b4f67f74848f483e596fd2d339ad4b05df4eae6 1228 pudb_2011.3-1.dsc
c4175c972a7fd492d9b9c4c3b560255b8445df39 37007 pudb_2011.3.orig.tar.gz
b6005a9839e57d785b73125608bb3e64ab6dbe35 4041 pudb_2011.3-1.debian.tar.gz
edbb4dfe6034e01cf146792ee14f85ec3ef96d36 38742 python-pudb_2011.3-1_all.deb
Checksums-Sha256:
3b6a6b5d7a351004e7d581f24c7b919da5e849d56bd9ded63ff8b8b6e10678b2 1228
pudb_2011.3-1.dsc
36b3140191568b71c7ef37f01c4ca9da28efe0d74a5c673db6be055e3159e063 37007
pudb_2011.3.orig.tar.gz
e2d1cef0c077167d4bd0efddd02e400466aea08707dc4067071286a28cbeba84 4041
pudb_2011.3-1.debian.tar.gz
b8fc93b09e011d5e3b47db75737524308e615bcc151a93e7c427b7c272220f2b 38742
python-pudb_2011.3-1_all.deb
Files:
0061b42621fbae0438c3e36039dcc02b 1228 python optional pudb_2011.3-1.dsc
5a70a233b8575b23db2bfed4735d0a64 37007 python optional pudb_2011.3.orig.tar.gz
369b14615474d5dffe268ca6fb0698ad 4041 python optional
pudb_2011.3-1.debian.tar.gz
9999a53a8b422ee4ceb84741a796d27d 38742 python optional
python-pudb_2011.3-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk5nLiYACgkQ5qqQFxOSsXSmkwCfRCqOt0nsq+VuOuKVc6qiVa4h
MkcAniaFi7TyjAS+CtHE8YBFHuWRwZEc
=HWjf
-----END PGP SIGNATURE-----
--- End Message ---