Your message dated Tue, 24 Feb 2026 17:34:37 +0000
with message-id <[email protected]>
and subject line Bug#1123357: fixed in strawberry-graphql 0.306.0-1
has caused the Debian Bug report #1123357,
regarding strawberry-graphql: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p "3.14 3.13" returned exit code 13
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.)


-- 
1123357: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123357
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:strawberry-graphql
Version: 0.287.0-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202512/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:strawberry-graphql, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_clean
rm -rf .mypy_cache
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:131: Building wheel for python3.14 with "build" 
module
I: pybuild base:317: python3.14 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_strawberry  
* Building wheel...
Successfully built strawberry_graphql-0.287.0-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.14 with 
"installer" module
I: pybuild plugin_pyproject:131: Building wheel for python3.13 with "build" 
module
I: pybuild base:317: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_strawberry  
* Building wheel...
Successfully built strawberry_graphql-0.287.0-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild pybuild:308: cp -r /<<PKGBUILDDIR>>/docs 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_strawberry/build
I: pybuild base:317: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_strawberry/build; python3.14 -m pytest 
--ignore=tests/cli/test_locate_definition.py 
--ignore=tests/http/test_graphql_ide.py --ignore=tests/http/test_upload.py 
--ignore=tests/litestar/test_context.py 
--ignore=tests/litestar/test_response_headers.py 
--ignore=tests/litestar/test_response_status.py 
--ignore=tests/sanic/test_file_upload.py -k ' not test_fetch_data_from_db and 
not test_lazy_types_loaded_from_same_module ' 
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/usr/lib/python3/dist-packages/pytest/__main__.py", line 9, in <module>
    raise SystemExit(pytest.console_main())
                     ~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 223, 
