Your message dated Tue, 23 Jan 2024 17:53:04 +0000
with message-id <e1rskxm-00bzgt...@fasolo.debian.org>
and subject line Bug#1055735: fixed in geventhttpclient 2.0.11-1
has caused the Debian Bug report #1055735,
regarding geventhttpclient ftbfs 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.)


-- 
1055735: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1055735
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:geventhttpclient
Version: 2.0.8-1
Severity: important
Tags: sid trixie
User: debian-pyt...@lists.debian.org
Usertags: python3.12

geventhttpclient ftbfs with Python 3.12:

[...]
==================================== ERRORS ==================================== __________ ERROR collecting src/geventhttpclient/tests/test_client.py __________ ImportError while importing test module '/<<PKGBUILDDIR>>/src/geventhttpclient/tests/test_client.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
src/geventhttpclient/tests/test_client.py:8: in <module>
    from gevent.ssl import SSLError #@UnresolvedImport
/usr/lib/python3/dist-packages/gevent/ssl.py:32: in <module>
    from gevent import _ssl3 as _source # pragma: no cover
/usr/lib/python3/dist-packages/gevent/_ssl3.py:53: in <module>
    from ssl import match_hostname
E ImportError: cannot import name 'match_hostname' from 'ssl' (/usr/lib/python3.12/ssl.py) _________ ERROR collecting src/geventhttpclient/tests/test_headers.py __________ ImportError while importing test module '/<<PKGBUILDDIR>>/src/geventhttpclient/tests/test_headers.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
src/geventhttpclient/tests/test_headers.py:5: in <module>
    gevent.monkey.patch_all()
/usr/lib/python3/dist-packages/gevent/monkey.py:1279: in patch_all
    patch_ssl(_warnings=_warnings, _first_time=first_time)
/usr/lib/python3/dist-packages/gevent/monkey.py:200: in ignores
    return func(*args, **kwargs)
/usr/lib/python3/dist-packages/gevent/monkey.py:1044: in patch_ssl
    gevent_mod, _ = _patch_module('ssl', _warnings=_warnings)
/usr/lib/python3/dist-packages/gevent/monkey.py:462: in _patch_module
gevent_module, target_module, target_module_name = _check_availability(name)
/usr/lib/python3/dist-packages/gevent/monkey.py:448: in _check_availability
    gevent_module = getattr(__import__('gevent.' + name), name)
/usr/lib/python3/dist-packages/gevent/ssl.py:32: in <module>
    from gevent import _ssl3 as _source # pragma: no cover
/usr/lib/python3/dist-packages/gevent/_ssl3.py:53: in <module>
    from ssl import match_hostname
E ImportError: cannot import name 'match_hostname' from 'ssl' (/usr/lib/python3.12/ssl.py) ______ ERROR collecting src/geventhttpclient/tests/test_no_module_ssl.py _______ ImportError while importing test module '/<<PKGBUILDDIR>>/src/geventhttpclient/tests/test_no_module_ssl.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
src/geventhttpclient/tests/test_no_module_ssl.py:5: in <module>
    import gevent.ssl
/usr/lib/python3/dist-packages/gevent/ssl.py:32: in <module>
    from gevent import _ssl3 as _source # pragma: no cover
/usr/lib/python3/dist-packages/gevent/_ssl3.py:53: in <module>
    from ssl import match_hostname
E ImportError: cannot import name 'match_hostname' from 'ssl' (/usr/lib/python3.12/ssl.py) ___________ ERROR collecting src/geventhttpclient/tests/test_ssl.py ____________ ImportError while importing test module '/<<PKGBUILDDIR>>/src/geventhttpclient/tests/test_ssl.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
src/geventhttpclient/tests/test_ssl.py:3: in <module>
    gevent.monkey.patch_ssl()
/usr/lib/python3/dist-packages/gevent/monkey.py:200: in ignores
    return func(*args, **kwargs)
/usr/lib/python3/dist-packages/gevent/monkey.py:1044: in patch_ssl
    gevent_mod, _ = _patch_module('ssl', _warnings=_warnings)
/usr/lib/python3/dist-packages/gevent/monkey.py:462: in _patch_module
gevent_module, target_module, target_module_name = _check_availability(name)
/usr/lib/python3/dist-packages/gevent/monkey.py:448: in _check_availability
    gevent_module = getattr(__import__('gevent.' + name), name)
/usr/lib/python3/dist-packages/gevent/ssl.py:32: in <module>
    from gevent import _ssl3 as _source # pragma: no cover
/usr/lib/python3/dist-packages/gevent/_ssl3.py:53: in <module>
    from ssl import match_hostname
E ImportError: cannot import name 'match_hostname' from 'ssl' (/usr/lib/python3.12/ssl.py) =============================== warnings summary ===============================
../../../usr/lib/python3/dist-packages/gevent/events.py:74
/usr/lib/python3/dist-packages/gevent/events.py:74: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
    from pkg_resources import iter_entry_points

