Your message dated Mon, 10 Nov 2025 14:39:46 +0000
with message-id <[email protected]>
and subject line Bug#1120204: fixed in python-argcomplete 3.6.3-1
has caused the Debian Bug report #1120204,
regarding python-argcomplete: FTBFS: test.py: error: too few arguments
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.)


-- 
1120204: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1120204
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-argcomplete
Version: 3.6.2-1
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/202511/

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-argcomplete, 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_argcomplete  
* Building wheel...
Successfully built argcomplete-3.6.2-py3-none-any.whl

[... snipped ...]

======================================================================
FAIL: test_console_script_package_wheel 
(__main__.TestZshGlobalExplicit.test_console_script_package_wheel)
Test completing a console_script for a package from a wheel.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/test/test.py", line 1415, in 
test_console_script_package_wheel
    self._test_console_script(package=True, wheel=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/<<PKGBUILDDIR>>/test/test.py", line 1394, in _test_console_script
    self.assertEqual(self.sh.run_command("echo $?"), "0\r\n", install_output)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '1\r\n' != '0\r\n'
- 1

+ 0

 : Processing /<<PKGBUILDDIR>>/test/test_package

  Installing build dependencies ... [?25l- \ | / - error

  error: subprocess-exited-with-error

  

  × installing build dependencies did not run successfully.

  │ exit code: 1

  ╰─> [7 lines of output]

      WARNING: Retrying (Retry(total=4, connect=None, read=None, 
redirect=None, status=None)) after connection broken by 'ProxyError('Cannot 
connect to proxy.', 
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7fa446435fd0>: Failed to establish a new connection: [Errno 111] Connection 
refused'))': /simple/setuptools/

      WARNING: Retrying (Retry(total=3, connect=None, read=None, 
redirect=None, status=None)) after connection broken by 'ProxyError('Cannot 
connect to proxy.', 
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7fa4465fa350>: Failed to establish a new connection: [Errno 111] Connection 
refused'))': /simple/setuptools/

      WARNING: Retrying (Retry(total=2, connect=None, read=None, 
redirect=None, status=None)) after connection broken by 'ProxyError('Cannot 
connect to proxy.', 
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7fa4465fa490>: Failed to establish a new connection: [Errno 111] Connection 
refused'))': /simple/setuptools/

      WARNING: Retrying (Retry(total=1, connect=None, read=None, 
redirect=None, status=None)) after connection broken by 'ProxyError('Cannot 
connect to proxy.', 
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7fa4465fa5d0>: Failed to establish a new connection: [Errno 111] Connection 
refused'))': /simple/setuptools/

      WARNING: Retrying (Retry(total=0, connect=None, read=None, 
redirect=None, status=None)) after connection broken by 'ProxyError('Cannot 
connect to proxy.', 
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7fa4465fa710>: Failed to establish a new connection: [Errno 111] Connection 
refused'))': /simple/setuptools/

      ERROR: Could not find a version that satisfies the requirement 
setuptools>=40.8.0 (from versions: none)

      ERROR: No matching distribution found for setuptools>=40.8.0

      [end of output]

  

  note: This error originates from a subprocess, and is likely not a 
problem with pip.

ERROR: Failed to build 'file:///<<PKGBUILDDIR>>/test/test_package' when 
installing build dependencies

[?25h

======================================================================
FAIL: test_console_script_module 
(__main__.TestZshGlobalImplicit.test_console_script_module)
Test completing a console_script for a module.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/test/test.py", line 1403, in test_console_script_module
    self._test_console_script()
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/<<PKGBUILDDIR>>/test/test.py", line 1394, in _test_console_script
    self.assertEqual(self.sh.run_command("echo $?"), "0\r\n", install_output)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '1\r\n' != '0\r\n'
- 1

+ 0

 : Processing /<<PKGBUILDDIR>>/test/test_package

  Installing build dependencies ... [?25l- \ | / - error

  error: subprocess-exited-with-error

  

  × installing build dependencies did not run successfully.

  │ exit code: 1

  ╰─> [7 lines of output]

      WARNING: Retrying (Retry(total=4, connect=None, read=None, 
redirect=None, status=None)) after connection broken by 'ProxyError('Cannot 
connect to proxy.', 
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7fba4a2f5fd0>: Failed to establish a new connection: [Errno 111] Connection 
refused'))': /simple/setuptools/

      WARNING: Retrying (Retry(total=3, connect=None, read=None, 
redirect=None, status=None)) after connection broken by 'ProxyError('Cannot 
connect to proxy.', 
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7fba4a4ba350>: Failed to establish a new connection: [Errno 111] Connection 
refused'))': /simple/setuptools/

      WARNING: Retrying (Retry(total=2, connect=None, read=None, 
redirect=None, status=None)) after connection broken by 'ProxyError('Cannot 
connect to proxy.', 
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7fba4a4ba490>: Failed to establish a new connection: [Errno 111] Connection 
refused'))': /simple/setuptools/

      WARNING: Retrying (Retry(total=1, connect=None, read=None, 
redirect=None, status=None)) after connection broken by 'ProxyError('Cannot 
connect to proxy.', 
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7fba4a4ba5d0>: Failed to establish a new connection: [Errno 111] Connection 
refused'))': /simple/setuptools/

      WARNING: Retrying (Retry(total=0, connect=None, read=None, 
redirect=None, status=None)) after connection broken by 'ProxyError('Cannot 
connect to proxy.', 
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7fba4a4ba710>: Failed to establish a new connection: [Errno 111] Connection 
refused'))': /simple/setuptools/

      ERROR: Could not find a version that satisfies the requirement 
setuptools>=40.8.0 (from versions: none)

      ERROR: No matching distribution found for setuptools>=40.8.0

      [end of output]

  

  note: This error originates from a subprocess, and is likely not a 
problem with pip.

ERROR: Failed to build 'file:///<<PKGBUILDDIR>>/test/test_package' when 
installing build dependencies

[?25h

======================================================================
FAIL: test_console_script_module_wheel 
(__main__.TestZshGlobalImplicit.test_console_script_module_wheel)
Test completing a console_script for a module from a wheel.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/test/test.py", line 1411, in 
test_console_script_module_wheel
    self._test_console_script(wheel=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
  File "/<<PKGBUILDDIR>>/test/test.py", line 1394, in _test_console_script
    self.assertEqual(self.sh.run_command("echo $?"), "0\r\n", install_output)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '1\r\n' != '0\r\n'
- 1

+ 0

 : Processing /<<PKGBUILDDIR>>/test/test_package

  Installing build dependencies ... [?25l- \ | / - error

  error: subprocess-exited-with-error

  

  × installing build dependencies did not run successfully.

  │ exit code: 1

  ╰─> [7 lines of output]

      WARNING: Retrying (Retry(total=4, connect=None, read=None, 
redirect=None, status=None)) after connection broken by 'ProxyError('Cannot 
connect to proxy.', 
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f82e03edfd0>: Failed to establish a new connection: [Errno 111] Connection 
refused'))': /simple/setuptools/

      WARNING: Retrying (Retry(total=3, connect=None, read=None, 
redirect=None, status=None)) after connection broken by 'ProxyError('Cannot 
connect to proxy.', 
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f82e05b2350>: Failed to establish a new connection: [Errno 111] Connection 
refused'))': /simple/setuptools/

      WARNING: Retrying (Retry(total=2, connect=None, read=None, 
redirect=None, status=None)) after connection broken by 'ProxyError('Cannot 
connect to proxy.', 
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f82e05b2490>: Failed to establish a new connection: [Errno 111] Connection 
refused'))': /simple/setuptools/

      WARNING: Retrying (Retry(total=1, connect=None, read=None, 
redirect=None, status=None)) after connection broken by 'ProxyError('Cannot 
connect to proxy.', 
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f82e05b25d0>: Failed to establish a new connection: [Errno 111] Connection 
refused'))': /simple/setuptools/

      WARNING: Retrying (Retry(total=0, connect=None, read=None, 
redirect=None, status=None)) after connection broken by 'ProxyError('Cannot 
connect to proxy.', 
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f82e05b2710>: Failed to establish a new connection: [Errno 111] Connection 
refused'))': /simple/setuptools/

      ERROR: Could not find a version that satisfies the requirement 
setuptools>=40.8.0 (from versions: none)

      ERROR: No matching distribution found for setuptools>=40.8.0

      [end of output]

  

  note: This error originates from a subprocess, and is likely not a 
problem with pip.

ERROR: Failed to build 'file:///<<PKGBUILDDIR>>/test/test_package' when 
installing build dependencies

[?25h

======================================================================
FAIL: test_console_script_package 
(__main__.TestZshGlobalImplicit.test_console_script_package)
Test completing a console_script for a package.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/test/test.py", line 1407, in 
test_console_script_package
    self._test_console_script(package=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "/<<PKGBUILDDIR>>/test/test.py", line 1394, in _test_console_script
    self.assertEqual(self.sh.run_command("echo $?"), "0\r\n", install_output)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '1\r\n' != '0\r\n'
- 1

+ 0

 : Processing /<<PKGBUILDDIR>>/test/test_package

  Installing build dependencies ... [?25l- \ | / - error

  error: subprocess-exited-with-error

  

  × installing build dependencies did not run successfully.

  │ exit code: 1

  ╰─> [7 lines of output]

      WARNING: Retrying (Retry(total=4, connect=None, read=None, 
redirect=None, status=None)) after connection broken by 'ProxyError('Cannot 
connect to proxy.', 
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f99b5a35fd0>: Failed to establish a new connection: [Errno 111] Connection 
refused'))': /simple/setuptools/

      WARNING: Retrying (Retry(total=3, connect=None, read=None, 
redirect=None, status=None)) after connection broken by 'ProxyError('Cannot 
connect to proxy.', 
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f99b5bfa350>: Failed to establish a new connection: [Errno 111] Connection 
refused'))': /simple/setuptools/

      WARNING: Retrying (Retry(total=2, connect=None, read=None, 
redirect=None, status=None)) after connection broken by 'ProxyError('Cannot 
connect to proxy.', 
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f99b5bfa490>: Failed to establish a new connection: [Errno 111] Connection 
refused'))': /simple/setuptools/

      WARNING: Retrying (Retry(total=1, connect=None, read=None, 
redirect=None, status=None)) after connection broken by 'ProxyError('Cannot 
connect to proxy.', 
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f99b5bfa5d0>: Failed to establish a new connection: [Errno 111] Connection 
refused'))': /simple/setuptools/

      WARNING: Retrying (Retry(total=0, connect=None, read=None, 
redirect=None, status=None)) after connection broken by 'ProxyError('Cannot 
connect to proxy.', 
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f99b5bfa710>: Failed to establish a new connection: [Errno 111] Connection 
refused'))': /simple/setuptools/

      ERROR: Could not find a version that satisfies the requirement 
setuptools>=40.8.0 (from versions: none)

      ERROR: No matching distribution found for setuptools>=40.8.0

      [end of output]

  

  note: This error originates from a subprocess, and is likely not a 
problem with pip.

ERROR: Failed to build 'file:///<<PKGBUILDDIR>>/test/test_package' when 
installing build dependencies

[?25h

======================================================================
FAIL: test_console_script_package_wheel 
(__main__.TestZshGlobalImplicit.test_console_script_package_wheel)
Test completing a console_script for a package from a wheel.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/test/test.py", line 1415, in 
test_console_script_package_wheel
    self._test_console_script(package=True, wheel=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/<<PKGBUILDDIR>>/test/test.py", line 1394, in _test_console_script
    self.assertEqual(self.sh.run_command("echo $?"), "0\r\n", install_output)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '1\r\n' != '0\r\n'
- 1

+ 0

 : Processing /<<PKGBUILDDIR>>/test/test_package

  Installing build dependencies ... [?25l- \ | / - error

  error: subprocess-exited-with-error

  

  × installing build dependencies did not run successfully.

  │ exit code: 1

  ╰─> [7 lines of output]

      WARNING: Retrying (Retry(total=4, connect=None, read=None, 
redirect=None, status=None)) after connection broken by 'ProxyError('Cannot 
connect to proxy.', 
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f6c469f5fd0>: Failed to establish a new connection: [Errno 111] Connection 
refused'))': /simple/setuptools/

      WARNING: Retrying (Retry(total=3, connect=None, read=None, 
redirect=None, status=None)) after connection broken by 'ProxyError('Cannot 
connect to proxy.', 
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f6c46bba350>: Failed to establish a new connection: [Errno 111] Connection 
refused'))': /simple/setuptools/

      WARNING: Retrying (Retry(total=2, connect=None, read=None, 
redirect=None, status=None)) after connection broken by 'ProxyError('Cannot 
connect to proxy.', 
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f6c46bba490>: Failed to establish a new connection: [Errno 111] Connection 
refused'))': /simple/setuptools/

      WARNING: Retrying (Retry(total=1, connect=None, read=None, 
redirect=None, status=None)) after connection broken by 'ProxyError('Cannot 
connect to proxy.', 
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f6c46bba5d0>: Failed to establish a new connection: [Errno 111] Connection 
refused'))': /simple/setuptools/

      WARNING: Retrying (Retry(total=0, connect=None, read=None, 
redirect=None, status=None)) after connection broken by 'ProxyError('Cannot 
connect to proxy.', 
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7f6c46bba710>: Failed to establish a new connection: [Errno 111] Connection 
refused'))': /simple/setuptools/

      ERROR: Could not find a version that satisfies the requirement 
setuptools>=40.8.0 (from versions: none)

      ERROR: No matching distribution found for setuptools>=40.8.0

      [end of output]

  

  note: This error originates from a subprocess, and is likely not a 
problem with pip.

ERROR: Failed to build 'file:///<<PKGBUILDDIR>>/test/test_package' when 
installing build dependencies

[?25h

----------------------------------------------------------------------
Ran 189 tests in 198.891s

FAILED (failures=12, skipped=12, expected failures=5)
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_argcomplete/build; 
PATH={home_dir}/scripts:$PATH PYTHONPATH={build_dir} {interpreter} 
{dir}/test/test.py -v
dh_auto_test: error: pybuild --test -i python{version} -p 3.13 returned exit 
code 13
make: *** [debian/rules:18: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-argcomplete
Source-Version: 3.6.3-1
Done: Marc Dequènes (Duck) <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-argcomplete, 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.
Marc Dequènes (Duck) <[email protected]> (supplier of updated 
python-argcomplete 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, 10 Nov 2025 23:15:13 +0900
Source: python-argcomplete
Architecture: source
Version: 3.6.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Marc Dequènes (Duck) <[email protected]>
Closes: 1120204
Changes:
 python-argcomplete (3.6.3-1) unstable; urgency=medium
 .
   * New upstream release:
     - refreshed patches.
   * pip install's new isolated environment breaks some tests:
     - disable isolated environment
     - also install python3-setuptools since it was split
     (Closes: #1120204)
   * Move bash completion script from obsolete /etc/bash_completion.d/ to
     /usr/share/bash-completion/completions/.
Checksums-Sha1:
 a9d1b6dd45d854d49aa0107558bc12534720c294 2429 python-argcomplete_3.6.3-1.dsc
 70990a04a856dfb9262eb74920c59404fb4cf88f 73754 
python-argcomplete_3.6.3.orig.tar.gz
 1a8184dacff0bdb7b422100b06c603cba6ca03cb 7452 
python-argcomplete_3.6.3-1.debian.tar.xz
 dedc55da41cf24f9d8d31ea9b1d872a234ffb79a 7226 
python-argcomplete_3.6.3-1_amd64.buildinfo
Checksums-Sha256:
 30e0e4a994e1947f4c097eb21b09a61a4f8fcfe253eb8c0620f15680f596483a 2429 
python-argcomplete_3.6.3-1.dsc
 62e8ed4fd6a45864acc8235409461b72c9a28ee785a2011cc5eb78318786c89c 73754 
python-argcomplete_3.6.3.orig.tar.gz
 c28fb424663529d43551d3b055bd834ee39b04c873ffafc4f76a00e81aaec3c1 7452 
python-argcomplete_3.6.3-1.debian.tar.xz
 e9b00041041cc9f03bb35a6d27de19194725e9d832d9bb647bf8675140cae708 7226 
python-argcomplete_3.6.3-1_amd64.buildinfo
Files:
 859500a676a4927c63be152e82dd11d6 2429 python optional 
python-argcomplete_3.6.3-1.dsc
 0c612498a4b7b421aa870d47361e2322 73754 python optional 
python-argcomplete_3.6.3.orig.tar.gz
 836f8b91648169a0bf969d2c6754732e 7452 python optional 
python-argcomplete_3.6.3-1.debian.tar.xz
 2ffbe9e7832476a34914b646e68203f9 7226 python optional 
python-argcomplete_3.6.3-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEcpcqg+UmRT3yiF+BVen596wcRD8FAmkR94IACgkQVen596wc
RD+pKxAAlq9f8d2k05efMOAeNExcI64PjU8tstRvgbt0r6nl5i6/QVGQBj3Cdx6N
YBz+BoMjCyyOzFT+bjbZkXMNWV4anwjeNvd23kakdavxWKRS62bNxhCB7Elwf+Ym
NqtlPPVX/ZukGQebK1bxd2AOYf9kQrkc/kR6rwpbO9iqdmWxP3EnqfdjKOJSkaMT
5D/V2hkH0m8FiHNqI0xWPAlTViSeYvmzUlrCnq74VfoKYNL7lBfUBxQntw5ULehl
4LvjPn4ymA92jXrn2H4W0MuCS7BumHvYK67jVUhhH9UQABF13kinO3mGOabEPRxV
xNBw4PbkuBo2GhaLowi6skrV/TXR/et6swepKHFOhHc3E7TiSaQ7SNfuJoQxYffq
Dv+tUhu7mCuebrXk3nA+Ky4UudnuYqDl5jSJsT8h2eafqIM2lELn94chGTtxfd4x
A2z3cBOVvOUiBy7tSQ0C1m9Z7FacRIL0owKS84c7dKjYy7bE60LR48hlW5s3ThP/
nWzQCIabHoV6rGhb8BGrsvQkNgcZRkgHn9F0bPpO7OqBah+3ByRGRGaKZFoh9/Nl
xZIvjssVnl4KO0ke8xTJ1Dzt19LFg/qlzhF9MNeWl+7XYmBAgks1wnFDjkkhJAQa
01R4D12LvwTiFWWG5FLChSuB+ox4vWwERrwg/HjTT9EEUQ8VjNc=
=hya3
-----END PGP SIGNATURE-----

Attachment: pgpSo2Z1Xo0Bw.pgp
Description: PGP signature


--- End Message ---

Reply via email to