Your message dated Sun, 12 Oct 2025 12:05:38 +0000
with message-id <[email protected]>
and subject line Bug#1114282: fixed in pytest-aiohttp 1.1.0-3
has caused the Debian Bug report #1114282,
regarding pytest-aiohttp: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p 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.)


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

Dear maintainer:

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

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

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

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 could not 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:pytest-aiohttp, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with python3 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --with python3 --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:129: Building wheel for python3.13 with "build" 
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13  
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: Apache Software License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/pytest_aiohttp
copying pytest_aiohttp/_version.py -> build/lib/pytest_aiohttp
copying pytest_aiohttp/plugin.py -> build/lib/pytest_aiohttp
copying pytest_aiohttp/__init__.py -> build/lib/pytest_aiohttp
running egg_info
creating pytest_aiohttp.egg-info
writing pytest_aiohttp.egg-info/PKG-INFO
writing dependency_links to pytest_aiohttp.egg-info/dependency_links.txt
writing entry points to pytest_aiohttp.egg-info/entry_points.txt
writing requirements to pytest_aiohttp.egg-info/requires.txt
writing top-level names to pytest_aiohttp.egg-info/top_level.txt
writing manifest file 'pytest_aiohttp.egg-info/SOURCES.txt'
reading manifest file 'pytest_aiohttp.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: manifest_maker: MANIFEST.in, line 1: unknown action 'grasp'

warning: no previously-included files matching '*.pyc' found anywhere in 
distribution
adding license file 'LICENSE'
writing manifest file 'pytest_aiohttp.egg-info/SOURCES.txt'
copying pytest_aiohttp/py.typed -> build/lib/pytest_aiohttp
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/pytest_aiohttp
copying build/lib/pytest_aiohttp/py.typed -> 
build/bdist.linux-x86_64/wheel/./pytest_aiohttp
copying build/lib/pytest_aiohttp/_version.py -> 
build/bdist.linux-x86_64/wheel/./pytest_aiohttp
copying build/lib/pytest_aiohttp/plugin.py -> 
build/bdist.linux-x86_64/wheel/./pytest_aiohttp
copying build/lib/pytest_aiohttp/__init__.py -> 
build/bdist.linux-x86_64/wheel/./pytest_aiohttp
running install_egg_info
Copying pytest_aiohttp.egg-info to 
build/bdist.linux-x86_64/wheel/./pytest_aiohttp-1.1.0.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pytest_aiohttp-1.1.0.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/.tmp-m0cwcx20/pytest_aiohttp-1.1.0-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'pytest_aiohttp/__init__.py'
adding 'pytest_aiohttp/_version.py'
adding 'pytest_aiohttp/plugin.py'
adding 'pytest_aiohttp/py.typed'
adding 'pytest_aiohttp-1.1.0.dist-info/licenses/LICENSE'
adding 'pytest_aiohttp-1.1.0.dist-info/METADATA'
adding 'pytest_aiohttp-1.1.0.dist-info/WHEEL'
adding 'pytest_aiohttp-1.1.0.dist-info/entry_points.txt'
adding 'pytest_aiohttp-1.1.0.dist-info/top_level.txt'
adding 'pytest_aiohttp-1.1.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built pytest_aiohttp-1.1.0-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; 
python3.13 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.13.7, pytest-8.4.1, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
configfile: setup.cfg
plugins: aiohttp-1.1.0, asyncio-0.25.1, typeguard-4.4.4
asyncio: mode=Mode.AUTO, asyncio_default_fixture_loop_scope=None
collected 7 items

tests/test_fixtures.py FFFF                                              [ 57%]
tests/test_switch_mode.py ...                                            [100%]

=================================== FAILURES ===================================
_____________________________ test_aiohttp_plugin ______________________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_fixtures.py:108: in 
test_aiohttp_plugin
    result.assert_outcomes(passed=8)
/usr/lib/python3/dist-packages/_pytest/pytester.py:566: in parseoutcomes
    return self.parse_summary_nouns(self.outlines)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/pytester.py:584: in parse_summary_nouns
    raise ValueError("Pytest terminal summary report not found")
