Your message dated Wed, 17 Dec 2025 16:05:22 +0000
with message-id <[email protected]>
and subject line Bug#1123187: fixed in python-aiosmtpd 1.4.6-6
has caused the Debian Bug report #1123187,
regarding python-aiosmtpd: 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.)


-- 
1123187: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123187
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-aiosmtpd
Version: 1.4.6-5
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:python-aiosmtpd, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with sphinxdoc --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
        pybuild --clean -i python{version} -p "3.14 3.13"
        rm -rf .pybuild/
        find . -name \*.pyc -exec rm {} \;
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
        rm -f debian/debhelper-build-stamp
        rm -rf debian/.debhelper/
        rm -f -- debian/python3-aiosmtpd.substvars 
debian/python3-aiosmtpd-doc.substvars debian/files
        rm -fr -- debian/python3-aiosmtpd/ debian/tmp/ 
debian/python3-aiosmtpd-doc/
        find .  \( \( \
                \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path 
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o 
-type f -a \
                \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \

[... snipped ...]

adding 'aiosmtpd/tests/test_proxyprotocol.py'
adding 'aiosmtpd/tests/test_server.py'
adding 'aiosmtpd/tests/test_smtp.py'
adding 'aiosmtpd/tests/test_smtps.py'
adding 'aiosmtpd/tests/test_smtpsmuggling.py'
adding 'aiosmtpd/tests/test_starttls.py'
adding 'aiosmtpd/tests/certs/__init__.py'
adding 'aiosmtpd/tests/certs/server.crt'
adding 'aiosmtpd/tests/certs/server.key'
adding 'aiosmtpd/tests/certs/server_alt.crt'
adding 'aiosmtpd/tests/certs/server_alt.key'
adding 'aiosmtpd-1.4.6.dist-info/licenses/LICENSE'
adding 'aiosmtpd-1.4.6.dist-info/licenses/NOTICE'
adding 'aiosmtpd-1.4.6.dist-info/METADATA'
adding 'aiosmtpd-1.4.6.dist-info/WHEEL'
adding 'aiosmtpd-1.4.6.dist-info/entry_points.txt'
adding 'aiosmtpd-1.4.6.dist-info/top_level.txt'
adding 'aiosmtpd-1.4.6.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built aiosmtpd-1.4.6-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_aiosmtpd  
* 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
        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
running egg_info
writing aiosmtpd.egg-info/PKG-INFO
writing dependency_links to aiosmtpd.egg-info/dependency_links.txt
writing entry points to aiosmtpd.egg-info/entry_points.txt
writing requirements to aiosmtpd.egg-info/requires.txt
writing top-level names to aiosmtpd.egg-info/top_level.txt
reading manifest file 'aiosmtpd.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.py[oc]' found anywhere in 
distribution
warning: no previously-included files matching '*.sw[a-p]' found anywhere in 
distribution
warning: no previously-included files matching 'pyvenv.cfg' found anywhere in 
distribution
adding license file 'LICENSE'
adding license file 'NOTICE'
writing manifest file 'aiosmtpd.egg-info/SOURCES.txt'
/usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: 
Package 'aiosmtpd.docs._exts' is absent from the `packages` configuration.
!!

        
********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'aiosmtpd.docs._exts' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to 
distribute this
        package, please make sure that 'aiosmtpd.docs._exts' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation 
page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'aiosmtpd.docs._exts' to be distributed and are
        already explicitly excluding 'aiosmtpd.docs._exts' via
        `find_namespace_packages(...)/find_namespace` or 
`find_packages(...)/find`,
        you can try to use `exclude_package_data`, or 
`include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools 
documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        
********************************************************************************

!!
  check.warn(importable)
/usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: 
Package 'aiosmtpd.docs._static' is absent from the `packages` configuration.
!!

        
********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'aiosmtpd.docs._static' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to 
distribute this
        package, please make sure that 'aiosmtpd.docs._static' is explicitly 
added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation 
page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'aiosmtpd.docs._static' to be distributed and are
        already explicitly excluding 'aiosmtpd.docs._static' via
        `find_namespace_packages(...)/find_namespace` or 
`find_packages(...)/find`,
        you can try to use `exclude_package_data`, or 
`include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools 
documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        
********************************************************************************

!!
  check.warn(importable)
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/aiosmtpd
creating build/bdist.linux-x86_64/wheel/aiosmtpd/qa
copying build/lib/aiosmtpd/qa/test_1testsuite.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/qa
copying build/lib/aiosmtpd/qa/test_0packaging.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/qa
copying build/lib/aiosmtpd/qa/__init__.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/qa
copying build/lib/aiosmtpd/main.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd
copying build/lib/aiosmtpd/smtp.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd
copying build/lib/aiosmtpd/proxy_protocol.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd
copying build/lib/aiosmtpd/lmtp.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd
copying build/lib/aiosmtpd/__main__.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd
copying build/lib/aiosmtpd/py.typed -> build/bdist.linux-x86_64/wheel/./aiosmtpd
copying build/lib/aiosmtpd/controller.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd
creating build/bdist.linux-x86_64/wheel/aiosmtpd/docs
copying build/lib/aiosmtpd/docs/auth.rst -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/docs
copying build/lib/aiosmtpd/docs/cli.rst -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/docs
copying build/lib/aiosmtpd/docs/index.rst -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/docs
copying build/lib/aiosmtpd/docs/handlers.rst -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/docs
copying build/lib/aiosmtpd/docs/requirements.txt -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/docs
creating build/bdist.linux-x86_64/wheel/aiosmtpd/docs/_exts
copying build/lib/aiosmtpd/docs/_exts/autoprogramm.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/docs/_exts
copying build/lib/aiosmtpd/docs/smtp.rst -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/docs
copying build/lib/aiosmtpd/docs/migrating.rst -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/docs
copying build/lib/aiosmtpd/docs/lmtp.rst -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/docs
copying build/lib/aiosmtpd/docs/NEWS.rst -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/docs
copying build/lib/aiosmtpd/docs/testing.rst -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/docs
copying build/lib/aiosmtpd/docs/Makefile -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/docs
copying build/lib/aiosmtpd/docs/concepts.rst -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/docs
copying build/lib/aiosmtpd/docs/proxyprotocol.rst -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/docs
copying build/lib/aiosmtpd/docs/conf.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/docs
copying build/lib/aiosmtpd/docs/intro.rst -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/docs
copying build/lib/aiosmtpd/docs/controller.rst -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/docs
copying build/lib/aiosmtpd/docs/manpage.rst -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/docs
creating build/bdist.linux-x86_64/wheel/aiosmtpd/docs/_static
copying build/lib/aiosmtpd/docs/_static/aiosmtpd.css -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/docs/_static
copying build/lib/aiosmtpd/docs/.gitignore -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/docs
copying build/lib/aiosmtpd/docs/__init__.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/docs
creating build/bdist.linux-x86_64/wheel/aiosmtpd/tests
copying build/lib/aiosmtpd/tests/test_proxyprotocol.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/tests
copying build/lib/aiosmtpd/tests/test_misc.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/tests
copying build/lib/aiosmtpd/tests/test_smtp.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/tests
copying build/lib/aiosmtpd/tests/test_lmtp.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/tests
creating build/bdist.linux-x86_64/wheel/aiosmtpd/tests/certs
copying build/lib/aiosmtpd/tests/certs/server.key -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/tests/certs
copying build/lib/aiosmtpd/tests/certs/server_alt.crt -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/tests/certs
copying build/lib/aiosmtpd/tests/certs/server.crt -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/tests/certs
copying build/lib/aiosmtpd/tests/certs/server_alt.key -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/tests/certs
copying build/lib/aiosmtpd/tests/certs/__init__.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/tests/certs
copying build/lib/aiosmtpd/tests/test_main.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/tests
copying build/lib/aiosmtpd/tests/test_server.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/tests
copying build/lib/aiosmtpd/tests/test_handlers.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/tests
copying build/lib/aiosmtpd/tests/test_smtpsmuggling.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/tests
copying build/lib/aiosmtpd/tests/test_smtps.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/tests
copying build/lib/aiosmtpd/tests/test_starttls.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/tests
copying build/lib/aiosmtpd/tests/conftest.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/tests
copying build/lib/aiosmtpd/tests/__init__.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/tests
creating build/bdist.linux-x86_64/wheel/aiosmtpd/testing
copying build/lib/aiosmtpd/testing/statuscodes.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/testing
copying build/lib/aiosmtpd/testing/helpers.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/testing
copying build/lib/aiosmtpd/testing/__init__.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd/testing
copying build/lib/aiosmtpd/handlers.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd
copying build/lib/aiosmtpd/__init__.py -> 
build/bdist.linux-x86_64/wheel/./aiosmtpd
running install_egg_info
Copying aiosmtpd.egg-info to 
build/bdist.linux-x86_64/wheel/./aiosmtpd-1.4.6.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/aiosmtpd-1.4.6.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_aiosmtpd/.tmp-39wkj8i7/aiosmtpd-1.4.6-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'aiosmtpd/__init__.py'
adding 'aiosmtpd/__main__.py'
adding 'aiosmtpd/controller.py'
adding 'aiosmtpd/handlers.py'
adding 'aiosmtpd/lmtp.py'
adding 'aiosmtpd/main.py'
adding 'aiosmtpd/proxy_protocol.py'
adding 'aiosmtpd/py.typed'
adding 'aiosmtpd/smtp.py'
adding 'aiosmtpd/docs/.gitignore'
adding 'aiosmtpd/docs/Makefile'
adding 'aiosmtpd/docs/NEWS.rst'
adding 'aiosmtpd/docs/__init__.py'
adding 'aiosmtpd/docs/auth.rst'
adding 'aiosmtpd/docs/cli.rst'
adding 'aiosmtpd/docs/concepts.rst'
adding 'aiosmtpd/docs/conf.py'
adding 'aiosmtpd/docs/controller.rst'
adding 'aiosmtpd/docs/handlers.rst'
adding 'aiosmtpd/docs/index.rst'
adding 'aiosmtpd/docs/intro.rst'
adding 'aiosmtpd/docs/lmtp.rst'
adding 'aiosmtpd/docs/manpage.rst'
adding 'aiosmtpd/docs/migrating.rst'
adding 'aiosmtpd/docs/proxyprotocol.rst'
adding 'aiosmtpd/docs/requirements.txt'
adding 'aiosmtpd/docs/smtp.rst'
adding 'aiosmtpd/docs/testing.rst'
adding 'aiosmtpd/docs/_exts/autoprogramm.py'
adding 'aiosmtpd/docs/_static/aiosmtpd.css'
adding 'aiosmtpd/qa/__init__.py'
adding 'aiosmtpd/qa/test_0packaging.py'
adding 'aiosmtpd/qa/test_1testsuite.py'
adding 'aiosmtpd/testing/__init__.py'
adding 'aiosmtpd/testing/helpers.py'
adding 'aiosmtpd/testing/statuscodes.py'
adding 'aiosmtpd/tests/__init__.py'
adding 'aiosmtpd/tests/conftest.py'
adding 'aiosmtpd/tests/test_handlers.py'
adding 'aiosmtpd/tests/test_lmtp.py'
adding 'aiosmtpd/tests/test_main.py'
adding 'aiosmtpd/tests/test_misc.py'
adding 'aiosmtpd/tests/test_proxyprotocol.py'
adding 'aiosmtpd/tests/test_server.py'
adding 'aiosmtpd/tests/test_smtp.py'
adding 'aiosmtpd/tests/test_smtps.py'
adding 'aiosmtpd/tests/test_smtpsmuggling.py'
adding 'aiosmtpd/tests/test_starttls.py'
adding 'aiosmtpd/tests/certs/__init__.py'
adding 'aiosmtpd/tests/certs/server.crt'
adding 'aiosmtpd/tests/certs/server.key'
adding 'aiosmtpd/tests/certs/server_alt.crt'
adding 'aiosmtpd/tests/certs/server_alt.key'
adding 'aiosmtpd-1.4.6.dist-info/licenses/LICENSE'
adding 'aiosmtpd-1.4.6.dist-info/licenses/NOTICE'
adding 'aiosmtpd-1.4.6.dist-info/METADATA'
adding 'aiosmtpd-1.4.6.dist-info/WHEEL'
adding 'aiosmtpd-1.4.6.dist-info/entry_points.txt'
adding 'aiosmtpd-1.4.6.dist-info/top_level.txt'
adding 'aiosmtpd-1.4.6.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built aiosmtpd-1.4.6-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
        pybuild --test --test-pytest -i python{version} -p "3.14 3.13"
E: pybuild pybuild:389: test: plugin pyproject failed with: not enough values 
to unpack (expected at least 1, got 0)
E: pybuild pybuild:389: test: plugin pyproject failed with: not enough values 
to unpack (expected at least 1, got 0)
        rm -fr -- /tmp/dh-xdg-rundir-PCnIuJoX
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" returned exit code 13
make: *** [debian/rules:11: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-aiosmtpd
Source-Version: 1.4.6-6
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-aiosmtpd, 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 python-aiosmtpd 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: Wed, 17 Dec 2025 15:50:58 +0000
Source: python-aiosmtpd
Architecture: source
Version: 1.4.6-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1123187
Changes:
 python-aiosmtpd (1.4.6-6) unstable; urgency=medium
 .
   * Team upload.
   * debian/pybuild.testfiles: Remove blank line (closes: #1123187).
Checksums-Sha1:
 c84ff9190c4ed71907a16bd0a171a13bcfcdb94c 2312 python-aiosmtpd_1.4.6-6.dsc
 8088ba677ff67590d5b3f85d01bb1b04059ed295 14492 
python-aiosmtpd_1.4.6-6.debian.tar.xz
 32fbc41bd98b2802a3bd0657372b699304b744fe 8549 
python-aiosmtpd_1.4.6-6_source.buildinfo
Checksums-Sha256:
 112e10d6fd2f2476944abad480c7c1f57e283eb7f855eb6a2202536f407de64e 2312 
python-aiosmtpd_1.4.6-6.dsc
 80da8a487095f3d4aac9f8b5c9a0965dd693006130022931d624e91e488161e5 14492 
python-aiosmtpd_1.4.6-6.debian.tar.xz
 87119e6fb034a6a4d032fc62e35d3143842a2ade27c3a5811bfbb63ce31d4b23 8549 
python-aiosmtpd_1.4.6-6_source.buildinfo
Files:
 7ab8f1093d50d9662dfeb616681e05aa 2312 python optional 
python-aiosmtpd_1.4.6-6.dsc
 5f4c9b9ce21b34e2fdfd513cd27bb91a 14492 python optional 
python-aiosmtpd_1.4.6-6.debian.tar.xz
 87b4fc09b85db1392da66dcaa5a61fd5 8549 python optional 
python-aiosmtpd_1.4.6-6_source.buildinfo

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

iQIzBAEBCgAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmlC0YwACgkQOTWH2X2G
UAtwLQ//fMRlfrhA+vbg0xv5izd3k1UMLDDDUK+ULuxZDEevpkTRUnyCEqVaomII
GPWOEsumXhgAqFyf6cR2cORGmx8mTTLHjb3iHtlX4u3CAeSQ7niavn4/0YLqKpQU
Mp8EN53hfJbRm/t8z/i+yfnWtllKLunkcKrKyanHadWP/ORrVK74LjuQoyqLp8Me
0glGzc08PmcF2ROMBq95ra5BWSCFdQYy1STyqgF6bBsWqwizRVgtqQCtFQe9SidL
oQogG8TMPZFHi3Mv46Y+Li5ISroOfUVweATUvmUsLiq2BZIe3IfKfti2VyjtelnB
XqT5J3TL3X6tEJrXfSp9+mTaKxamUTP5eC3CW6GgkWu5tdxFRA9rNJS4Q5C7Cp9F
uD/8sjuibMINrrR1SNpJFkfTsT7DtvSQmvcAO/9dLkX5aaEnSD/7eECqZXP9VAAQ
j/MTi9IvQhAmi16SW0n46an/j5UGVRB6Rct3nTF6qo1KKl5m9lKAc/geDPRk3ekN
+3+gstwdJA7HW/Ar790kjL4fDhg1W07aiW7UGuvCUmQwFzcA8DsdLtT5IW3XaPyY
cYFOl/0u0KZsgpWMzgKwn65raQSR7KjBUEkZyJjEBk2rUJoFq0y/lDZIiAfJQvDz
9+Bqz+GgvJpaoZIXAA32pHyI6sGLJdQk+PaUYPANm/8UpLU1bYY=
=EJKb
-----END PGP SIGNATURE-----

Attachment: pgpTO9yig72K1.pgp
Description: PGP signature


--- End Message ---

Reply via email to