Your message dated Sat, 25 Oct 2025 06:19:40 +0000
with message-id <[email protected]>
and subject line Bug#1114186: fixed in litestar 2.18.0-1
has caused the Debian Bug report #1114186,
regarding litestar: 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.)


-- 
1114186: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114186
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:litestar
Version: 2.16.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:litestar, 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

[... snipped ...]

  |   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 900, in 
pytest_runtest_call
  |     return (yield)
  |             ^^^^^
  |   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
  |     teardown.throw(exception)
  |     ~~~~~~~~~~~~~~^^^^^^^^^^^
  |   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 53, in 
run_old_style_hookwrapper
  |     return result.get_result()
  |            ~~~~~~~~~~~~~~~~~^^
  |   File "/usr/lib/python3/dist-packages/pluggy/_result.py", line 103, in 
get_result
  |     raise exc.with_traceback(tb)
  |   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 38, in 
run_old_style_hookwrapper
  |     res = yield
  |           ^^^^^
  |   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
  |     teardown.throw(exception)
  |     ~~~~~~~~~~~~~~^^^^^^^^^^^
  |   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 53, in 
run_old_style_hookwrapper
  |     return result.get_result()
  |            ~~~~~~~~~~~~~~~~~^^
  |   File "/usr/lib/python3/dist-packages/pluggy/_result.py", line 103, in 
get_result
  |     raise exc.with_traceback(tb)
  |   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 38, in 
run_old_style_hookwrapper
  |     res = yield
  |           ^^^^^
  |   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
  |     teardown.throw(exception)
  |     ~~~~~~~~~~~~~~^^^^^^^^^^^
  |   File "/usr/lib/python3/dist-packages/_pytest/skipping.py", line 263, in 
pytest_runtest_call
  |     return (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/unraisableexception.py", 
line 158, in pytest_runtest_call
  |     collect_unraisable(item.config)
  |     ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
  |   File "/usr/lib/python3/dist-packages/_pytest/unraisableexception.py", 
line 81, in collect_unraisable
  |     raise ExceptionGroup("multiple unraisable exception warnings", errors)
  | ExceptionGroup: multiple unraisable exception warnings (3 sub-exceptions)
  +-+---------------- 1 ----------------
    | Traceback (most recent call last):
    |   File "/usr/lib/python3.13/asyncio/base_events.py", line 764, in __del__
    |     _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self)
    |     ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    | ResourceWarning: unclosed event loop <_UnixSelectorEventLoop 
running=False closed=False debug=False>
    | 
    | The above exception was the direct cause of the following exception:
    | 
    | Traceback (most recent call last):
    |   File "/usr/lib/python3/dist-packages/_pytest/unraisableexception.py", 
line 67, in collect_unraisable
    |     warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
    |     ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    | pytest.PytestUnraisableExceptionWarning: Exception ignored in: <function 
BaseEventLoop.__del__ at 0x7fcb855c3ec0>
    | Enable tracemalloc to get traceback where the object was allocated.
    | See 
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
 for more info.
    +---------------- 2 ----------------
    | Traceback (most recent call last):
    |   File "/usr/lib/python3.13/asyncio/base_events.py", line 764, in __del__
    |     _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self)
    |     ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    | ResourceWarning: unclosed event loop <_UnixSelectorEventLoop 
running=False closed=False debug=False>
    | 
    | The above exception was the direct cause of the following exception:
    | 
    | Traceback (most recent call last):
    |   File "/usr/lib/python3/dist-packages/_pytest/unraisableexception.py", 
line 67, in collect_unraisable
    |     warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
    |     ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    | pytest.PytestUnraisableExceptionWarning: Exception ignored in: <function 
BaseEventLoop.__del__ at 0x7fcb855c3ec0>
    | Enable tracemalloc to get traceback where the object was allocated.
    | See 
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
 for more info.
    +---------------- 3 ----------------
    | Traceback (most recent call last):
    |   File "/usr/lib/python3.13/asyncio/base_events.py", line 764, in __del__
    |     _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self)
    |     ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    | ResourceWarning: unclosed event loop <_UnixSelectorEventLoop 