in console_main
    code = main()
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 193, 
in main
    config = _prepareconfig(new_args, plugins)
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 361, 
in _prepareconfig
    config: Config = pluginmanager.hook.pytest_cmdline_parse(
                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        pluginmanager=pluginmanager, args=args
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in 
_hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 167, in 
_multicall
    raise exception
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/helpconfig.py", line 124, in 
pytest_cmdline_parse
    config = yield
             ^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, in 
_multicall
    res = hook_impl.function(*args)
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1186, 
in pytest_cmdline_parse
    self.parse(args)
    ~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1556, 
in parse
    self.hook.pytest_load_initial_conftests(
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        early_config=self, args=args, parser=self._parser
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in 
_hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 167, in 
_multicall
    raise exception
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/warnings.py", line 128, in 
pytest_load_initial_conftests
    return (yield)
            ^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/capture.py", line 173, in 
pytest_load_initial_conftests
    yield
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, in 
_multicall
    res = hook_impl.function(*args)
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1270, 
in pytest_load_initial_conftests
    self.pluginmanager._set_initial_conftests(
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        args=args,
        ^^^^^^^^^^
    ...<8 lines>...
        ),
        ^^
    )
    ^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 602, 
in _set_initial_conftests
    self._try_load_conftest(
    ~~~~~~~~~~~~~~~~~~~~~~~^
        anchor,
        ^^^^^^^
    ...<2 lines>...
        consider_namespace_packages=consider_namespace_packages,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 640, 
in _try_load_conftest
    self._loadconftestmodules(
    ~~~~~~~~~~~~~~~~~~~~~~~~~^
        anchor,
        ^^^^^^^
    ...<2 lines>...
        consider_namespace_packages=consider_namespace_packages,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 680, 
in _loadconftestmodules
    mod = self._importconftest(
        conftestpath,
    ...<2 lines>...
        consider_namespace_packages=consider_namespace_packages,
    )
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 756, 
in _importconftest
    self.consider_conftest(mod, registration_name=conftestpath_plugin_name)
    ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 837, 
in consider_conftest
    self.register(conftestmodule, name=registration_name)
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 522, 
in register
    plugin_name = super().register(plugin, name)
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 168, in 
register
    self._verify_hook(hook, hookimpl)
    ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 355, in 
_verify_hook
    _warn_for_function(argname_warning, hookimpl.function)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 41, in 
_warn_for_function
    warnings.warn_explicit(
    ~~~~~~~~~~~~~~~~~~~~~~^
        warning,
        ^^^^^^^^
    ...<2 lines>...
        filename=func.__code__.co_filename,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
pytest.PytestRemovedIn9Warning: The (path: py.path.local) argument is 
deprecated, please use (collection_path: pathlib.Path)
see 
https://docs.pytest.org/en/latest/deprecations.html#py-path-local-arguments-for-hooks-replaced-with-pathlib-path
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_strawberry/build; python3.14 -m pytest 
--ignore=tests/cli/test_locate_definition.py 
--ignore=tests/http/test_graphql_ide.py --ignore=tests/http/test_upload.py 
--ignore=tests/litestar/test_context.py 
--ignore=tests/litestar/test_response_headers.py 
--ignore=tests/litestar/test_response_status.py 
--ignore=tests/sanic/test_file_upload.py -k ' not test_fetch_data_from_db and 
not test_lazy_types_loaded_from_same_module ' 
I: pybuild pybuild:308: cp -r /<<PKGBUILDDIR>>/docs 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_strawberry/build
I: pybuild base:317: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_strawberry/build; python3.13 -m pytest 
--ignore=tests/cli/test_locate_definition.py 
--ignore=tests/http/test_graphql_ide.py --ignore=tests/http/test_upload.py 
--ignore=tests/litestar/test_context.py 
--ignore=tests/litestar/test_response_headers.py 
--ignore=tests/litestar/test_response_status.py 
--ignore=tests/sanic/test_file_upload.py -k ' not test_fetch_data_from_db and 
not test_lazy_types_loaded_from_same_module ' 
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/usr/lib/python3/dist-packages/pytest/__main__.py", line 9, in <module>
    raise SystemExit(pytest.console_main())
                     ~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 223, 
in console_main
    code = main()
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 193, 
in main
    config = _prepareconfig(new_args, plugins)
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 361, 
in _prepareconfig
    config: Config = pluginmanager.hook.pytest_cmdline_parse(
                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        pluginmanager=pluginmanager, args=args
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in 
_hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 167, in 
_multicall
    raise exception
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/helpconfig.py", line 124, in 
pytest_cmdline_parse
    config = yield
             ^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, in 
_multicall
    res = hook_impl.function(*args)
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1186, 
in pytest_cmdline_parse
    self.parse(args)
    ~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1556, 
in parse
    self.hook.pytest_load_initial_conftests(
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        early_config=self, args=args, parser=self._parser
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in 
_hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 167, in 
_multicall
    raise exception
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/warnings.py", line 128, in 
pytest_load_initial_conftests
    return (yield)
            ^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/capture.py", line 173, in 
pytest_load_initial_conftests
    yield
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, in 
_multicall
    res = hook_impl.function(*args)
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1270, 
in pytest_load_initial_conftests
    self.pluginmanager._set_initial_conftests(
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        args=args,
        ^^^^^^^^^^
    ...<8 lines>...
        ),
        ^^
    )
    ^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 602, 
in _set_initial_conftests
    self._try_load_conftest(
    ~~~~~~~~~~~~~~~~~~~~~~~^
        anchor,
        ^^^^^^^
    ...<2 lines>...
        consider_namespace_packages=consider_namespace_packages,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 640, 
in _try_load_conftest
    self._loadconftestmodules(
    ~~~~~~~~~~~~~~~~~~~~~~~~~^
        anchor,
        ^^^^^^^
    ...<2 lines>...
        consider_namespace_packages=consider_namespace_packages,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 680, 
in _loadconftestmodules
    mod = self._importconftest(
        conftestpath,
    ...<2 lines>...
        consider_namespace_packages=consider_namespace_packages,
    )
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 756, 
in _importconftest
    self.consider_conftest(mod, registration_name=conftestpath_plugin_name)
    ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 837, 
in consider_conftest
    self.register(conftestmodule, name=registration_name)
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 522, 
in register
    plugin_name = super().register(plugin, name)
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 168, in 
register
    self._verify_hook(hook, hookimpl)
    ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 355, in 
_verify_hook
    _warn_for_function(argname_warning, hookimpl.function)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 41, in 
_warn_for_function
    warnings.warn_explicit(
    ~~~~~~~~~~~~~~~~~~~~~~^
        warning,
        ^^^^^^^^
    ...<2 lines>...
        filename=func.__code__.co_filename,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
pytest.PytestRemovedIn9Warning: The (path: py.path.local) argument is 
deprecated, please use (collection_path: pathlib.Path)
see 
https://docs.pytest.org/en/latest/deprecations.html#py-path-local-arguments-for-hooks-replaced-with-pathlib-path
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_strawberry/build; python3.13 -m pytest 
--ignore=tests/cli/test_locate_definition.py 
--ignore=tests/http/test_graphql_ide.py --ignore=tests/http/test_upload.py 
--ignore=tests/litestar/test_context.py 
--ignore=tests/litestar/test_response_headers.py 
--ignore=tests/litestar/test_response_status.py 
--ignore=tests/sanic/test_file_upload.py -k ' not test_fetch_data_from_db and 
not test_lazy_types_loaded_from_same_module ' 
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" returned exit code 13
make: *** [debian/rules:30: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: strawberry-graphql
Source-Version: 0.306.0-1
Done: Carsten Schoenert <[email protected]>

We believe that the bug you reported is fixed in the latest version of
strawberry-graphql, 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.
Carsten Schoenert <[email protected]> (supplier of updated 
strawberry-graphql 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 Feb 2026 18:06:49 +0200
Source: strawberry-graphql
Architecture: source
Version: 0.306.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Carsten Schoenert <[email protected]>
Closes: 1123357
Changes:
 strawberry-graphql (0.306.0-1) unstable; urgency=medium
 .
   * [956f9b2] New upstream version 0.306.0
     (Closes: #1123357)
   * [5f94ddc] d/control: Update some B-D packages and versions
   * [546b171] d/py3dist-overrides: Add (python3-)cross-web
   * [ce5c6cc] d/control: Bump Standards-Version to 4.7.3
     No further changes needed.
   * [24cb019] d/control: Drop field Priority: optional
   * [1201295] d/rules: Ignore PytestRemovedIn9Warning messages
   * [7ceb6a3] autopkgtest: Switch to python3-cross-web dependency
   * [593808f] autopkgtest: Ignore PytestRemovedIn9Warning here too
   * [387fc9c] d/copyright: Update year data
Checksums-Sha1:
 5d1f320ff1364880eab8e621b1ec1308bc8e6968 3814 strawberry-graphql_0.306.0-1.dsc
 ab60e57fe5e0f0fd58edd276dfaab13f74795116 1238377 
strawberry-graphql_0.306.0.orig.tar.gz
 5803db718b8b305e7b3f84e6b96959da4d3f37c6 1391680 
strawberry-graphql_0.306.0-1.debian.tar.xz
 e5043e408652e3c6fe50346f55d3377341b812cd 11987 
strawberry-graphql_0.306.0-1_amd64.buildinfo
Checksums-Sha256:
 14cf7d9428b66efedcebb3832dd93d9b74e77a142158eee7c73d916803514dec 3814 
strawberry-graphql_0.306.0-1.dsc
 12331d97a17eba25b5a837a7c3e9f24367aeca00ccaac636b1a43a0f0f736492 1238377 
strawberry-graphql_0.306.0.orig.tar.gz
 9b966c7efcb03e768a16449e82886f91c0d13aff639a711b564ab7c1a3158ca3 1391680 
strawberry-graphql_0.306.0-1.debian.tar.xz
 c24d246d47699265c9bfb555f93bb63fa31616a17780a20c101447478d4015d6 11987 
strawberry-graphql_0.306.0-1_amd64.buildinfo
Files:
 43a8ff4c080b77b5e410ff2f62904f23 3814 python optional 
strawberry-graphql_0.306.0-1.dsc
 a037f5dcc9bdc5184ae224f009fedd54 1238377 python optional 
strawberry-graphql_0.306.0.orig.tar.gz
 2d57b59e6d4ac3e7d0c8f9acaa53e416 1391680 python optional 
strawberry-graphql_0.306.0-1.debian.tar.xz
 020ca933fa39c8592a1e3e4e0bdbcc3c 11987 python optional 
strawberry-graphql_0.306.0-1_amd64.buildinfo

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

iQJMBAEBCgA2FiEEtw38bxNP7PwBHmKqgwFgFCUdHbAFAmmd3pcYHGMuc2Nob2Vu
ZXJ0QHQtb25saW5lLmRlAAoJEIMBYBQlHR2wrs4P/RC8iDRe5suhAnCZWKyplrrw
+OO9p+6n88VL1R58Pt/kP0Gy2yGFKzsP8PxP+aNdhdOpEh0k8JJT0GTIKDn2UMg3
03aZReEzO38gwORDLGfhk+mzrcvuf/arWJvzKaOsNoz1t+557gdH94za5gOFnIm4
qIc88VnYC6mS2lv/nkLB1qCsMlMQ7MgwsiPBk17NoUSt2Gba1mRuekWFDg8+FU1M
ym1SCk0AscpXDZvbQcBat00XW99Tbe0IZZoKOOsP9o677rbxYvih/KVlpzF02pu5
nAocKFldvbDX5OZMoXcYTyHIF0fZeIZd7/4moZI40UkVP5OhHua2qiphnLFaDYu/
d+9s0j7vbgGHPvpa36OPXg0u4EEguRMeSE94PXe7OjK2O72aMfvsWgFVpYtLl77F
JTGGqpaczxFdxWkHHsPCjM5N+gnrf9qiwNsRJj0Mvv1sRFc6y7L8xSzYshhIsb//
fwq7DWf15y8fmnJA4piWaLVWmFNQhFMujiI2fm5awdVnyj2RHzipjEIQAZEWxUJo
YBB40xp0wAo6cGsw4EQ2mou6ZlVRaEMR8wDL7FGbi1YAST752wa/ypvK547QBA4R
SVBNPZ6DEcqe/BFyDodRKoTs+NBoicuWG8xvJ9jKey/TNf0n0uAkW4LODefEYURX
HgxSPtL2KpuaIpSEUz6j
=Rf/m
-----END PGP SIGNATURE-----

Attachment: pgpRShloxRJZ0.pgp
Description: PGP signature


--- End Message ---

Reply via email to