Your message dated Mon, 22 Dec 2025 17:18:58 +0000
with message-id <[email protected]>
and subject line Bug#1123105: fixed in celery 5.6.0-1
has caused the Debian Bug report #1123105,
regarding celery: 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.)


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

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with python3,sphinxdoc --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,sphinxdoc --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_celery  
* Building wheel...
<string>:131: DeprecationWarning: codecs.open() is deprecated. Use open() 
instead.

[... snipped ...]

copying build/lib/celery/bin/logtool.py -> 
build/bdist.linux-x86_64/wheel/./celery/bin
copying build/lib/celery/bin/shell.py -> 
build/bdist.linux-x86_64/wheel/./celery/bin
copying build/lib/celery/bin/worker.py -> 
build/bdist.linux-x86_64/wheel/./celery/bin
copying build/lib/celery/bin/list.py -> 
build/bdist.linux-x86_64/wheel/./celery/bin
copying build/lib/celery/bin/purge.py -> 
build/bdist.linux-x86_64/wheel/./celery/bin
copying build/lib/celery/bin/control.py -> 
build/bdist.linux-x86_64/wheel/./celery/bin
copying build/lib/celery/bin/__init__.py -> 
build/bdist.linux-x86_64/wheel/./celery/bin
copying build/lib/celery/bin/base.py -> 
build/bdist.linux-x86_64/wheel/./celery/bin
copying build/lib/celery/exceptions.py -> 
build/bdist.linux-x86_64/wheel/./celery
creating build/bdist.linux-x86_64/wheel/celery/loaders
copying build/lib/celery/loaders/default.py -> 
build/bdist.linux-x86_64/wheel/./celery/loaders
copying build/lib/celery/loaders/app.py -> 
build/bdist.linux-x86_64/wheel/./celery/loaders
copying build/lib/celery/loaders/__init__.py -> 
build/bdist.linux-x86_64/wheel/./celery/loaders
copying build/lib/celery/loaders/base.py -> 
build/bdist.linux-x86_64/wheel/./celery/loaders
copying build/lib/celery/canvas.py -> build/bdist.linux-x86_64/wheel/./celery
creating build/bdist.linux-x86_64/wheel/celery/security
copying build/lib/celery/security/certificate.py -> 
build/bdist.linux-x86_64/wheel/./celery/security
copying build/lib/celery/security/key.py -> 
build/bdist.linux-x86_64/wheel/./celery/security
copying build/lib/celery/security/utils.py -> 
build/bdist.linux-x86_64/wheel/./celery/security
copying build/lib/celery/security/serialization.py -> 
build/bdist.linux-x86_64/wheel/./celery/security
copying build/lib/celery/security/__init__.py -> 
build/bdist.linux-x86_64/wheel/./celery/security
copying build/lib/celery/local.py -> build/bdist.linux-x86_64/wheel/./celery
copying build/lib/celery/__init__.py -> build/bdist.linux-x86_64/wheel/./celery
running install_egg_info
Copying celery.egg-info to 
build/bdist.linux-x86_64/wheel/./celery-5.5.3.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/celery-5.5.3.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_celery/.tmp-juze2qyr/celery-5.5.3-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'celery/__init__.py'
adding 'celery/__main__.py'
adding 'celery/_state.py'
adding 'celery/beat.py'
adding 'celery/bootsteps.py'
adding 'celery/canvas.py'
adding 'celery/click_plugins.py'
adding 'celery/exceptions.py'
adding 'celery/local.py'
adding 'celery/platforms.py'
adding 'celery/result.py'
adding 'celery/schedules.py'
adding 'celery/signals.py'
adding 'celery/states.py'
adding 'celery/app/__init__.py'
adding 'celery/app/amqp.py'
adding 'celery/app/annotations.py'
adding 'celery/app/autoretry.py'
adding 'celery/app/backends.py'
adding 'celery/app/base.py'
adding 'celery/app/builtins.py'
adding 'celery/app/control.py'
adding 'celery/app/defaults.py'
adding 'celery/app/events.py'
adding 'celery/app/log.py'
adding 'celery/app/registry.py'
adding 'celery/app/routes.py'
adding 'celery/app/task.py'
adding 'celery/app/trace.py'
adding 'celery/app/utils.py'
adding 'celery/apps/__init__.py'
adding 'celery/apps/beat.py'
adding 'celery/apps/multi.py'
adding 'celery/apps/worker.py'
adding 'celery/backends/__init__.py'
adding 'celery/backends/arangodb.py'
adding 'celery/backends/asynchronous.py'
adding 'celery/backends/azureblockblob.py'
adding 'celery/backends/base.py'
adding 'celery/backends/cache.py'
adding 'celery/backends/cassandra.py'
adding 'celery/backends/consul.py'
adding 'celery/backends/cosmosdbsql.py'
adding 'celery/backends/couchbase.py'
adding 'celery/backends/couchdb.py'
adding 'celery/backends/dynamodb.py'
adding 'celery/backends/elasticsearch.py'
adding 'celery/backends/filesystem.py'
adding 'celery/backends/gcs.py'
adding 'celery/backends/mongodb.py'
adding 'celery/backends/redis.py'
adding 'celery/backends/rpc.py'
adding 'celery/backends/s3.py'
adding 'celery/backends/database/__init__.py'
adding 'celery/backends/database/models.py'
adding 'celery/backends/database/session.py'
adding 'celery/bin/__init__.py'
adding 'celery/bin/amqp.py'
adding 'celery/bin/base.py'
adding 'celery/bin/beat.py'
adding 'celery/bin/call.py'
adding 'celery/bin/celery.py'
adding 'celery/bin/control.py'
adding 'celery/bin/events.py'
adding 'celery/bin/graph.py'
adding 'celery/bin/list.py'
adding 'celery/bin/logtool.py'
adding 'celery/bin/migrate.py'
adding 'celery/bin/multi.py'
adding 'celery/bin/purge.py'
adding 'celery/bin/result.py'
adding 'celery/bin/shell.py'
adding 'celery/bin/upgrade.py'
adding 'celery/bin/worker.py'
adding 'celery/concurrency/__init__.py'
adding 'celery/concurrency/asynpool.py'
adding 'celery/concurrency/base.py'
adding 'celery/concurrency/eventlet.py'
adding 'celery/concurrency/gevent.py'
adding 'celery/concurrency/prefork.py'
adding 'celery/concurrency/solo.py'
adding 'celery/concurrency/thread.py'
adding 'celery/contrib/__init__.py'
adding 'celery/contrib/abortable.py'
adding 'celery/contrib/migrate.py'
adding 'celery/contrib/pytest.py'
adding 'celery/contrib/rdb.py'
adding 'celery/contrib/sphinx.py'
adding 'celery/contrib/django/__init__.py'
adding 'celery/contrib/django/task.py'
adding 'celery/contrib/testing/__init__.py'
adding 'celery/contrib/testing/app.py'
adding 'celery/contrib/testing/manager.py'
adding 'celery/contrib/testing/mocks.py'
adding 'celery/contrib/testing/tasks.py'
adding 'celery/contrib/testing/worker.py'
adding 'celery/events/__init__.py'
adding 'celery/events/cursesmon.py'
adding 'celery/events/dispatcher.py'
adding 'celery/events/dumper.py'
adding 'celery/events/event.py'
adding 'celery/events/receiver.py'
adding 'celery/events/snapshot.py'
adding 'celery/events/state.py'
adding 'celery/fixups/__init__.py'
adding 'celery/fixups/django.py'
adding 'celery/loaders/__init__.py'
adding 'celery/loaders/app.py'
adding 'celery/loaders/base.py'
adding 'celery/loaders/default.py'
adding 'celery/security/__init__.py'
adding 'celery/security/certificate.py'
adding 'celery/security/key.py'
adding 'celery/security/serialization.py'
adding 'celery/security/utils.py'
adding 'celery/utils/__init__.py'
adding 'celery/utils/abstract.py'
adding 'celery/utils/annotations.py'
adding 'celery/utils/collections.py'
adding 'celery/utils/debug.py'
adding 'celery/utils/deprecated.py'
adding 'celery/utils/functional.py'
adding 'celery/utils/graph.py'
adding 'celery/utils/imports.py'
adding 'celery/utils/iso8601.py'
adding 'celery/utils/log.py'
adding 'celery/utils/nodenames.py'
adding 'celery/utils/objects.py'
adding 'celery/utils/quorum_queues.py'
adding 'celery/utils/saferepr.py'
adding 'celery/utils/serialization.py'
adding 'celery/utils/sysinfo.py'
adding 'celery/utils/term.py'
adding 'celery/utils/text.py'
adding 'celery/utils/threads.py'
adding 'celery/utils/time.py'
adding 'celery/utils/timer2.py'
adding 'celery/utils/dispatch/__init__.py'
adding 'celery/utils/dispatch/signal.py'
adding 'celery/utils/static/__init__.py'
adding 'celery/utils/static/celery_128.png'
adding 'celery/worker/__init__.py'
adding 'celery/worker/autoscale.py'
adding 'celery/worker/components.py'
adding 'celery/worker/control.py'
adding 'celery/worker/heartbeat.py'
adding 'celery/worker/loops.py'
adding 'celery/worker/pidbox.py'
adding 'celery/worker/request.py'
adding 'celery/worker/state.py'
adding 'celery/worker/strategy.py'
adding 'celery/worker/worker.py'
adding 'celery/worker/consumer/__init__.py'
adding 'celery/worker/consumer/agent.py'
adding 'celery/worker/consumer/connection.py'
adding 'celery/worker/consumer/consumer.py'
adding 'celery/worker/consumer/control.py'
adding 'celery/worker/consumer/delayed_delivery.py'
adding 'celery/worker/consumer/events.py'
adding 'celery/worker/consumer/gossip.py'
adding 'celery/worker/consumer/heart.py'
adding 'celery/worker/consumer/mingle.py'
adding 'celery/worker/consumer/tasks.py'
adding 'celery-5.5.3.dist-info/licenses/LICENSE'
adding 'celery-5.5.3.dist-info/METADATA'
adding 'celery-5.5.3.dist-info/WHEEL'
adding 'celery-5.5.3.dist-info/entry_points.txt'
adding 'celery-5.5.3.dist-info/top_level.txt'
adding 'celery-5.5.3.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built celery-5.5.3-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 base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_celery/build; 
python3.14 -m pytest --ignore=t/unit/backends/test_base.py 
--ignore=t/unit/backends/test_gcs.py --ignore=t/unit/backends/test_rpc.py 
--ignore=t/unit/contrib/test_pytest.py 
--ignore=t/unit/concurrency/test_eventlet.py 
--ignore=t/unit/concurrency/test_prefork.py -k "not 
test_check_privileges[accept_content0] and not 
test_check_privileges[accept_content1] and not 
test_check_privileges[accept_content2] and not 
test_regression_worker_startup_info and not test_with_guid and not 
test_only_gid and not test_init_mongodb_dnspython2_pymongo3_seedlist" t/unit
============================= test session starts ==============================
platform linux -- Python 3.14.2, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_celery/build
configfile: pyproject.toml
plugins: pytest_click-1.1.0, flaky-3.8.1, timeout-2.4.0, typeguard-4.4.4, 
anyio-4.11.0
collected 2939 items / 2 errors / 8 deselected / 7 skipped / 2931 selected

