Your message dated Mon, 22 Dec 2025 16:57:03 +0000
with message-id <[email protected]>
and subject line Bug#1122933: fixed in pytest-sugar 1.1.1-3
has caused the Debian Bug report #1122933,
regarding pytest-sugar: 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.)


-- 
1122933: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1122933
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pytest-sugar
Version: 1.1.1-2
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:pytest-sugar, 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
   dh_clean -O--buildsystem=pybuild
 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  
* Building wheel...
<string>:29: DeprecationWarning: codecs.open() is deprecated. Use open() 
instead.

[... snipped ...]

___________________ TestTerminalReporter.test_report_header ____________________

self = <test_sugar.TestTerminalReporter object at 0x7f71e0872030>
testdir = <Testdir local('/tmp/pytest-of-sbuild/pytest-1/test_report_header0')>

    def test_report_header(self, testdir):
        testdir.makeconftest(
            """
            def pytest_report_header(startdir):
                pass
            """
        )
        testdir.makepyfile(
            """
            def test():
                pass
            """
        )
        result = testdir.runpytest("--force-sugar")
>       assert result.ret == 0, result.stderr.str()
E       AssertionError: Traceback (most recent call last):
E           File "/usr/lib/python3/dist-packages/_pytest/pytester.py", line 
1177, in runpytest_inprocess
E             reprec = self.inline_run(*args, **kwargs)
E           File "/usr/lib/python3/dist-packages/_pytest/pytester.py", line 
1142, in inline_run
E             ret = main([str(x) for x in args], plugins=plugins)
E           File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", 
line 193, in main
E             config = _prepareconfig(new_args, plugins)
E           File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", 
line 361, in _prepareconfig
E             config: Config = pluginmanager.hook.pytest_cmdline_parse(
E                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
E                 pluginmanager=pluginmanager, args=args
E                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E             )
E             ^
E           File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, 
in __call__
E             return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
E                    
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E           File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, 
in _hookexec
E             return self._inner_hookexec(hook_name, methods, kwargs, 
firstresult)
E                    
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E           File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 167, 
in _multicall
E             raise exception
E           File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, 
in _multicall
E             teardown.throw(exception)
E             ~~~~~~~~~~~~~~^^^^^^^^^^^
E           File "/usr/lib/python3/dist-packages/_pytest/helpconfig.py", line 
124, in pytest_cmdline_parse
E             config = yield
E                      ^^^^^
E           File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, 
in _multicall
E             res = hook_impl.function(*args)
E           File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", 
line 1186, in pytest_cmdline_parse
E             self.parse(args)
E             ~~~~~~~~~~^^^^^^
E           File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", 
line 1556, in parse
E             self.hook.pytest_load_initial_conftests(
E             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
E                 early_config=self, args=args, parser=self._parser
E                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E             )
E             ^
E           File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, 
in __call__
E             return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
E                    
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E           File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, 
in _hookexec
E             return self._inner_hookexec(hook_name, methods, kwargs, 
firstresult)
E                    
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E           File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 167, 
in _multicall
E             raise exception
E           File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, 
in _multicall
E             teardown.throw(exception)
E             ~~~~~~~~~~~~~~^^^^^^^^^^^
E           File "/usr/lib/python3/dist-packages/_pytest/warnings.py", line 
128, in pytest_load_initial_conftests
E             return (yield)
E                     ^^^^^
E           File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, 
in _multicall
E             teardown.throw(exception)
E             ~~~~~~~~~~~~~~^^^^^^^^^^^
E           File "/usr/lib/python3/dist-packages/_pytest/capture.py", line 173, 
in pytest_load_initial_conftests
E             yield
E           File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, 
in _multicall
E             res = hook_impl.function(*args)
E           File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", 
line 1270, in pytest_load_initial_conftests
E             self.pluginmanager._set_initial_conftests(
E             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
E                 args=args,
E                 ^^^^^^^^^^
E             ...<8 lines>...
E                 ),
E                 ^^
E             )
E             ^
E           File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", 
line 602, in _set_initial_conftests
E             self._try_load_conftest(
E             ~~~~~~~~~~~~~~~~~~~~~~~^
E                 anchor,
E                 ^^^^^^^
E             ...<2 lines>...
E                 consider_namespace_packages=consider_namespace_packages,
E                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E             )
E             ^
E           File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", 
line 640, in _try_load_conftest
E             self._loadconftestmodules(
E             ~~~~~~~~~~~~~~~~~~~~~~~~~^
E                 anchor,
E                 ^^^^^^^
E             ...<2 lines>...
E                 consider_namespace_packages=consider_namespace_packages,
E                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E             )
E             ^
E           File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", 
line 680, in _loadconftestmodules
E             mod = self._importconftest(
E                 conftestpath,
E             ...<2 lines>...
E                 consider_namespace_packages=consider_namespace_packages,
E             )
E           File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", 
line 756, in _importconftest
E             self.consider_conftest(mod, 
registration_name=conftestpath_plugin_name)
E             
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E           File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", 
line 837, in consider_conftest
E             self.register(conftestmodule, name=registration_name)
E             ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E           File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", 
line 522, in register
E             plugin_name = super().register(plugin, name)
E           File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 168, 
in register
E             self._verify_hook(hook, hookimpl)
E             ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
E           File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 355, 
in _verify_hook
E             _warn_for_function(argname_warning, hookimpl.function)
E             ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E           File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 41, 
in _warn_for_function
E             warnings.warn_explicit(
E             ~~~~~~~~~~~~~~~~~~~~~~^
E                 warning,
E                 ^^^^^^^^
E             ...<2 lines>...
E                 filename=func.__code__.co_filename,
E                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E             )
E             ^
E         pytest.PytestRemovedIn9Warning: The (startdir: py.path.local) 
argument is deprecated, please use (start_path: pathlib.Path)
E         see 
https://docs.pytest.org/en/latest/deprecations.html#py-path-local-arguments-for-hooks-replaced-with-pathlib-path
E       assert <ExitCode.INTERNAL_ERROR: 3> == 0
E        +  where <ExitCode.INTERNAL_ERROR: 3> = <RunResult ret=3 
len(stdout.lines)=0 len(stderr.lines)=123 duration=0.01s>.ret

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test_sugar.py:128: AssertionError
----------------------------- Captured stderr call -----------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/_pytest/pytester.py", line 1177, in 
runpytest_inprocess
    reprec = self.inline_run(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/_pytest/pytester.py", line 1142, in 
inline_run
    ret = main([str(x) for x in args], plugins=plugins)
  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 (startdir: py.path.local) argument is 
deprecated, please use (start_path: pathlib.Path)
see 
https://docs.pytest.org/en/latest/deprecations.html#py-path-local-arguments-for-hooks-replaced-with-pathlib-path
=========================== short test summary info ============================
FAILED test_sugar.py::TestTerminalReporter::test_report_header - AssertionErr...
============ 1 failed, 76 passed, 1 skipped, 2 deselected in 0.75s =============
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest -k "not 
test_xdist_verbose" -k "not test_xdist"
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" returned exit code 13
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: pytest-sugar
Source-Version: 1.1.1-3
Done: Edward Betts <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pytest-sugar, 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.
Edward Betts <[email protected]> (supplier of updated pytest-sugar 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:09:07 +0000
Source: pytest-sugar
Architecture: source
Version: 1.1.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Edward Betts <[email protected]>
Closes: 1122933
Changes:
 pytest-sugar (1.1.1-3) unstable; urgency=medium
 .
   * Patch code to support PyTest 9. (Closes: #1122933)
   * Update debian/watch to format version 5.
Checksums-Sha1:
 01caf2d1c603e28e01cf3e3ec0fd46f1a5f1adad 2167 pytest-sugar_1.1.1-3.dsc
 c0a831d24ef89508ef80713908cc43f79c9bbe56 3876 
pytest-sugar_1.1.1-3.debian.tar.xz
 4415cf830cf41b6d56b7a7a43203c6128b261ec1 6583 
pytest-sugar_1.1.1-3_source.buildinfo
Checksums-Sha256:
 c4d95df76ea1e20beb93a714a449e2ab28466a9b3238b9847ef90e9194b3c6d7 2167 
pytest-sugar_1.1.1-3.dsc
 7c4af436819ed677c6291449053fedd5a7869e722ddde68fae5dcaace60b7b1b 3876 
pytest-sugar_1.1.1-3.debian.tar.xz
 8f152235c7d38a7a132016f1d197ea91a930e994aa5b8c19aa93e6d872a05f74 6583 
pytest-sugar_1.1.1-3_source.buildinfo
Files:
 038d72612f32ebc9e23da6d289c193bf 2167 python optional pytest-sugar_1.1.1-3.dsc
 a1131355c777e5297d4b282282d4bf10 3876 python optional 
pytest-sugar_1.1.1-3.debian.tar.xz
 a4173e670ab4748dc945d1e720dc1f41 6583 python optional 
pytest-sugar_1.1.1-3_source.buildinfo

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

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmlJbbUACgkQlgWhCYxj
uSobrw//TOBga95XMDkHHL28LYbW+nfTqlSOmzjhF5aK52oG4Ue2ZFn9Yt3UUC6I
wCmr4y+eQJzYh+cHjhD2pYMtPBiqmHC0LCBGhGcfPZ7C8xSm1FP7cO/5IkaMPnIm
rvqSO/TNKj8NfBOrD91+d8RAEM7bR+yRUwdz1w1zKcj/XiMVpcTX9C33rU8052Yd
Nhf4A03JaKkIGXajtje5Wwr1NF7Sjno+6Nc/2EmAcJgLEG8EyajoawE+Ah/pc7v+
nUnF1YsGgLZTRzfGyfjW8P1ZW8Eb/vKF/0WVbzNUAD9mzqc8WYTLF9aJAaPVfE8j
lVKBDs3nuZGkT6iAKYw0EiMx0TNT7UayT5dmWs4qKHuqo7M404jGviimjp5u6LRe
Y8hD8BTSqs8ImydZv4L+yXO1Bewqs3XufgAivA/fP/Gy54rjumbE8zP5ilxJyOef
GScNSRr3oQULMQs/qzjkUhN8LdpxznZYk6d0fw2F+jvdbC+uPS+SFQka77XxYUse
1EGafMb+zFH6znFDnzKALqz1Rv5YVqToKaiBaMLRGrHMd/a8Gv5EHIjoLZJfKSyg
myzfQwd1cSKlvxjghGYwcac1HcZ7XgpJAwzBLhEofN7suKJkpmJ0vCNUjDueob8/
+1g0YTktxzJJd0CPunzTkPYmhQD4kBZ6l8WTG4XijYxfE5wSU6E=
=mm+U
-----END PGP SIGNATURE-----

Attachment: pgprHJl8l75YM.pgp
Description: PGP signature


--- End Message ---

Reply via email to