../../../usr/lib/python3/dist-packages/pkg_resources/__init__.py:2871
../../../usr/lib/python3/dist-packages/pkg_resources/__init__.py:2871
/usr/lib/python3/dist-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('zope')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    declare_namespace(pkg)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
ERROR src/geventhttpclient/tests/test_client.py
ERROR src/geventhttpclient/tests/test_headers.py
ERROR src/geventhttpclient/tests/test_no_module_ssl.py
ERROR src/geventhttpclient/tests/test_ssl.py
!!!!!!!!!!!!!!!!!!! Interrupted: 4 errors during collection !!!!!!!!!!!!!!!!!!!! ======================== 3 warnings, 4 errors in 0.31s ========================= E: pybuild pybuild:395: test: plugin custom failed with: exit code=2: PYTHONPATH=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_geventhttpclient/build python3.12 -m pytest -v -m 'not online'
--- End Message ---
--- Begin Message ---
Source: geventhttpclient
Source-Version: 2.0.11-1
Done: Sandro Tosi <mo...@debian.org>

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

Debian distribution maintenance software
pp.
Sandro Tosi <mo...@debian.org> (supplier of updated geventhttpclient 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: SHA256

Format: 1.8
Date: Tue, 23 Jan 2024 12:00:28 -0500
Source: geventhttpclient
Architecture: source
Version: 2.0.11-1
Distribution: unstable
Urgency: medium
Maintainer: Sandro Tosi <mo...@debian.org>
Changed-By: Sandro Tosi <mo...@debian.org>
Closes: 1055735
Changes:
 geventhttpclient (2.0.11-1) unstable; urgency=medium
 .
   [ Alexandre Detiste ]
   * New upstream version 2.0.11 (Closes: #1055735)
   * remove python3-mock build-dep: it's hybridized
 .
   [ Sandro Tosi ]
   * run autopkgtests via autopkgtest-pkg-pybuild
Checksums-Sha1:
 51a4cf7b5ae968b1ac9181670168025f2bde0c07 2265 geventhttpclient_2.0.11-1.dsc
 f21843599011bda7467e4f4fb53199007a4d038d 43916 
geventhttpclient_2.0.11.orig.tar.gz
 f5d9fbdc9efd9053aa5efd602ae3fd1377581f82 22968 
geventhttpclient_2.0.11-1.debian.tar.xz
 655b445d98426869c4f4a79d7280dc3c6f547059 8357 
geventhttpclient_2.0.11-1_source.buildinfo
Checksums-Sha256:
 f2deb9f1d66baacb08d637403e8301c2445283bd9b680a5ad1d6e5813640c96c 2265 
geventhttpclient_2.0.11-1.dsc
 ac99f32d86c644deab546c85b7a0eb06f74bd5c0bf40e71c1fb7ba41f34ac49b 43916 
geventhttpclient_2.0.11.orig.tar.gz
 a8cab24af485cd587ea208a94b143375440d5c22340b02d8661650d79cd01e59 22968 
geventhttpclient_2.0.11-1.debian.tar.xz
 a67422a385fc193261408b55187ecb56b4e8122a808255dc7cddd82e597c4df7 8357 
geventhttpclient_2.0.11-1_source.buildinfo
Files:
 5b08fd6340269e8a23db28393aa00e1e 2265 python optional 
geventhttpclient_2.0.11-1.dsc
 fb701c48db873030f3ea40f61a737dad 43916 python optional 
geventhttpclient_2.0.11.orig.tar.gz
 50eddcf338d8174e01a5a964ef1f8655 22968 python optional 
geventhttpclient_2.0.11-1.debian.tar.xz
 86be5064fdf823ee4378c623ec39c65f 8357 python optional 
geventhttpclient_2.0.11-1_source.buildinfo

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

iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAmWv8MYACgkQh588mTgB
qU+9MxAA22dmQKFlXGIWhkuAwx9GEe4AIbnEFrRh+8KPCgqU+e2Kis0bHna3pl4P
9Y4k/Nc9HL1e7KD/mxgDR/syIfjKMQxqV1ATUtl6XjbUdYf5hglsMNJXZX7q6OB9
nYUntRgRxGISVTC883yHWTycZEWYSP4VevQV6/DZZ5Gi5/nZH1X5exzaUH+aupQP
TiCqCKiMiU+Mgmur5GX2xJXkvjqZBO7QK6vGW2yrU9oaShThL8DvzRCXrQ7TR9rI
HxwwtDwYJkcfx6DDrWKlQbyoMxnDPD0rZEUkFqWHa91OLIGnTg+09Dinoj1gVlOz
ztycJmeENIxF6kdL7o/4LoExRyiJPBUEKubpgdZwCGZmxyo78iZ/UqfkXJWmPEb7
0b08wl5kSZ6WYfPM4VpU8RPKUwgfXConWTyTVfGNaRYpdzPHKWGWHeQVlatG4mdB
YcnbOAd4sy+xQeo1oLILfqugxlT/MNezZshwcdnBM7t+ctt8cQQBbIbMUbzAXTFt
DnqTKt+n7Zec4JtGt7Okwziq/TUG3ge8JGf/V8x53FSDR8lca4nGz2vsqOnO8zUO
v/Lg7Ma5oqstaDaAXmSOsc/1UjgHW3HrlZe8z/dtJtghLR6EfHYJ4Cz652U8Oaht
PhmQ6naCgaMXU4eHiW6DNm5S1seWcmK6Gnw+a3GPMNAwzddtyCU=
=FhZr
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to