running=False closed=False debug=False>
    | 
    | The above exception was the direct cause of the following exception:
    | 
    | Traceback (most recent call last):
    |   File "/usr/lib/python3/dist-packages/_pytest/unraisableexception.py", 
line 67, in collect_unraisable
    |     warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
    |     ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    | pytest.PytestUnraisableExceptionWarning: Exception ignored in: <function 
BaseEventLoop.__del__ at 0x7fcb855c3ec0>
    | Enable tracemalloc to get traceback where the object was allocated.
    | See 
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
 for more info.
    +------------------------------------
_______________________ test_connection_base_properties ________________________

self = <_UnixSelectorEventLoop running=False closed=False debug=False>
_warn = <built-in function warn>

    def __del__(self, _warn=warnings.warn):
        if not self.is_closed():
>           _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self)
E           ResourceWarning: unclosed event loop <_UnixSelectorEventLoop 
running=False closed=False debug=False>

/usr/lib/python3.13/asyncio/base_events.py:764: ResourceWarning

The above exception was the direct cause of the following exception:

>       lambda: ihook(item=item, **kwds), when=when, reraise=reraise
                ^^^^^^^^^^^^^^^^^^^^^^^^
    )
E   pytest.PytestUnraisableExceptionWarning: Exception ignored in: <function 
BaseEventLoop.__del__ at 0x7fcb855c3ec0>
E   Enable tracemalloc to get traceback where the object was allocated.
E   See 
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
 for more info.

/usr/lib/python3/dist-packages/flaky/flaky_pytest_plugin.py:146: 
PytestUnraisableExceptionWarning
__________________ test_current_url_abs_path_set_other_domain __________________

self = <_UnixSelectorEventLoop running=False closed=False debug=False>
_warn = <built-in function warn>

    def __del__(self, _warn=warnings.warn):
        if not self.is_closed():
>           _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self)
E           ResourceWarning: unclosed event loop <_UnixSelectorEventLoop 
running=False closed=False debug=False>

/usr/lib/python3.13/asyncio/base_events.py:764: ResourceWarning

The above exception was the direct cause of the following exception:

>       lambda: ihook(item=item, **kwds), when=when, reraise=reraise
                ^^^^^^^^^^^^^^^^^^^^^^^^
    )
E   pytest.PytestUnraisableExceptionWarning: Exception ignored in: <function 
BaseEventLoop.__del__ at 0x7fcb855c3ec0>
E   Enable tracemalloc to get traceback where the object was allocated.
E   See 
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
 for more info.

/usr/lib/python3/dist-packages/flaky/flaky_pytest_plugin.py:146: 
PytestUnraisableExceptionWarning
----------------------------- Captured stderr call -----------------------------
INFO - 2025-09-04 20:44:22,208 - httpx - _client - HTTP Request: GET 
http://testserver.local/ "HTTP/1.1 200 OK"
------------------------------ Captured log call -------------------------------
INFO     httpx:_client.py:1025 HTTP Request: GET http://testserver.local/ 
"HTTP/1.1 200 OK"
=============================== warnings summary ===============================
tests/unit/test_concurrency.py::test_trio_uses_limiter
  /usr/lib/python3/dist-packages/_pytest/unraisableexception.py:67: 
PytestUnraisableExceptionWarning: Exception ignored in: <socket.socket fd=22, 
family=1, type=1, proto=0>
  
  Traceback (most recent call last):
    File "/usr/lib/python3.13/unittest/mock.py", line 2247, in __init__
      def __init__(self, name, parent):
      
  ResourceWarning: unclosed <socket.socket fd=22, family=1, type=1, proto=0>
  
  Enable tracemalloc to get traceback where the object was allocated.
  See 
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
 for more info.
    warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))

