Your message dated Sun, 30 Nov 2025 13:21:36 +0000
with message-id <[email protected]>
and subject line Bug#1114284: fixed in pytest-mypy-testing 0.1.3-3
has caused the Debian Bug report #1114284,
regarding pytest-mypy-testing: FTBFS: 
tests/test_message.py::test_message_from_output[z.py:1:2: error: 
fubar-error-fubar] PASSED [ 43%]
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.)


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

[... snipped ...]

hook_name  = 'pytest_runtest_call'
res        = <generator object pytest_runtest_call at 0x7ff7b44a1ee0>
result     = []
results    = []
teardown   = <generator object LoggingPlugin.pytest_runtest_call at 
0x7ff7d0aa1a80>
teardowns  = [<generator object LoggingPlugin.pytest_runtest_call at 
0x7ff7d0aa1a80>,
 <generator object CaptureManager.pytest_runtest_call at 0x7ff7d0aa26c0>,
 <generator object pytest_runtest_call at 0x7ff7b44a1ee0>]

/usr/lib/python3/dist-packages/pluggy/_callers.py:121: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

item = <PytestMypyTestItem 
[mypy]mypy_test_use_reveal_type__int_list_var__with__inferred_asterisk>

    def pytest_runtest_call(item: Item) -> None:
        _update_current_test_var(item, "call")
        try:
            del sys.last_type
            del sys.last_value
            del sys.last_traceback
            if sys.version_info >= (3, 12, 0):
                del sys.last_exc  # type:ignore[attr-defined]
        except AttributeError:
            pass
        try:
>           item.runtest()

item       = <PytestMypyTestItem 
[mypy]mypy_test_use_reveal_type__int_list_var__with__inferred_asterisk>

/usr/lib/python3/dist-packages/_pytest/runner.py:178: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <PytestMypyTestItem 
[mypy]mypy_test_use_reveal_type__int_list_var__with__inferred_asterisk>

    def runtest(self) -> None:
>       returncode, actual_messages = self.parent.run_mypy(self.mypy_item)
                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

self       = <PytestMypyTestItem 
[mypy]mypy_test_use_reveal_type__int_list_var__with__inferred_asterisk>

pytest_mypy_testing/plugin.py:64: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <PytestMypyFile test_basics.mypy-testing>
item = 
MypyTestItem(name='mypy_test_use_reveal_type__int_list_var__with__inferred_asterisk',
 lineno=71, end_lineno=74, expect...', error_code=None)], 
func_node=<ast.FunctionDef object at 0x7ff7d96829d0>, marks={'mypy_testing'}, 
actual_messages=[])

    def run_mypy(self, item: MypyTestItem) -> Tuple[int, List[Message]]:
        if self._mypy_result is None:
>           self._mypy_result = self._run_mypy(self.path)
                                ^^^^^^^^^^^^^^^^^^^^^^^^^

item       = 
MypyTestItem(name='mypy_test_use_reveal_type__int_list_var__with__inferred_asterisk',
             lineno=71,
             end_lineno=74,
             
expected_messages=[Message(filename='/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_basics.mypy-testing',
                                        lineno=74,
                                        colno=None,
                                        severity=Severity.NOTE,
                                        message='Revealed type is '
                                                
"'builtins.list[builtins.int*]'",
                                        
revealed_type='builtins.list[builtins.int]',
                                        error_code=None)],
             func_node=<ast.FunctionDef object at 0x7ff7d96829d0>,
             marks={'mypy_testing'},
             actual_messages=[])
self       = <PytestMypyFile test_basics.mypy-testing>

pytest_mypy_testing/plugin.py:136: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <PytestMypyFile test_basics.mypy-testing>
filename = 
PosixPath('/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_basics.mypy-testing')

    def _run_mypy(self, filename: Union[pathlib.Path, os.PathLike, str]) -> 
MypyResult:
        filename = pathlib.Path(filename)
        with tempfile.TemporaryDirectory(prefix="pytest-mypy-testing-") as 
tmp_dir_name:
            mypy_cache_dir = os.path.join(tmp_dir_name, "mypy_cache")
            os.makedirs(mypy_cache_dir)
    
            mypy_args = [
                "--cache-dir={}".format(mypy_cache_dir),
                "--check-untyped-defs",
                "--hide-error-context",
                "--no-color-output",
                "--no-error-summary",
                "--no-pretty",
                "--soft-error-limit=-1",
                "--no-silence-site-packages",
                "--no-warn-unused-configs",
                "--show-column-numbers",
                "--show-error-codes",
                "--show-traceback",
                str(filename),
            ]
    
            out, err, returncode = mypy.api.run(mypy_args)
    
        lines = (out + err).splitlines()
    
        file_messages = [
            msg
>           for msg in map(Message.from_output, lines)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
            if (msg.filename == self.mypy_file.filename)
            and not (
                msg.severity is Severity.NOTE
                and msg.message
                == "See 
https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports";
            )
        ]

