Your message dated Tue, 12 Dec 2023 12:06:29 +0000
with message-id <e1rd1wv-0049pa...@fasolo.debian.org>
and subject line Bug#1056536: fixed in python-flasgger 0.9.7.2~dev2+dfsg-1
has caused the Debian Bug report #1056536,
regarding vcr.py's autopkg tests fail 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.)


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

vcr.py's autopkg tests fail with Python 3.12:

[...]
281s pybuild-autopkgtest
282s I: pybuild base:310: cd /tmp/autopkgtest.yBnCkr/autopkgtest_tmp/build; python3.12 -m pytest --ignore tests/integration/test_aiohttp.py --ignore tests/integration/test_tornado.py --ignore tests/integration/test_requests.py -m "not online" -k "not test_basic_json_use and not test_load_cassette_with_custom_persister"
282s Traceback (most recent call last):
282s   File "<frozen runpy>", line 198, in _run_module_as_main
282s   File "<frozen runpy>", line 88, in _run_code
282s File "/usr/lib/python3/dist-packages/pytest/__main__.py", line 5, in <module>
282s     raise SystemExit(pytest.console_main())
282s                      ^^^^^^^^^^^^^^^^^^^^^
282s File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 192, in console_main
282s     code = main()
282s            ^^^^^^
282s File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 150, in main
282s     config = _prepareconfig(args, plugins)
282s              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
282s File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 331, in _prepareconfig
282s     config = pluginmanager.hook.pytest_cmdline_parse(
282s              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
282s File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 493, in __call__ 282s return self._hookexec(self.name, self._hookimpls, kwargs, firstresult) 282s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 282s File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 115, in _hookexec 282s return self._inner_hookexec(hook_name, methods, kwargs, firstresult) 282s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 282s File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 130, in _multicall
282s     teardown[0].send(outcome)
282s File "/usr/lib/python3/dist-packages/_pytest/helpconfig.py", line 104, in pytest_cmdline_parse
282s     config: Config = outcome.get_result()
282s                      ^^^^^^^^^^^^^^^^^^^^
282s File "/usr/lib/python3/dist-packages/pluggy/_result.py", line 114, in get_result
282s     raise exc.with_traceback(exc.__traceback__)
282s File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 77, in _multicall
282s     res = hook_impl.function(*args)
282s           ^^^^^^^^^^^^^^^^^^^^^^^^^
282s File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1075, in pytest_cmdline_parse
282s     self.parse(args)
282s File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1425, in parse
282s     self._preparse(args, addopts=addopts)
282s File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1305, in _preparse
282s     self.pluginmanager.load_setuptools_entrypoints("pytest11")
282s File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 398, in load_setuptools_entrypoints
282s     plugin = ep.load()
282s              ^^^^^^^^^
282s File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 205, in load
282s     module = import_module(match.group('module'))
282s              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
282s File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
282s     return _bootstrap._gcd_import(name[level:], package, level)
282s            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
282s   File "<frozen importlib._bootstrap>", line 1381, in _gcd_import
282s   File "<frozen importlib._bootstrap>", line 1354, in _find_and_load
282s File "<frozen importlib._bootstrap>", line 1325, in _find_and_load_unlocked
282s   File "<frozen importlib._bootstrap>", line 929, in _load_unlocked
282s File "<frozen importlib._bootstrap_external>", line 994, in exec_module 282s File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed 282s File "/usr/lib/python3/dist-packages/pytest_httpbin/plugin.py", line 3, in <module>
282s     from httpbin import app as httpbin_app
282s File "/usr/lib/python3/dist-packages/httpbin/__init__.py", line 3, in <module>
282s     from .core import *
282s File "/usr/lib/python3/dist-packages/httpbin/core.py", line 36, in <module>
282s     from flasgger import Swagger, NO_SANITIZER
282s File "/usr/lib/python3/dist-packages/flasgger/__init__.py", line 10, in <module> 282s from .base import Swagger, Flasgger, NO_SANITIZER, BR_SANITIZER, MK_SANITIZER, LazyJSONEncoder # noqa 282s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 282s File "/usr/lib/python3/dist-packages/flasgger/base.py", line 36, in <module>
282s     from .utils import extract_definitions
282s File "/usr/lib/python3/dist-packages/flasgger/utils.py", line 5, in <module>
282s     import imp
282s ModuleNotFoundError: No module named 'imp'
283s E: pybuild pybuild:395: test: plugin distutils failed with: exit code=1: cd /tmp/autopkgtest.yBnCkr/autopkgtest_tmp/build; python3.12 -m pytest --ignore tests/integration/test_aiohttp.py --ignore tests/integration/test_tornado.py --ignore tests/integration/test_requests.py -m "not online" -k "not test_basic_json_use and not test_load_cassette_with_custom_persister"
--- End Message ---
--- Begin Message ---
Source: python-flasgger
Source-Version: 0.9.7.2~dev2+dfsg-1
Done: Jeroen Ploemen <j...@debian.org>

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

Debian distribution maintenance software
pp.
Jeroen Ploemen <j...@debian.org> (supplier of updated python-flasgger 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, 12 Dec 2023 11:43:09 +0000
Source: python-flasgger
Built-For-Profiles: noudeb
Architecture: source
Version: 0.9.7.2~dev2+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Jeroen Ploemen <j...@debian.org>
Closes: 1056409 1056448 1056450 1056520 1056536 1058121 1058156
Changes:
 python-flasgger (0.9.7.2~dev2+dfsg-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version 0.9.7.2~dev2+dfsg. (Closes: #1056450, #1056520,
     #1058121, #1058156, #1056409, #1056536, #1056448)
   * Watch: unbreak.
   * Add d/gbp.conf.
   * Copyright:
     + correct upstream years to match the included LICENSE file.
     + add myself for the packaging.
   * Control:
     + set Homepage to actual upstream project, not some fork.
     + order build-deps; add python3-pytest.
     + bump Standards-Version to 4.6.2 (from 4.6.1; no further changes).
     + enable autopkgtest via Testsuite: autopkgtest-pkg-pybuild.
     + remove unnecessary hardcoded python deps from the binary pkg.
   * Rules:
     + switch overrides to execute_after.
     + ignore test_examples, needs unavailable flex module.
   * Patches: refresh 02.
Checksums-Sha1:
 7f164ef3716ee751c8968629acac06ac00ce7c7f 2281 
python-flasgger_0.9.7.2~dev2+dfsg-1.dsc
 04aff6be560f4c754a84b34ef0184272b9470292 1714976 
python-flasgger_0.9.7.2~dev2+dfsg.orig.tar.xz
 5a28b8dd1ac4f0ab63495559eda8246cdf34665c 3077532 
python-flasgger_0.9.7.2~dev2+dfsg-1.debian.tar.xz
 86a47fb1e4660cee5594e5a4ab0dca62506d9ed4 15359 
python-flasgger_0.9.7.2~dev2+dfsg-1_source.buildinfo
Checksums-Sha256:
 d04025cc15b454abb2f31475aba88b4ff3a265a33509bdef09938e29a91faea2 2281 
python-flasgger_0.9.7.2~dev2+dfsg-1.dsc
 8fecf63d5e5c34981f2a91f3c4666620ec642d4f5494cc89e348b1db7d0d7297 1714976 
python-flasgger_0.9.7.2~dev2+dfsg.orig.tar.xz
 b39f283adc2715a76146eb40df6424ad74122d7c3bd36fda34be1be12620ba66 3077532 
python-flasgger_0.9.7.2~dev2+dfsg-1.debian.tar.xz
 54dbd4f935065ca2795607de191c2601f8b2633b33bef5f022d7cd1d37ae76ff 15359 
python-flasgger_0.9.7.2~dev2+dfsg-1_source.buildinfo
Files:
 9495b2102b1c80f3ad86b845de2afd5c 2281 python optional 
python-flasgger_0.9.7.2~dev2+dfsg-1.dsc
 61d63c89f47f8269042724bdbd592061 1714976 python optional 
python-flasgger_0.9.7.2~dev2+dfsg.orig.tar.xz
 02b52afe9d2a86b571232c7d4038ea15 3077532 python optional 
python-flasgger_0.9.7.2~dev2+dfsg-1.debian.tar.xz
 b1d3b0b023d97c2febabd17eab2cee75 15359 python optional 
python-flasgger_0.9.7.2~dev2+dfsg-1_source.buildinfo

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

iQIzBAEBCgAdFiEEd8lhnEnWos3N8v+qQoMEoXSNzHoFAmV4R3sACgkQQoMEoXSN
zHqYMw/8C8ow2A4i2pYUOaPoucMTjb0XK9n4XUn+TJtix+gChFwb8PTjIypMRdgA
quHakcUOOqF4hYV0vPtfyk9p/eqw85/48MT9aDw1DLskunEdUOofxA/5xbi6d4fA
Xqvr8fpK+6/q88zuK12m+kUWfuG8sjYJcHh2NWeOcrpuOt4MfTWl1VKinEB1BaFA
P+RR8UGyZ5DxF0cmJkpmWRt6lCOE67JowsVI+ZXWvcTRA12WAHpj7711nXCl9alB
AJpTep4w0r/bHE4Qr0zHO+k4t9YFUg8YGRNiu3OVVT9Bq40InftGzdJ6F2mKFpz4
WFYZFwQIndtxtknF62fELBSO6esBSOYdk5GErJPFZsnB+AntkpdqQgv+tZM09mWs
Hj27YJaSH13x4xQXrK9HiQGZ7lEI/MfzI4hSkRPTEEh0GpuqUYB9+sDjqEmmyo5E
stgtDBus/8wO/lHlNzqHVpQSQsDR8yurfilQHfxut0POx3f2iL5CpKjmjY4qpvLa
p4y3EGiFe/0mT1ObW4SryOfOj+aH9Gob9yHEcHt0bKviRbuYhQZ8Q4hyIuR6F0+S
qCPQoffnHojoof6VGVusl9K8ppoaEf8ro6O7xrA7mdQd4xFj8KB1gWva9Q8MAC0f
irnGzRbffV99m5ZWRLqbbHzZ0BHsEQdARkAVXvY5flpU7wlS8vo=
=tQuZ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to