tests/unit/test_concurrency.py::test_trio_uses_limiter
  /usr/lib/python3/dist-packages/_pytest/unraisableexception.py:67: 
PytestUnraisableExceptionWarning: Exception ignored in: <socket.socket fd=21, 
family=1, type=1, proto=0>
  
  Traceback (most recent call last):
    File "/usr/lib/python3.13/unittest/mock.py", line 2247, in __init__
      def __init__(self, name, parent):
      
  ResourceWarning: unclosed <socket.socket fd=21, family=1, type=1, proto=0>
  
  Enable tracemalloc to get traceback where the object was allocated.
  See 
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
 for more info.
    warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))

tests/unit/test_concurrency.py::test_trio_uses_limiter
  /usr/lib/python3/dist-packages/_pytest/unraisableexception.py:67: 
PytestUnraisableExceptionWarning: Exception ignored in: <socket.socket fd=19, 
family=1, type=1, proto=0>
  
  Traceback (most recent call last):
    File "/usr/lib/python3.13/unittest/mock.py", line 2247, in __init__
      def __init__(self, name, parent):
      
  ResourceWarning: unclosed <socket.socket fd=19, family=1, type=1, proto=0>
  
  Enable tracemalloc to get traceback where the object was allocated.
  See 
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
 for more info.
    warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))

tests/unit/test_concurrency.py::test_trio_uses_limiter
  /usr/lib/python3/dist-packages/_pytest/unraisableexception.py:67: 
PytestUnraisableExceptionWarning: Exception ignored in: <socket.socket fd=18, 
family=1, type=1, proto=0>
  
  Traceback (most recent call last):
    File "/usr/lib/python3.13/unittest/mock.py", line 2247, in __init__
      def __init__(self, name, parent):
      
  ResourceWarning: unclosed <socket.socket fd=18, family=1, type=1, proto=0>
  
  Enable tracemalloc to get traceback where the object was allocated.
  See 
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
 for more info.
    warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))

tests/unit/test_concurrency.py::test_trio_uses_limiter
  /usr/lib/python3/dist-packages/_pytest/unraisableexception.py:67: 
PytestUnraisableExceptionWarning: Exception ignored in: <socket.socket fd=16, 
family=1, type=1, proto=0>
  
  Traceback (most recent call last):
    File "/usr/lib/python3.13/unittest/mock.py", line 2247, in __init__
      def __init__(self, name, parent):
      
  ResourceWarning: unclosed <socket.socket fd=16, family=1, type=1, proto=0>
  
  Enable tracemalloc to get traceback where the object was allocated.
  See 
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
 for more info.
    warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))

tests/unit/test_concurrency.py::test_trio_uses_limiter
  /usr/lib/python3/dist-packages/_pytest/unraisableexception.py:67: 
PytestUnraisableExceptionWarning: Exception ignored in: <socket.socket fd=15, 
family=1, type=1, proto=0>
  
  Traceback (most recent call last):
    File "/usr/lib/python3.13/unittest/mock.py", line 2247, in __init__
      def __init__(self, name, parent):
      
  ResourceWarning: unclosed <socket.socket fd=15, family=1, type=1, proto=0>
  
  Enable tracemalloc to get traceback where the object was allocated.
  See 
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
 for more info.
    warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))

tests/unit/test_connection/test_base.py::test_connection_base_properties
  /usr/lib/python3/dist-packages/_pytest/unraisableexception.py:67: 
PytestUnraisableExceptionWarning: Exception ignored in: <socket.socket fd=18, 
family=1, type=1, proto=0>
  
  Traceback (most recent call last):
    File "/usr/lib/python3.13/typing.py", line 463, in _eval_type
      def _eval_type(t, globalns, localns, type_params=_sentinel, *, 
recursive_guard=frozenset()):
      
  ResourceWarning: unclosed <socket.socket fd=18, family=1, type=1, proto=0>
  
  Enable tracemalloc to get traceback where the object was allocated.
  See 
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
 for more info.
    warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))

