Your message dated Fri, 27 May 2022 19:54:04 +0000
with message-id <e1nug28-000f0p...@fasolo.debian.org>
and subject line Bug#1009115: fixed in pythonpy 0.4.11b-3.1
has caused the Debian Bug report #1009115,
regarding pythonpy: (autopkgtest) needs update for python3.10: cannot import 
name 'Iterable' from 'collections'
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 ow...@bugs.debian.org
immediately.)


-- 
1009115: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009115
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pythonpy
Version: 0.4.11b-3
Severity: serious
Tags: sid bookworm
User: debian...@lists.debian.org
Usertags: needs-update
User: debian-pyt...@lists.debian.org
Usertags: python3.10
Control: affects -1 src:python3-defaults

Dear maintainer(s),

We are in the transition of making python3.10 the default Python versions [0]. With a recent upload of python3-defaults the autopkgtest of pythonpy fails in testing when that autopkgtest is run with the binary packages of python3-defaults from unstable. It passes when run with only packages from testing. In tabular form:

                       pass            fail
python3-defaults       from testing    3.10.4-1
pythonpy               from testing    0.4.11b-3
all others             from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration of python3-defaults to testing [1]. https://docs.python.org/3/whatsnew/3.10.html lists what's new in Python3.10, it may help to identify what needs to be updated. https://docs.python.org/3.9/library/collections.html says:
"""
Deprecated since version 3.3, will be removed in version 3.10: Moved Collections Abstract Base Classes to the collections.abc module. For backwards compatibility, they continue to be visible in this module through Python 3.9.
"""
Time to move on.

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[0] https://bugs.debian.org/1006836
[1] https://qa.debian.org/excuses.php?package=python3-defaults

https://ci.debian.net/data/autopkgtest/testing/amd64/p/pythonpy/20654945/log.gz

test_empty (test.test_pythonpy.TestPythonPy) ... Traceback (most recent call last):
  File "/usr/bin/py", line 16, in <module>
    from collections import Iterable
ImportError: cannot import name 'Iterable' from 'collections' (/usr/lib/python3.10/collections/__init__.py)
ERROR
test_ignore_errors (test.test_pythonpy.TestPythonPy) ... Traceback (most recent call last):
  File "/usr/bin/py", line 16, in <module>
    from collections import Iterable
ImportError: cannot import name 'Iterable' from 'collections' (/usr/lib/python3.10/collections/__init__.py)
ERROR
test_imports (test.test_pythonpy.TestPythonPy) ... Traceback (most recent call last):
  File "/usr/bin/py", line 16, in <module>
    from collections import Iterable
ImportError: cannot import name 'Iterable' from 'collections' (/usr/lib/python3.10/collections/__init__.py)
ERROR
test_numbers (test.test_pythonpy.TestPythonPy) ... Traceback (most recent call last):
  File "/usr/bin/py", line 16, in <module>
    from collections import Iterable
ImportError: cannot import name 'Iterable' from 'collections' (/usr/lib/python3.10/collections/__init__.py)
ERROR
test_range (test.test_pythonpy.TestPythonPy) ... Traceback (most recent call last):
  File "/usr/bin/py", line 16, in <module>
    from collections import Iterable
ImportError: cannot import name 'Iterable' from 'collections' (/usr/lib/python3.10/collections/__init__.py)
ERROR
test_split_input (test.test_pythonpy.TestPythonPy) ... Traceback (most recent call last):
  File "/usr/bin/py", line 16, in <module>
    from collections import Iterable
ImportError: cannot import name 'Iterable' from 'collections' (/usr/lib/python3.10/collections/__init__.py)
ERROR
test_split_output (test.test_pythonpy.TestPythonPy) ... Traceback (most recent call last):
  File "/usr/bin/py", line 16, in <module>
    from collections import Iterable
ImportError: cannot import name 'Iterable' from 'collections' (/usr/lib/python3.10/collections/__init__.py)
ERROR
test_statements (test.test_pythonpy.TestPythonPy) ... Traceback (most recent call last):
  File "/usr/bin/py", line 16, in <module>
    from collections import Iterable
ImportError: cannot import name 'Iterable' from 'collections' (/usr/lib/python3.10/collections/__init__.py)
ERROR