==================================== ERRORS ====================================
_________________ ERROR collecting t/unit/tasks/test_canvas.py _________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_celery/build/t/unit/tasks/test_canvas.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.14/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t/unit/tasks/test_canvas.py:7: in <module>
    import pytest_subtests  # noqa
    ^^^^^^^^^^^^^^^^^^^^^^
E   ModuleNotFoundError: No module named 'pytest_subtests'
_______________ ERROR collecting t/unit/utils/test_functional.py _______________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_celery/build/t/unit/utils/test_functional.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.14/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t/unit/utils/test_functional.py:4: in <module>
    import pytest_subtests  # noqa
    ^^^^^^^^^^^^^^^^^^^^^^
E   ModuleNotFoundError: No module named 'pytest_subtests'
=========================== short test summary info ============================
ERROR t/unit/tasks/test_canvas.py
ERROR t/unit/utils/test_functional.py
!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!
================== 7 skipped, 8 deselected, 2 errors in 2.85s ==================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_celery/build; python3.14 -m pytest 
--ignore=t/unit/backends/test_base.py --ignore=t/unit/backends/test_gcs.py 
--ignore=t/unit/backends/test_rpc.py --ignore=t/unit/contrib/test_pytest.py 
--ignore=t/unit/concurrency/test_eventlet.py 
--ignore=t/unit/concurrency/test_prefork.py -k "not 
test_check_privileges[accept_content0] and not 
test_check_privileges[accept_content1] and not 
test_check_privileges[accept_content2] and not 
test_regression_worker_startup_info and not test_with_guid and not 
test_only_gid and not test_init_mongodb_dnspython2_pymongo3_seedlist" t/unit
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_celery/build; 
python3.13 -m pytest --ignore=t/unit/backends/test_base.py 
--ignore=t/unit/backends/test_gcs.py --ignore=t/unit/backends/test_rpc.py 
--ignore=t/unit/contrib/test_pytest.py 
--ignore=t/unit/concurrency/test_eventlet.py 
--ignore=t/unit/concurrency/test_prefork.py -k "not 
test_check_privileges[accept_content0] and not 
test_check_privileges[accept_content1] and not 
test_check_privileges[accept_content2] and not 
test_regression_worker_startup_info and not test_with_guid and not 
test_only_gid and not test_init_mongodb_dnspython2_pymongo3_seedlist" t/unit
============================= test session starts ==============================
platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_celery/build
configfile: pyproject.toml
plugins: pytest_click-1.1.0, flaky-3.8.1, timeout-2.4.0, typeguard-4.4.4, 
anyio-4.11.0
collected 2939 items / 2 errors / 8 deselected / 7 skipped / 2931 selected