tests/unit/test_connection/test_base.py::test_connection_base_properties
  /usr/lib/python3/dist-packages/_pytest/unraisableexception.py:67: 
PytestUnraisableExceptionWarning: Exception ignored in: <socket.socket fd=16, 
family=1, type=1, proto=0>
  
  Traceback (most recent call last):
    File "/usr/lib/python3.13/typing.py", line 463, in _eval_type
      def _eval_type(t, globalns, localns, type_params=_sentinel, *, 
recursive_guard=frozenset()):
      
  ResourceWarning: unclosed <socket.socket fd=16, family=1, type=1, proto=0>
  
  Enable tracemalloc to get traceback where the object was allocated.
  See 
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
 for more info.
    warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))

tests/unit/test_contrib/test_htmx/test_htmx_request.py::test_current_url_abs_path_set_other_domain
  /usr/lib/python3/dist-packages/_pytest/unraisableexception.py:67: 
PytestUnraisableExceptionWarning: Exception ignored in: <socket.socket fd=13, 
family=1, type=1, proto=0>
  
  Traceback (most recent call last):
    File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_litestar/build/litestar/_asgi/routing_trie/mapping.py",
 line 116, in add_route_to_trie
      current_node.child_keys = set(current_node.children.keys())
                                ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ResourceWarning: unclosed <socket.socket fd=13, family=1, type=1, proto=0>
  
  Enable tracemalloc to get traceback where the object was allocated.
  See 
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
 for more info.
    warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))

tests/unit/test_contrib/test_htmx/test_htmx_request.py::test_current_url_abs_path_set_other_domain
  /usr/lib/python3/dist-packages/_pytest/unraisableexception.py:67: 
PytestUnraisableExceptionWarning: Exception ignored in: <socket.socket fd=12, 
family=1, type=1, proto=0>
  
  Traceback (most recent call last):
    File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_litestar/build/litestar/_asgi/routing_trie/mapping.py",
 line 116, in add_route_to_trie
      current_node.child_keys = set(current_node.children.keys())
                                ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ResourceWarning: unclosed <socket.socket fd=12, family=1, type=1, proto=0>
  
  Enable tracemalloc to get traceback where the object was allocated.
  See 
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
 for more info.
    warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/unit/test_concurrency.py::test_trio_uses_limiter - ExceptionGrou...