E   ValueError: Pytest terminal summary report not found
----------------------------- Captured stderr call -----------------------------
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 
285, in wrap_session
INTERNALERROR>     config._do_configure()
INTERNALERROR>     ~~~~~~~~~~~~~~~~~~~~^^
INTERNALERROR>   File 
"/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1119, in 
_do_configure
INTERNALERROR>     
self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR>     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 
534, in call_historic
INTERNALERROR>     res = self._hookexec(self.name, self._hookimpls.copy(), 
kwargs, False)
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 
120, in _hookexec
INTERNALERROR>     return self._inner_hookexec(hook_name, methods, kwargs, 
firstresult)
INTERNALERROR>            
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 
167, in _multicall
INTERNALERROR>     raise exception
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 
121, in _multicall
INTERNALERROR>     res = hook_impl.function(*args)
INTERNALERROR>   File 
"/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py", line 207, in 
pytest_configure
INTERNALERROR>     
warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
INTERNALERROR>     
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR> pytest.PytestDeprecationWarning: The configuration option 
"asyncio_default_fixture_loop_scope" is unset.
INTERNALERROR> The event loop scope for asynchronous fixtures will default to 
the fixture caching scope. Future versions of pytest-asyncio will default the 
loop scope for asynchronous fixtures to function scope. Set the default fixture 
loop scope explicitly in order to avoid unexpected behavior in the future. 
Valid fixture loop scopes are: "function", "class", "module", "package", 
"session"
___________________________ test_aiohttp_raw_server ____________________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_fixtures.py:142: in 
test_aiohttp_raw_server
    result.assert_outcomes(passed=1)
/usr/lib/python3/dist-packages/_pytest/pytester.py:566: in parseoutcomes
    return self.parse_summary_nouns(self.outlines)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/pytester.py:584: in parse_summary_nouns
    raise ValueError("Pytest terminal summary report not found")
E   ValueError: Pytest terminal summary report not found
----------------------------- Captured stderr call -----------------------------
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 
285, in wrap_session
INTERNALERROR>     config._do_configure()
INTERNALERROR>     ~~~~~~~~~~~~~~~~~~~~^^
INTERNALERROR>   File 
"/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1119, in 
_do_configure
INTERNALERROR>     
self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR>     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 
534, in call_historic
INTERNALERROR>     res = self._hookexec(self.name, self._hookimpls.copy(), 
kwargs, False)
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 
120, in _hookexec
INTERNALERROR>     return self._inner_hookexec(hook_name, methods, kwargs, 
firstresult)
INTERNALERROR>            
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 
167, in _multicall
INTERNALERROR>     raise exception
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 
121, in _multicall
INTERNALERROR>     res = hook_impl.function(*args)
INTERNALERROR>   File 
"/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py", line 207, in 
pytest_configure
INTERNALERROR>     
warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
INTERNALERROR>     
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR> pytest.PytestDeprecationWarning: The configuration option 
"asyncio_default_fixture_loop_scope" is unset.
INTERNALERROR> The event loop scope for asynchronous fixtures will default to 
the fixture caching scope. Future versions of pytest-asyncio will default the 
loop scope for asynchronous fixtures to function scope. Set the default fixture 
loop scope explicitly in order to avoid unexpected behavior in the future. 
Valid fixture loop scopes are: "function", "class", "module", "package", 
"session"
______________ test_aiohttp_client_cls_fixture_custom_client_used ______________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_fixtures.py:169: in 
test_aiohttp_client_cls_fixture_custom_client_used
    result.assert_outcomes(passed=1)
/usr/lib/python3/dist-packages/_pytest/pytester.py:566: in parseoutcomes
    return self.parse_summary_nouns(self.outlines)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/pytester.py:584: in parse_summary_nouns
    raise ValueError("Pytest terminal summary report not found")