err        = ('../../../mypy.ini: [mypy]: python_version: Python 3.8 is not 
supported (must '
 'be 3.9 or higher)\n')
filename   = 
PosixPath('/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_basics.mypy-testing')
lines      = ['tests/test_basics.mypy-testing:11:11: error: Incompatible types 
in '
 'assignment (expression has type "int", variable has type "str")  '
 '[assignment]',
 'tests/test_basics.mypy-testing:17:11: error: Incompatible types in '
 'assignment (expression has type "int", variable has type "str")  '
 '[assignment]',
 'tests/test_basics.mypy-testing:24:11: error: Incompatible types in '
 'assignment (expression has type "int", variable has type "str")  '
 '[assignment]',
 'tests/test_basics.mypy-testing:30:11: error: Incompatible types in '
 'assignment (expression has type "int", variable has type "str")  '
 '[assignment]',
 'tests/test_basics.mypy-testing:37:11: error: Incompatible types in '
 'assignment (expression has type "int", variable has type "str")  '
 '[assignment]',
 'tests/test_basics.mypy-testing:44:11: error: Incompatible types in '
 'assignment (expression has type "int", variable has type "str")  '
 '[assignment]',
 'tests/test_basics.mypy-testing:49:17: note: Revealed type is "Literal[123]?"',
 'tests/test_basics.mypy-testing:50:17: note: Revealed type is "Literal[456]?"',
 'tests/test_basics.mypy-testing:56:17: note: Revealed type is '
 '"builtins.float"',
 'tests/test_basics.mypy-testing:62:17: note: Revealed type is "builtins.int"',
 'tests/test_basics.mypy-testing:68:17: note: Revealed type is '
 '"builtins.list[builtins.int]"',
 'tests/test_basics.mypy-testing:74:17: note: Revealed type is '
 '"builtins.list[builtins.int]"',
 'tests/test_basics.mypy-testing:80:17: note: Revealed type is "Literal[123]?"',
 'tests/test_basics.mypy-testing:81:17: note: Revealed type is "Literal[456]?"',
 'tests/test_basics.mypy-testing:87:17: note: Revealed type is "Literal[456]?"',
 'tests/test_basics.mypy-testing:99:17: note: Revealed type is '
 '"builtins.list[Never]"',
 '../../../mypy.ini: [mypy]: python_version: Python 3.8 is not supported (must '
 'be 3.9 or higher)']
mypy_args  = ['--cache-dir=/tmp/pytest-mypy-testing-ik2cmi4_/mypy_cache',
 '--check-untyped-defs',
 '--hide-error-context',
 '--no-color-output',
 '--no-error-summary',
 '--no-pretty',
 '--soft-error-limit=-1',
 '--no-silence-site-packages',
 '--no-warn-unused-configs',
 '--show-column-numbers',
 '--show-error-codes',
 '--show-traceback',
 '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_basics.mypy-testing']
mypy_cache_dir = '/tmp/pytest-mypy-testing-ik2cmi4_/mypy_cache'
out        = ('tests/test_basics.mypy-testing:11:11: error: Incompatible types 
in '
 'assignment (expression has type "int", variable has type "str")  '
 '[assignment]\n'
 'tests/test_basics.mypy-testing:17:11: error: Incompatible types in '
 'assignment (expression has type "int", variable has type "str")  '
 '[assignment]\n'
 'tests/test_basics.mypy-testing:24:11: error: Incompatible types in '
 'assignment (expression has type "int", variable has type "str")  '
 '[assignment]\n'
 'tests/test_basics.mypy-testing:30:11: error: Incompatible types in '
 'assignment (expression has type "int", variable has type "str")  '
 '[assignment]\n'
 'tests/test_basics.mypy-testing:37:11: error: Incompatible types in '
 'assignment (expression has type "int", variable has type "str")  '
 '[assignment]\n'
 'tests/test_basics.mypy-testing:44:11: error: Incompatible types in '
 'assignment (expression has type "int", variable has type "str")  '
 '[assignment]\n'
 'tests/test_basics.mypy-testing:49:17: note: Revealed type is '
 '"Literal[123]?"\n'
 'tests/test_basics.mypy-testing:50:17: note: Revealed type is '
 '"Literal[456]?"\n'
 'tests/test_basics.mypy-testing:56:17: note: Revealed type is '
 '"builtins.float"\n'
 'tests/test_basics.mypy-testing:62:17: note: Revealed type is "builtins.int"\n'
 'tests/test_basics.mypy-testing:68:17: note: Revealed type is '
 '"builtins.list[builtins.int]"\n'
 'tests/test_basics.mypy-testing:74:17: note: Revealed type is '
 '"builtins.list[builtins.int]"\n'
 'tests/test_basics.mypy-testing:80:17: note: Revealed type is '
 '"Literal[123]?"\n'
 'tests/test_basics.mypy-testing:81:17: note: Revealed type is '
 '"Literal[456]?"\n'
 'tests/test_basics.mypy-testing:87:17: note: Revealed type is '
 '"Literal[456]?"\n'
 'tests/test_basics.mypy-testing:99:17: note: Revealed type is '
 '"builtins.list[Never]"\n')
returncode = 1
self       = <PytestMypyFile test_basics.mypy-testing>
tmp_dir_name = '/tmp/pytest-mypy-testing-ik2cmi4_'

pytest_mypy_testing/plugin.py:173: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

cls = <class 'pytest_mypy_testing.message.Message'>
line = '../../../mypy.ini: [mypy]: python_version: Python 3.8 is not supported 
(must be 3.9 or higher)'

    @classmethod
    def from_output(cls, line: str) -> "Message":
        """Create message object from mypy output line.
    
        >>> m = Message.from_output("z.py:1: note: bar")
        >>> (m.lineno, m.colno, m.severity, m.message, m.revealed_type, 
m.error_code)
        (1, None, Severity.NOTE, 'bar', None, None)
    
        >>> m = Message.from_output("z.py:1:13: note: bar")
        >>> (m.lineno, m.colno, m.severity, m.message, m.revealed_type, 
m.error_code)
        (1, 13, Severity.NOTE, 'bar', None, None)
    
        >>> m = Message.from_output("z.py:1: note: Revealed type is 'bar'")
        >>> (m.lineno, m.colno, m.severity, m.message, m.revealed_type, 
m.error_code)
        (1, None, Severity.NOTE, "Revealed type is 'bar'", 'bar', None)
    
        >>> m = Message.from_output('z.py:1: note: Revealed type is "bar"')
        >>> (m.lineno, m.colno, m.severity, m.message, m.revealed_type, 
m.error_code)
        (1, None, Severity.NOTE, 'Revealed type is "bar"', 'bar', None)
    
        >>> m = Message.from_output("z.py:1:13: error: bar [baz]")
        >>> (m.lineno, m.colno, m.severity, m.message, m.revealed_type, 
m.error_code)
        (1, 13, Severity.ERROR, 'bar', None, 'baz')
    
        """
        m = cls.OUTPUT_RE.match(line)
        if not m:
>           raise ValueError("Not a valid mypy message")
E           ValueError: Not a valid mypy message

cls        = <class 'pytest_mypy_testing.message.Message'>
line       = ('../../../mypy.ini: [mypy]: python_version: Python 3.8 is not 
supported (must '
 'be 3.9 or higher)')
m          = None

pytest_mypy_testing/message.py:295: ValueError
============================= slowest 20 durations =============================
5.30s call     
tests/test_file_with_nonitem_messages.mypy-testing::[mypy]mypy_test_xfail_unexpected_note
5.06s call     
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_list_var
4.78s call     
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_only_error_code__error_code_does_not_match
3.25s call     
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_list_var__with__inferred_asterisk
3.15s call     
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_no_message_and_no_error_code
2.99s call     
tests/test_basics.mypy-testing::[mypy]mypy_test_xfail_unexpected_note
2.94s call     
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_only_error_code
2.94s call     
tests/test_basics.mypy-testing::[mypy]mypy_test_xfail_missing_note
2.90s call     
tests/test_basics.mypy-testing::[mypy]mypy_test_xfail_wrong_reveal_type
2.90s call     tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type
2.87s call     
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_var
2.83s call     
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_with_error_code
2.83s call     
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_with_error_code__message_does_not_match
2.80s call     
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__float_var
2.70s call     
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment
0.00s setup    tests/test_parser.py::test_parse_file_basic_call_works_with_py37
0.00s call     tests/test_parser.py::test_parse_file_basic_call_works_with_py37
0.00s call     tests/test_plugin.py::test_pytest_collect_file[test_z.py]
0.00s call     
tests/test_plugin.py::test_pytest_collect_file_not_test_file_name[z.py]
0.00s call     
tests/test_plugin.py::test_pytest_collect_file[test_z.mypy-testing]
=========================== short test summary info ============================
FAILED tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment - 
ValueError: Not a valid mypy message
FAILED 
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_with_error_code
 - ValueError: Not a valid mypy message
FAILED 
tests/test_basics.mypy-testing::[mypy]mypy_test_invalid_assignment_only_error_code
 - ValueError: Not a valid mypy message
FAILED tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type - 
ValueError: Not a valid mypy message
FAILED 
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__float_var - 
ValueError: Not a valid mypy message
FAILED tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_var 
- ValueError: Not a valid mypy message
FAILED 
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_list_var - 
ValueError: Not a valid mypy message
FAILED 
tests/test_basics.mypy-testing::[mypy]mypy_test_use_reveal_type__int_list_var__with__inferred_asterisk
 - ValueError: Not a valid mypy message
============= 8 failed, 53 passed, 1 skipped, 7 xfailed in 51.12s ==============
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:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: pytest-mypy-testing
Source-Version: 0.1.3-3
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pytest-mypy-testing, 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-mypy-testing 
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, 30 Nov 2025 13:07:29 +0000
Source: pytest-mypy-testing
Architecture: source
Version: 0.1.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1114284
Changes:
 pytest-mypy-testing (0.1.3-3) unstable; urgency=medium
 .
   * Team upload.
   * Target Python 3.9 when running tests (closes: #1114284).
   * Drop "Rules-Requires-Root: no", default as of dpkg-dev 1.22.13.
   * Standards-Version: 4.7.2.
Checksums-Sha1:
 d9f268f2ca0977a8a0b7824a443e724fa9596173 2474 pytest-mypy-testing_0.1.3-3.dsc
 6da7298563335879f4fdfd5997461d83281ceadf 2624 
pytest-mypy-testing_0.1.3-3.debian.tar.xz
 a10da2b6b4b022e96ae3c40289badbca1ff19662 53128 
pytest-mypy-testing_0.1.3-3.git.tar.xz
 a0f29eaac04ddbeccb68dc2d0d829d1478077604 18266 
pytest-mypy-testing_0.1.3-3_source.buildinfo
Checksums-Sha256:
 3771bb80ecf9e4710f307d31d79ba2c913673f21b777a97b058faec6e7c33d06 2474 
pytest-mypy-testing_0.1.3-3.dsc
 325c90cf8b9ea83a7f7c2b8b67d75c61e943678f3e1f74ab6574c83684f57ddb 2624 
pytest-mypy-testing_0.1.3-3.debian.tar.xz
 becd6ad25b155e78d7276452cf6c4ad3325335a552eee6ab4fb63720a1774aff 53128 
pytest-mypy-testing_0.1.3-3.git.tar.xz
 afc0ac1fdeeaef77ca9c2636accb83454a392180c8c65bf796a386a6fb9482e1 18266 
pytest-mypy-testing_0.1.3-3_source.buildinfo
Files:
 09508c1be6253b9cfe96766097a8f01f 2474 python optional 
pytest-mypy-testing_0.1.3-3.dsc
 1b710d6ad90eeb1ef5f9c4da90498a4f 2624 python optional 
pytest-mypy-testing_0.1.3-3.debian.tar.xz
 d9df7724d56376d86a14dd0ce2a931b4 53128 python optional 
pytest-mypy-testing_0.1.3-3.git.tar.xz
 83a4390facd2b0af615f277e43b4aba7 18266 python optional 
pytest-mypy-testing_0.1.3-3_source.buildinfo
Git-Tag-Info: tag=9ee36e21de4b9c484b5c79962e0184ab7f05280c 
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>

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

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmksQhQACgkQYG0ITkaD
wHn8xw/9EdRZY63Dx94FHSgNuLXz+8e++6N95h9TuZu1vnZVBmyg+nV6FcoAb65/
/K+xAbII8EE1yCJ+0hcaGh2ajE5vF3jJ2I0M8eAbGkj5BkieBQabRN9VXxAoZ5NT
M0/LSYigmrHt75X8h9TfpdNlvqRFQab6TaaHRn2im3yL7u0m7quzEGVIe8Jb8P6I
YWdeD+LZ/IZw/3oBpZA5Qe3oiYuTHKtwr4Cit04ZHOROyY9M6JEbuMZKr6L/wu5V
O6sDWE9AGAQQF+3wdgXdvxQAiLsxdhRfO5A42npsf8q/StblexTXDjeKZm//L5Xw
45ESiGt/fjdNyOlaW/Li4ERWNbaWwL3BeSHOcSuAUmA3Xna0NwPigdHl4MVteswk
zc0qx5T8D0NgmgsRIA01SdAm5L1YxB4UxX3EvAd0tzygU+DaV5l+7Z+XgMLRWohG
Bdy/HweYZcml38vj1csfJ646z74W0dXMoWmrvVGwImoouGAxdT8B09eyDNw1KS+B
YpxnWzCbeBcJuT8vAbNe5bTuRh6s7lFkAHyOeZ5xXR6yyMbzBuuHqUC1TjsH41/C
76INRhiAMQYAueCkFWxzyD5dnO2fQabDahnlLLO886ykj6d6rFl+dUaA9OP+/dKG
UZ5sT8SHi8O1VI5/o9ZiOzbWy3gnvEMYLoraQpMWLCzN1pffYvg=
=1reP
-----END PGP SIGNATURE-----

Attachment: pgpQ7QuvtrBk_.pgp
Description: PGP signature


--- End Message ---

Reply via email to