Your message dated Mon, 20 Jan 2025 01:06:31 +0000
with message-id <[email protected]>
and subject line Bug#1090356: fixed in python-pypump 0.7-6
has caused the Debian Bug report #1090356,
regarding python-pypump: does not work at all with recent IPython
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.)
--
1090356: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1090356
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-pypump
Version: 0.7-5
Severity: grave
Justification: renders package unusable
This package does not work at all
and has a popcon of 3 ...
maybe it's releated.
---
$ pypump-shell
You need to have ipython installed to run this
$
When we look at the code, we see a "six.print_(";
that denotes Python2.5/2.6 hybridation... -> smells bad
> try:
> from IPython import embed
> from IPython.config.loader import Config
> except ImportError:
> six.print_("You need to have ipython installed to run this")
> sys.exit(1)
Now running the import by hand:
tchet@quieter:~/deb/python-pypump$ python3
Python 3.12.8 (main, Dec 13 2024, 13:19:48) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from IPython import embed from IPython.config.loader import Config
>>> from IPython.config.loader import Config
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'IPython.config'
>>>
Otherwise the package is now refreshed
and should be easy to patch.
Greetings
--- End Message ---
--- Begin Message ---
Source: python-pypump
Source-Version: 0.7-6
Done: Colin Watson <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-pypump, which is due to be installed in the Debian FTP archive.
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.
Colin Watson <[email protected]> (supplier of updated python-pypump 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: SHA512
Format: 1.8
Date: Mon, 20 Jan 2025 00:48:19 +0000
Source: python-pypump
Architecture: source
Version: 0.7-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1090356
Changes:
python-pypump (0.7-6) unstable; urgency=medium
.
* Team upload.
* Port to IPython 8.0 (closes: #1090356).
Checksums-Sha1:
93981803050bd046c37d2b3884f4351ee7ba2440 2348 python-pypump_0.7-6.dsc
60389d2f9524067526118e4767caf98fbbcecd81 4520 python-pypump_0.7-6.debian.tar.xz
Checksums-Sha256:
46e704321069b4fd6d5cf54250f73aa1f253c852958be0758f6550b767d355d1 2348
python-pypump_0.7-6.dsc
67cb827533907e43a854d0306ad2c5e28f0cc9579389809893c5f9c72899d133 4520
python-pypump_0.7-6.debian.tar.xz
Files:
bf3cffcfd8efaa5a5ea0d04ba2aae764 2348 python optional python-pypump_0.7-6.dsc
e191f310a73a3c65f14b5da0fa11bf5d 4520 python optional
python-pypump_0.7-6.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmeNnYsACgkQOTWH2X2G
UAugtg//b/OEFQZwF+rJ6xnhlHCYRinWZZhJLtmh79A5CC9l1U/cjanUv/YVtj2Y
kL6k6b2B3zzJUQiVO+qUjbFwrSf7G5j8/eGzIW99/T2lExTaGoCW/OPdaYyax+tH
wmNHvhxy30Z7iIe1xoyJALQCaMNXpWY/sPUFcsgw62bN5j71MgSXRApGrWcFf+GY
auaYwqLtN64sqG1He8Y6UAQm5fPwS6W6hUgkaLn1P3ghf/8Fk60NYyvtt60NncD9
gyFO2yLO6+UUZjCGff/y/6XZuzLvGgIUXLlF3AitFn6uKEukpwfQoN3KkEHBFgtB
2t8joeJsSk99Shwf5//l7H0u53rRg4lXcYalv6VYeNoCPfvMTuK3KkHCf7EYPYpz
x6LVDnabizm1YgCyDwDGPzb+T+qVAGXtPE0Bwf5EsGTF2jIlZyegZo5iRmfdnuKM
dheGVZMl4Qo4WA7kyrMPIhhggBdWxSuTWs/DiGuBSP/SG/dqJbWMmbFzsDyVx5Xl
kHOoiGMTsYdozmEXAWcjcvXlb88bU4mzIPp+JsYnjyLYI1S2OzH4ob4P4ZXcxqai
yP67xcLmeBmQ8aEaFfPZGJe0gqDNqxM/A4y8pNMC2s6vDrIeOBi2TOs9E8bGwXea
tRB+cX6LMRP4YBfT58HnVPwe8B16B6GgpDOM8RUnM4+i4jVB6lk=
=EtXM
-----END PGP SIGNATURE-----
pgpkWOwpHA5VM.pgp
Description: PGP signature
--- End Message ---