E   ValueError: Pytest terminal summary report not found
----------------------------- Captured stderr call -----------------------------
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 
285, in wrap_session
INTERNALERROR>     config._do_configure()
INTERNALERROR>     ~~~~~~~~~~~~~~~~~~~~^^
INTERNALERROR>   File 
"/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1119, in 
_do_configure
INTERNALERROR>     
self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR>     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 
534, in call_historic
INTERNALERROR>     res = self._hookexec(self.name, self._hookimpls.copy(), 
kwargs, False)
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 
120, in _hookexec
INTERNALERROR>     return self._inner_hookexec(hook_name, methods, kwargs, 
firstresult)
INTERNALERROR>            
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 
167, in _multicall
INTERNALERROR>     raise exception
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 
121, in _multicall
INTERNALERROR>     res = hook_impl.function(*args)
INTERNALERROR>   File 
"/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py", line 207, in 
pytest_configure
INTERNALERROR>     
warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
INTERNALERROR>     
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR> pytest.PytestDeprecationWarning: The configuration option 
"asyncio_default_fixture_loop_scope" is unset.
INTERNALERROR> The event loop scope for asynchronous fixtures will default to 
the fixture caching scope. Future versions of pytest-asyncio will default the 
loop scope for asynchronous fixtures to function scope. Set the default fixture 
loop scope explicitly in order to avoid unexpected behavior in the future. 
Valid fixture loop scopes are: "function", "class", "module", "package", 
"session"
___________________ test_aiohttp_client_cls_fixture_factory ____________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_fixtures.py:220: in 
test_aiohttp_client_cls_fixture_factory
    result.assert_outcomes(passed=2)
/usr/lib/python3/dist-packages/_pytest/pytester.py:566: in parseoutcomes
    return self.parse_summary_nouns(self.outlines)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/pytester.py:584: in parse_summary_nouns
    raise ValueError("Pytest terminal summary report not found")