FAILED tests/unit/test_connection/test_base.py::test_connection_base_properties
FAILED 
tests/unit/test_contrib/test_htmx/test_htmx_request.py::test_current_url_abs_path_set_other_domain
= 3 failed, 4672 passed, 3 skipped, 23 deselected, 1 xfailed, 10 warnings in 
68.73s (0:01:08) =
E: pybuild pybuild:389: test: plugin pyproject failed with:  
[too-long-redacted] rtal and not test_with_stores '
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 
returned exit code 13
make: *** [debian/rules:33: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: litestar
Source-Version: 2.18.0-1
Done: Carsten Schoenert <[email protected]>

We believe that the bug you reported is fixed in the latest version of
litestar, 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 litestar 
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: Sat, 25 Oct 2025 06:38:16 +0200
Source: litestar
Architecture: source
Version: 2.18.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Carsten Schoenert <[email protected]>
Closes: 1114186
Changes:
 litestar (2.18.0-1) unstable; urgency=medium
 .
   * [e11f25b] d/watch: Convert to version 5
   * [b3cc98d] New upstream version 2.18.0
   * [ed12412] d/control: Remove Rules-Requires-Root
     The setting of Rules-Requires-Root: no is now default.
   * [f2233d3] d/rules: Drop some more tests
     (Closes: #1114186)
   * [50cbc36] d/rules: Ignore also 'ResourceWarning' while tests
Checksums-Sha1:
 b42464febf4c3f46d9294d1ebc6a13157eb5ab87 4365 litestar_2.18.0-1.dsc
 ab37944223cafe2e23f3188aee31a2dc6fcf0718 2792662 litestar_2.18.0.orig.tar.gz
 bae84b0ff5d146fdf788eda7e4e2017d09a4f6e8 9648 litestar_2.18.0-1.debian.tar.xz
 8449bab5f4d09fdd2b82a89661943a24d479d46d 11089 
litestar_2.18.0-1_amd64.buildinfo
Checksums-Sha256:
 a08e1c83f604ddce8d6b4efd563a82272fbd5c1703d26f436bed9e021b6dafd8 4365 
litestar_2.18.0-1.dsc
 94bb9f52f7eec02e550fc6d18b0efeed42f1d3948de2e394fb349d62a188815f 2792662 
litestar_2.18.0.orig.tar.gz
 90eab4fe5057e92d18fa2f260045b10a2513bca14bb7556287c854f0b6fc7048 9648 
litestar_2.18.0-1.debian.tar.xz
 5f474cfda005424937e5dfd7ec378f67657b89e5c1475ad5aecb1d38338359d7 11089 
litestar_2.18.0-1_amd64.buildinfo
Files:
 d3233489291432d052ad805d625ce57c 4365 python optional litestar_2.18.0-1.dsc
 d8f0e224d70b9e0b5861f5f49ed801d1 2792662 python optional 
litestar_2.18.0.orig.tar.gz
 15530d531216e99088b4c239dad8a10f 9648 python optional 
litestar_2.18.0-1.debian.tar.xz
 e11f181e3f9fc5fdefe72ccef4081fac 11089 python optional 
litestar_2.18.0-1_amd64.buildinfo

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

iQJMBAEBCgA2FiEEtw38bxNP7PwBHmKqgwFgFCUdHbAFAmj8aMQYHGMuc2Nob2Vu
ZXJ0QHQtb25saW5lLmRlAAoJEIMBYBQlHR2wBJEQAIEn9FYLKJ8z6J6VPA4uS9Ua
Gq7iXFZEoNxm2PoXfDiL/cSYpv7cUAV9A0QGxIXx+mNU1e8wXNM6Xt1ZYNFjn4HB
5OwiF4bU61AQojwhgRoNJmk7YrbDLwSURcVeA5IRvXlw8M83nVDGbOIgkWD9EEnW
Aa8wxH/UNYIUz2Qr6v0zyjnRfddgK9ydhkCDmPCJo8XJiGElpqhV6x7YVa4sxOUK
86uKPY+s6lc3Ns1uVrrELXNflMAv8g6wX+M1C/2W/UFmiRfxwpLqZeneqadinI8z
r7uUApKg+BhVOEGQwe+nV5Ha5ICRMrpq6yd8SVn9lEHTWAc0AaR3r1bnYXRW9LQr
HG7VLDWAnt/lB9XmIq3yl8rCHqkDtvOZDgi+eWSHEhGWyV6sKKb4mJytQ3WwEBgK
iE4uVkYZ3WI0W1FdT8uFf6Dzl9Koq9vpmLw0913xD61Tyu1frXPma8yCJrDGaozE
wEVRrbvlFpJ/SCOfOqBjmMB26LHCBmEMDk7INUN/gH47706GqtOsfV9bEIIRe/fB
ALfsjlcxjP3ROtLkZ9QIFZufHBJv/sdcGxUW4SreAEmK/AABxiu4EfhqBtIPvboN
wnyvlH9QlDJHDbDe5nPIfayPANQc9qDEIbJ5EXEJx7kg9Xu830VuHU8tW8c/DFAq
gPZ0ElRRWXtn6/ZPhyue
=8sRE
-----END PGP SIGNATURE-----

Attachment: pgpKCnho6mDD0.pgp
Description: PGP signature


--- End Message ---

Reply via email to