Your message dated Mon, 01 Jul 2024 17:35:01 +0000
with message-id <e1sokvd-005aqr...@fasolo.debian.org>
and subject line Bug#1074502: fixed in listparser 0.20-1
has caused the Debian Bug report #1074502,
regarding listparser: autopkgtest failure with Python 3.12
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.)


-- 
1074502: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074502
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: listparser
Version: 0.18-3
Severity: serious
Tags: sid trixie
X-Debbugs-Cc: y...@debian.org
User: debian-pyt...@lists.debian.org
Usertags: python3.12

Dear Maintainer,

listparser autopkgtests fail with Python 3.12  [0].

[0] https://ci.debian.net/packages/l/listparser/testing/arm64/

autopkgtest [23:35:58]: test command1: [-----------------------
/tmp/autopkgtest.jZHSp5/tree/lptest.py:174: SyntaxWarning: invalid escape 
sequence '\:'
  testBogusFilename = _bad_test('totally made up and bogus /\:')
/tmp/autopkgtest.jZHSp5/tree/lptest.py:401: DeprecationWarning: setDaemon() is 
deprecated, set the daemon attribute instead
  server.setDaemon(True)
EEEE.EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE..........................................................EETraceback
 (most recent call last):
  File "/usr/lib/python3.12/urllib/request.py", line 1344, in do_open
    h.request(req.get_method(), req.selector, req.data, headers,
  File "/usr/lib/python3.12/http/client.py", line 1336, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output
    self.send(msg)
  File "/usr/lib/python3.12/http/client.py", line 1035, in send
    self.connect()
  File "/usr/lib/python3.12/http/client.py", line 1001, in connect
    self.sock = self._create_connection(
                ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/socket.py", line 829, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/socket.py", line 964, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
socket.gaierror: [Errno -2] Name or service not known

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/tmp/autopkgtest.OkgtBD/tree/lptest.py", line 413, in <module>
  File "/usr/lib/python3.12/unittest/runner.py", line 240, in run
    test(result)
  File "/usr/lib/python3.12/unittest/suite.py", line 84, in __call__
    return self.run(*args, **kwds)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/unittest/suite.py", line 122, in run
    test(result)
  File "/usr/lib/python3.12/unittest/suite.py", line 84, in __call__
    return self.run(*args, **kwds)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/unittest/suite.py", line 122, in run
    test(result)
  File "/usr/lib/python3.12/unittest/case.py", line 690, in __call__
    return self.run(*args, **kwds)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/unittest/case.py", line 634, in run
    self._callTestMethod(testMethod)
  File "/usr/lib/python3.12/unittest/case.py", line 589, in _callTestMethod
    if method() is not None:
       ^^^^^^^^
  File "/tmp/autopkgtest.OkgtBD/tree/lptest.py", line 167, in fn
  File "/tmp/autopkgtest.OkgtBD/tree/listparser.py", line 521, in _mkfile
    ret = opener.open(request)
          ^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/urllib/request.py", line 515, in open
    response = self._open(req, data)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/urllib/request.py", line 532, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/urllib/request.py", line 492, in _call_chain
    result = func(*args)
             ^^^^^^^^^^^
  File "/usr/lib/python3.12/urllib/request.py", line 1373, in http_open
    return self.do_open(http.client.HTTPConnection, req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/urllib/request.py", line 1347, in do_open
    raise URLError(err)
          ^^^^^^^^^^^^^
  File "/usr/lib/python3.12/urllib/error.py", line 25, in __init__
    def __init__(self, reason, filename=None):

KeyboardInterrupt
ç√EEEEEE
======================================================================
ERROR: testImage (__main__.TestCases.testImage)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autopkgtest.jZHSp5/tree/lptest.py", line 153, in testImage
    self.assert_(result.bozo == 1)
    ^^^^^^^^^^^^
AttributeError: 'TestCases' object has no attribute 'assert_'. Did you mean: 
'assertIn'?

======================================================================
ERROR: testUserAgentCustomArg (__main__.TestCases.testUserAgentCustomArg)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autopkgtest.jZHSp5/tree/lptest.py", line 141, in 
testUserAgentCustomArg
    self.assert_(result.headers.get('x-agent') == "CustomAgent")
    ^^^^^^^^^^^^
AttributeError: 'TestCases' object has no attribute 'assert_'. Did you mean: 
'assertIn'?

======================================================================
ERROR: testUserAgentDefault (__main__.TestCases.testUserAgentDefault)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autopkgtest.jZHSp5/tree/lptest.py", line 136, in 
testUserAgentDefault
    self.assert_(result.headers.get('x-agent') == listparser.USER_AGENT)
    ^^^^^^^^^^^^
AttributeError: 'TestCases' object has no attribute 'assert_'. Did you mean: 
'assertIn'?

======================================================================
ERROR: testUserAgentGlobalOverride 
(__main__.TestCases.testUserAgentGlobalOverride)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autopkgtest.jZHSp5/tree/lptest.py", line 149, in 
testUserAgentGlobalOverride
    self.assert_(result.headers.get('x-agent') == "NewGlobalAgent")
    ^^^^^^^^^^^^
AttributeError: 'TestCases' object has no attribute 'assert_'. Did you mean: 
'assertIn'?

======================================================================
ERROR: test_bad_bytes-00ff (__main__.TestCases.test_bad_bytes-00ff)
bad_bytes-00ff.xml: Bad bytes (00ff)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autopkgtest.jZHSp5/tree/lptest.py", line 348, in <lambda>
    return lambda self: self.worker(evals, testfile, etag, modified)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/autopkgtest.jZHSp5/tree/lptest.py", line 161, in worker
    self.assert_(eval(ev))
    ^^^^^^^^^^^^
AttributeError: 'TestCases' object has no attribute 'assert_'. Did you mean: 
'assertIn'?

======================================================================
ERROR: test_http/http-bad_last_modified 
(__main__.TestCases.test_http/http-bad_last_modified)
http/http-bad_last_modified.xml: Bad HTTP Last-Modified
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autopkgtest.jZHSp5/tree/lptest.py", line 348, in <lambda>
    return lambda self: self.worker(evals, testfile, etag, modified)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/autopkgtest.jZHSp5/tree/lptest.py", line 161, in worker
    self.assert_(eval(ev))
    ^^^^^^^^^^^^
AttributeError: 'TestCases' object has no attribute 'assert_'. Did you mean: 
'assertIn'?

--- End Message ---
--- Begin Message ---
Source: listparser
Source-Version: 0.20-1
Done: Alexandre Detiste <tc...@debian.org>

We believe that the bug you reported is fixed in the latest version of
listparser, 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 1074...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexandre Detiste <tc...@debian.org> (supplier of updated listparser 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: Mon, 01 Jul 2024 18:48:24 +0200
Source: listparser
Architecture: source
Version: 0.20-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Alexandre Detiste <tc...@debian.org>
Closes: 1074502
Changes:
 listparser (0.20-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version (Closes: #1074502)
   * Standards-Version: 4.7.0 (routine-update)
   * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
   * Update renamed lintian tag names in lintian overrides.
   * Add missing build-dependency on python3-poetry-core.
   * Remove old patch
   * Add a build-depedency on python3-pytest & enable tests
Checksums-Sha1:
 f44c44f40a595c2dd00d52d0f07e72ad7d2925ac 2283 listparser_0.20-1.dsc
 f4dde795336585a67ca4075c36fd61be35c97254 76474 listparser_0.20.orig.tar.gz
 de047251e8f9267a3f87b4f8df5bd86f2d35f916 3052 listparser_0.20-1.debian.tar.xz
 708bfc8e0e6495ba735c3cde7fd113af902b589e 8353 
listparser_0.20-1_source.buildinfo
Checksums-Sha256:
 83d47de24489a0184fbf5a243fed0f5188b6a3f8470ce345ddd322c3f43f104a 2283 
listparser_0.20-1.dsc
 0af9278a33a426a62218229890289b1b8f9e9380b3648a32c9660aa9f8f48555 76474 
listparser_0.20.orig.tar.gz
 edf6b146ff447b2489c6e1554456cd7ebfe19d46f838204d7115f742a6ac1e28 3052 
listparser_0.20-1.debian.tar.xz
 1e3c6a9effab82588db19c5c6a3294b3e8304cbf06116cb402f124441ab5b744 8353 
listparser_0.20-1_source.buildinfo
Files:
 88ea5a634040c128364d586c7cd5da78 2283 python optional listparser_0.20-1.dsc
 00f77f5de68610aa1eb419d920ea14bc 76474 python optional 
listparser_0.20.orig.tar.gz
 5c96450af845905ffa9cc79bec8596e0 3052 python optional 
listparser_0.20-1.debian.tar.xz
 1fb07f0d477bf3a8da131bd5c0d2ee2f 8353 python optional 
listparser_0.20-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmaC4bURHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBrNvQ//TzfKuGeS3gugs+OCghDIDKX3l/pKqvJO
nbp6xNwQw08NV6OEchdQpLkDGCqpd5YM8Xih9dz2ELeq4KFHszZmgZd/Ndv9B74i
qw6LpbM5moFm5j1SUCj7g8OEh4m4mAdkZ+ogNN77fNWl7/4MpIV98dwK6cNa9SMa
nHE5y9eSlkzHIIeJXjHNrVoVdOMqzES25X0HITKUJBZXaQsM0w2QoVr7T4Uqb2Sf
GpsNIpG8SBVK/5Ub3tUBPV+o+DNx1MkNFY5OQc77WkOFSpegXV490MVIMrptzEwD
zOLGL/PgLvm4Ofy/jTnTYVpoEAiYZm77zCd2VFSYX0CrFjI+YLPA7HwZp6MEEj8H
K6XurVX/ALU1xDQ+8EtwDvs3NRZV+CiEZLLmugzWo1FRgls6vIOUFkAxU+rSyni/
MFXoiT+tafhKStxoxMmSJCvedPQD9vhy9MzZwMDO4DD5m5qyiix2BQrJaXyEEJlf
IxKiavhD+oCW2I7yGG6CU2caFke8o0z7JVL8OU/SFIPnDOS7jwg0eztseFxNI1FG
Hp/p02U7C7lCNPzXF7Zjm4OVlkb9wm+HkbnHtG5pb7wk4znQvccGlG56lK+quRnc
TkNdT1t/4e0A6pEr+11pgVnW81HnNOv9niWbeizpKNhNxvQAxVap14OWpB5Q2f/F
umcxVl4NeCw=
=QibL
-----END PGP SIGNATURE-----

Attachment: pgpWbrzp3xKPM.pgp
Description: PGP signature


--- End Message ---

Reply via email to