Your message dated Fri, 27 May 2022 19:54:04 +0000 with message-id <[email protected]> and subject line Bug#1004971: fixed in pythonpy 0.4.11b-3.1 has caused the Debian Bug report #1004971, regarding pythonpy: fix collections import under python 3.10+ 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.) -- 1004971: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004971 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: pythonpy Version: 0.4.11b-3 Severity: normal Dear Maintainer, In python 3.10[1] deprecated aliases to Collections Abstract Base Classes from the collections module have been removed. These imports must be done from collections.abc. This patch was provided by Daniel Franklin in a Launchpad bug comment[2]: --- a/pythonpy/__main__.py +++ b/pythonpy/__main__.py @@ -13,7 +13,7 @@ signal(SIGPIPE,SIG_DFL) import argparse import json import re -from collections import Iterable +from collections.abc import Iterable try: from . import __version__ 1. https://docs.python.org/3/whatsnew/3.10.html 2. https://bugs.launchpad.net/ubuntu/+source/pythonpy/+bug/1878935/comments/1
--- End Message ---
--- Begin Message ---Source: pythonpy Source-Version: 0.4.11b-3.1 Done: Pierre Gruet <[email protected]> We believe that the bug you reported is fixed in the latest version of pythonpy, 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. Pierre Gruet <[email protected]> (supplier of updated pythonpy 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: Tue, 24 May 2022 21:02:47 +0200 Source: pythonpy Architecture: source Version: 0.4.11b-3.1 Distribution: unstable Urgency: medium Maintainer: Tiago Ilieve <[email protected]> Changed-By: Pierre Gruet <[email protected]> Closes: 1004971 1009115 Changes: pythonpy (0.4.11b-3.1) unstable; urgency=medium . * Non-maintainer upload. * Importing Collections abstract classes from collections.abc (Closes: #1004971, #1009115) Checksums-Sha1: 16c2cf8e61ce769105a7678d5d4b0989c932287f 2002 pythonpy_0.4.11b-3.1.dsc 9fdafc1a16e3c7d3c3eadc90ab0e19bbcece0297 5060 pythonpy_0.4.11b-3.1.debian.tar.xz 1be56b81dd21ee7a13c827fc2981978eadc5b686 6533 pythonpy_0.4.11b-3.1_amd64.buildinfo Checksums-Sha256: 02b14c30322745c61e2f4ae5bde6a4dca4ff1c57e5b3f4cdaa681a09a04579bd 2002 pythonpy_0.4.11b-3.1.dsc 71d702b4b8cdcf175a1e2f1357eaafedc9a8ae864f42651274f7b287e1ebea1c 5060 pythonpy_0.4.11b-3.1.debian.tar.xz 48caeff74aff5b057e7b6f444bbf2fd8664adad99d53ff905ba38ca7b19bfa83 6533 pythonpy_0.4.11b-3.1_amd64.buildinfo Files: c88f3e7e645c325eb43ea479b1f80872 2002 utils optional pythonpy_0.4.11b-3.1.dsc f6ddf832ff3a6cc61967c103146673b8 5060 utils optional pythonpy_0.4.11b-3.1.debian.tar.xz c2de56b40609cdc382059c77749d253b 6533 utils optional pythonpy_0.4.11b-3.1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEM8soQxPpC9J9y0UjYAMWptwndHYFAmKNL0gACgkQYAMWptwn dHZfCRAAqA98UJkCOU65wQxGD7yvSRLKW1h03smwCIjNdfIh63VUa9RsTskHs8Ud VuA2os22VFP2bezbKt6bnSq3yR959deaYPZR+6Xmkvm1kx1h3qKqF12QsG3TjTIT xmpivtuaDFxwFDfvVwdxxdeGC6SNO6Nqwc2+9Hvlfyao27jSlrJI3V+Giej3B7lY kaHa7zXiwYrxb10WMnB5s1S5ohkh/pdEnc5wyrmsn7/EsA56QkndFiybhw09HDPL ECzCr+WniAYG0DzSW7zf8ncJSdQaPSXMGLWoYAUiIibyzY7wG5GaS6yRo5uYtKp2 7v44tt11FfFliA0QF7/uFmiQH+HnslBw6EAEJfVuHXxD4YlqeSdVWMgPz4dziBBJ fx+rv/DE+9UK5Wh7fd0YrWUr4rvsyKIB+vRndOf7Plg7lb+kVmnJQn0PnU0OBxvr C8lxM2SPiaZC3Dw9EG+8xF1jSoE0OzlWHBnzXcfLYQ3EEPODa1b7NZGgzMoAK0Vq cJfOZ5Yhnoji/Ds+yrnV5/3UMK97pGpshZ+20YwyvgtvLd/M/S697RlVEeYrrIjo o8IkD31ChRRNMlHL+/jRqs6+VOBW9HHsiRV4jQEY2/HNYlIyRjZcyJXLUfPqFljr y+fUs0YVqd9qp3+5knjGNRGc/ZzFm5A7wliMb/c7r7Cd0ZZ64cA= =qgmc -----END PGP SIGNATURE-----
--- End Message ---