E   ValueError: Pytest terminal summary report not found
----------------------------- Captured stderr call -----------------------------
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 
285, in wrap_session
INTERNALERROR>     config._do_configure()
INTERNALERROR>     ~~~~~~~~~~~~~~~~~~~~^^
INTERNALERROR>   File 
"/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1119, in 
_do_configure
INTERNALERROR>     
self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR>     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 
534, in call_historic
INTERNALERROR>     res = self._hookexec(self.name, self._hookimpls.copy(), 
kwargs, False)
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 
120, in _hookexec
INTERNALERROR>     return self._inner_hookexec(hook_name, methods, kwargs, 
firstresult)
INTERNALERROR>            
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 
167, in _multicall
INTERNALERROR>     raise exception
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 
121, in _multicall
INTERNALERROR>     res = hook_impl.function(*args)
INTERNALERROR>   File 
"/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py", line 207, in 
pytest_configure
INTERNALERROR>     
warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
INTERNALERROR>     
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR> pytest.PytestDeprecationWarning: The configuration option 
"asyncio_default_fixture_loop_scope" is unset.
INTERNALERROR> The event loop scope for asynchronous fixtures will default to 
the fixture caching scope. Future versions of pytest-asyncio will default the 
loop scope for asynchronous fixtures to function scope. Set the default fixture 
loop scope explicitly in order to avoid unexpected behavior in the future. 
Valid fixture loop scopes are: "function", "class", "module", "package", 
"session"
========================= 4 failed, 3 passed in 0.95s ==========================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 
returned exit code 13
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: pytest-aiohttp
Source-Version: 1.1.0-3
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pytest-aiohttp, 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.
Colin Watson <[email protected]> (supplier of updated pytest-aiohttp 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: Sun, 12 Oct 2025 12:44:52 +0100
Source: pytest-aiohttp
Architecture: source
Version: 1.1.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1114282
Changes:
 pytest-aiohttp (1.1.0-3) unstable; urgency=medium
 .
   * Team upload.
   * Reupload; the project on Salsa was previously private (presumably
     accidentally), so tag2upload couldn't see it.
 .
 pytest-aiohttp (1.1.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Use dh-sequence-python3.
   * Add pytest.ini to set asyncio_default_fixture_loop_scope (closes:
     #1114282).
   * Switch to autopkgtest-pkg-pybuild.
Checksums-Sha1:
 f00397f7216fd023708cea8bf98ccc3e0d09ee28 2473 pytest-aiohttp_1.1.0-3.dsc
 f06cb461cc436ee3d12053a86cf0107c7d33eca8 2288 
pytest-aiohttp_1.1.0-3.debian.tar.xz
 79f390620cc8e73ca631f60f5394d2b9814fce69 33716 
pytest-aiohttp_1.1.0-3.git.tar.xz
 7f6e3f5e847eb18cb453d9768dc7b112b0cdafaf 18246 
pytest-aiohttp_1.1.0-3_source.buildinfo
Checksums-Sha256:
 98acd7c3ec25e137e5900236df5a0b365cd2bbef6cf14a4d18cc504d8101a03e 2473 
pytest-aiohttp_1.1.0-3.dsc
 aed5b6606a0364a5312fa3a52d03fdb3bb6fed55deef383b9e71ed27502d246b 2288 
pytest-aiohttp_1.1.0-3.debian.tar.xz
 8ac0ae34ba1524d18f69744a5d62daf41da943482b21bb237a97f4fbbfff1853 33716 
pytest-aiohttp_1.1.0-3.git.tar.xz
 13dbdc7a11c3055eed253d01d4a6b50e5bce60084228a815c462653f450c3b30 18246 
pytest-aiohttp_1.1.0-3_source.buildinfo
Files:
 617d276c656cb1e54b9a28bf533a26a0 2473 python optional 
pytest-aiohttp_1.1.0-3.dsc
 9b5f585c73ff5e7d82010085ace1c0a8 2288 python optional 
pytest-aiohttp_1.1.0-3.debian.tar.xz
 1bfb43013151c1f9b3fbe24810ce301c 33716 python optional 
pytest-aiohttp_1.1.0-3.git.tar.xz
 b6bbcb4177b0d10e18b44cd90242b079 18246 python optional 
pytest-aiohttp_1.1.0-3_source.buildinfo
Git-Tag-Info: tag=5700a7d88753a6039822e663bf832101b3f444c1 
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>

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

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmjrlR8ACgkQYG0ITkaD
wHnJ1hAAhuQ0g/TI2VmVNTbOm20OL4RjNdaYQvhXoKnK5lhUqp6nw1AcMyw3CPL0
/oJgGd2x5MX+lM2e9k7ykgkx6leYxrtH6va9YgrBDreLIn+J/XJI6MAqZioUk4MQ
MLn32X2Tw8QrQOqvEE7x+DSDuQWWdFGNjNWjdmuC8cT65wAPT9Yuwv060Ms/tQsQ
SDUL5Fp0Krsz44j4lxdrTa9mfpCl1jmZiN+HxjVOGfciPRlFMyFgZSSaAtvwEErm
9uMFkBPyDHVyn30OfFI7sfDlWQg3oHlMoqsCmlzzQ0Bhc87SyLRi/vnMh8vTi0ve
pAXP4Rweco30jp5YF5UsJ0mfjaKPQqExJdWPrIpVqcr/etIYLz3VRlXSNXB4aYlY
txcpvDwEweEweZqixqQebH7ThMPK8ibSjyOQ6krCgHyRGt89pagFKMjVOQC+RcR3
GUYjZE4G1xfuVh2GMUb3n1xRwRD7pNGpGwTzwD8YBIvcl2QCuh3+ggexp4mfC7YC
z50ODGyD5qe7PlJ4OpbixCkBvUH0e/BQQaojC8KTsACkltqrxE0vKQ1eL9MV2eGa
aWXIJrg83KNa7ljDobaqBL6zPGlhv7Vtt4ghvCH9vOPoOr57pN9hxl9eUy3jf2r6
gsZZ0XxioScs8kJr1hYA8OnnQ81diWZZKozkN8vamT4XAcjQJUs=
=Tpr0
-----END PGP SIGNATURE-----

Attachment: pgpGSAO3Qx4kG.pgp
Description: PGP signature


--- End Message ---

Reply via email to