======================================================================
ERROR: test_empty (test.test_pythonpy.TestPythonPy)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.aa19th4n/downtmp/build.pEz/src/test/test_pythonpy.py", line 6, in test_empty
    self.assertEqual(check_output(['py']), b'')
  File "/usr/lib/python3.10/subprocess.py", line 420, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.10/subprocess.py", line 524, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['py']' returned non-zero exit status 1.

======================================================================
ERROR: test_ignore_errors (test.test_pythonpy.TestPythonPy)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.aa19th4n/downtmp/build.pEz/src/test/test_pythonpy.py", line 21, in test_ignore_errors self.assertEqual(check_output("""echo a | py -x --i 'None.None'""", shell=True), b'')
  File "/usr/lib/python3.10/subprocess.py", line 420, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.10/subprocess.py", line 524, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command 'echo a | py -x --i 'None.None'' returned non-zero exit status 1.

======================================================================
ERROR: test_imports (test.test_pythonpy.TestPythonPy)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.aa19th4n/downtmp/build.pEz/src/test/test_pythonpy.py", line 47, in test_imports
    check_output("py %r" % command, shell=True)
  File "/usr/lib/python3.10/subprocess.py", line 420, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.10/subprocess.py", line 524, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command 'py 'math.ceil(2.5)'' returned non-zero exit status 1.

======================================================================
ERROR: test_numbers (test.test_pythonpy.TestPythonPy)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.aa19th4n/downtmp/build.pEz/src/test/test_pythonpy.py", line 9, in test_numbers
    self.assertEqual(check_output(['py', '3 * 4.5']), b'13.5\n')
  File "/usr/lib/python3.10/subprocess.py", line 420, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.10/subprocess.py", line 524, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['py', '3 * 4.5']' returned non-zero exit status 1.

======================================================================
ERROR: test_range (test.test_pythonpy.TestPythonPy)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.aa19th4n/downtmp/build.pEz/src/test/test_pythonpy.py", line 12, in test_range
    self.assertEqual(check_output(['py', 'range(3)']), b'0\n1\n2\n')
  File "/usr/lib/python3.10/subprocess.py", line 420, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.10/subprocess.py", line 524, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['py', 'range(3)']' returned non-zero exit status 1.

======================================================================
ERROR: test_split_input (test.test_pythonpy.TestPythonPy)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.aa19th4n/downtmp/build.pEz/src/test/test_pythonpy.py", line 15, in test_split_input self.assertEqual(check_output(["""echo a,b | py -x 'x[1]' --si ,"""], shell=True), b'b\n')
  File "/usr/lib/python3.10/subprocess.py", line 420, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.10/subprocess.py", line 524, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '["echo a,b | py -x 'x[1]' --si ,"]' returned non-zero exit status 1.

======================================================================
ERROR: test_split_output (test.test_pythonpy.TestPythonPy)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.aa19th4n/downtmp/build.pEz/src/test/test_pythonpy.py", line 18, in test_split_output self.assertEqual(check_output(["""echo abc | py -x x --si '' --so ','"""], shell=True), b'a,b,c\n')
  File "/usr/lib/python3.10/subprocess.py", line 420, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.10/subprocess.py", line 524, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '["echo abc | py -x x --si '' --so ','"]' returned non-zero exit status 1.

======================================================================
ERROR: test_statements (test.test_pythonpy.TestPythonPy)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.aa19th4n/downtmp/build.pEz/src/test/test_pythonpy.py", line 25, in test_statements self.assertEqual(check_output("""py -c 'a=5' -C 'print(a)'""", shell=True), b'5\n')
  File "/usr/lib/python3.10/subprocess.py", line 420, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.10/subprocess.py", line 524, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command 'py -c 'a=5' -C 'print(a)'' returned non-zero exit status 1.

----------------------------------------------------------------------
Ran 8 tests in 0.267s

FAILED (errors=8)
autopkgtest [14:09:53]: test command1

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: pythonpy
Source-Version: 0.4.11b-3.1
Done: Pierre Gruet <p...@debian.org>

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 1009...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pierre Gruet <p...@debian.org> (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 ftpmas...@ftp-master.debian.org)


-----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 <tiago.my...@gmail.com>
Changed-By: Pierre Gruet <p...@debian.org>
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 ---

Reply via email to