==================================== ERRORS ====================================
_________________ ERROR collecting t/unit/tasks/test_canvas.py _________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_celery/build/t/unit/tasks/test_canvas.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t/unit/tasks/test_canvas.py:7: in <module>
    import pytest_subtests  # noqa
    ^^^^^^^^^^^^^^^^^^^^^^
E   ModuleNotFoundError: No module named 'pytest_subtests'
_______________ ERROR collecting t/unit/utils/test_functional.py _______________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_celery/build/t/unit/utils/test_functional.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t/unit/utils/test_functional.py:4: in <module>
    import pytest_subtests  # noqa
    ^^^^^^^^^^^^^^^^^^^^^^
E   ModuleNotFoundError: No module named 'pytest_subtests'
=========================== short test summary info ============================
ERROR t/unit/tasks/test_canvas.py
ERROR t/unit/utils/test_functional.py
!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!
================== 7 skipped, 8 deselected, 2 errors in 3.07s ==================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_celery/build; python3.13 -m pytest 
--ignore=t/unit/backends/test_base.py --ignore=t/unit/backends/test_gcs.py 
--ignore=t/unit/backends/test_rpc.py --ignore=t/unit/contrib/test_pytest.py 
--ignore=t/unit/concurrency/test_eventlet.py 
--ignore=t/unit/concurrency/test_prefork.py -k "not 
test_check_privileges[accept_content0] and not 
test_check_privileges[accept_content1] and not 
test_check_privileges[accept_content2] and not 
test_regression_worker_startup_info and not test_with_guid and not 
test_only_gid and not test_init_mongodb_dnspython2_pymongo3_seedlist" t/unit
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" returned exit code 13
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: celery
Source-Version: 5.6.0-1
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
celery, 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 celery 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: Mon, 22 Dec 2025 16:56:08 +0000
Source: celery
Architecture: source
Version: 5.6.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1123105
Changes:
 celery (5.6.0-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release.
   * Stop importing pytest_subtests (closes: #1123105).
   * Only use exceptiongroup backport for Python < 3.11.
Checksums-Sha1:
 70201a5ad421ae8bc8cab31ae62da31ea857a03a 2971 celery_5.6.0-1.dsc
 f1c21dec60e6c591973c903fa4437f839d1b9d5b 1737187 celery_5.6.0.orig.tar.gz
 a70b75153f2e5cf6488c9e8beed676f5d4cf4f7b 27208 celery_5.6.0-1.debian.tar.xz
Checksums-Sha256:
 77eb0094e21ff1478184955c44a5f3c84522e4d214a8e1792e7b74b89a251476 2971 
celery_5.6.0-1.dsc
 a9c46ddc86cb74224fbdab2532040205227c662e105e81f5a232c87d64e354d0 1737187 
celery_5.6.0.orig.tar.gz
 237729e675dfccd913288d9ed1664d60ab722a0b1e82b5112ccb4e9fbaa93331 27208 
celery_5.6.0-1.debian.tar.xz
Files:
 4ef9aff7271283b4b91eccf93ef0de17 2971 python optional celery_5.6.0-1.dsc
 76179b490940f16304769a0f8d30bc5f 1737187 python optional 
celery_5.6.0.orig.tar.gz
 c49d444ec8e6ac7f2ea54670af09105d 27208 python optional 
celery_5.6.0-1.debian.tar.xz

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

iQIzBAEBCgAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmlJeGAACgkQOTWH2X2G
UAuy8A//XnlR6L7q8VQkOfq7sf/1ydinuXPeQ9HaVYxDKOI02+3F+2Hih3uNEL4a
VjcIqtIxNaRWB7xajXAVTB3hPtSjtaZfubaCo1ywHE0tq8ZoqORbCEz8DWJFzQXe
3C2EqeGXoPWwDP7Pq2Vyuf+IGx83k+UNMQzR2YBmVDwuVhB+8juERhtm8bEIIr2m
urgOYDiSfRIrErvLX/xE9OwrMLLoJPdBiXToFeFtJWlx0j37baVeq9PLG7Z6l4FX
IV3p1ryCQe4qvFeWIuzXYa8z6EUH1WncMR6dbr9vE0xVozXKyFD8vnuPwMyU1HmR
lokBEgtNhM59KzRQF1RWiwX4bW9Z5SO4IMkXA7+80MiWuOAl0kGYTOY6n3hGQBg9
4tQ8HjPpMRhfWT5pW0X1pxD5zF3cEkGPZZ/VsJ8EhyMRMqAZ0CouCGdIRUNoXeju
BCUiqmb8OPfNuCEvrXofGF1bbLbTqwds/EzNDMGelSY3DbdxTADu2lD8D40sxDcY
jIh7WpqHzGwEECgm8i9VjId51O3wQlaJuhO/DvjAMsXbmhyzKzo2yFvUum5Fk36i
ITXlXj2nuu6jeLSsNEBO1mXsOJdiqBVVxVZ29FABZKV0jmo8IilogJAXKL6FieHT
03ArKNwcgcjEoSgvpWYWrzGtuzLWBLnRwKemYBvyZb20HasBHps=
=zSPf
-----END PGP SIGNATURE-----

Attachment: pgpVwINWKwdTC.pgp
Description: PGP signature


--- End Message ---

Reply via email to