Your message dated Sat, 22 Feb 2025 18:51:07 +0000
with message-id <e1tluah-00an4x...@fasolo.debian.org>
and subject line Bug#1098629: fixed in sphinx-theme-builder 0.2.0b2-5
has caused the Debian Bug report #1098629,
regarding sphinx-theme-builder: FTBFS: E TypeError: CliRunner.__init__()
got an unexpected keyword argument 'mix_stderr'
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 ow...@bugs.debian.org
immediately.)
--
1098629: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098629
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:sphinx-theme-builder
Version: 0.2.0b2-4
Severity: serious
Tags: ftbfs trixie sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
pybuild --clean -i python{version} -p "3.12 3.13"
rm -rf .pybuild/
find . -name \*.pyc -exec rm {} \;
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
rm -f debian/debhelper-build-stamp
rm -rf debian/.debhelper/
rm -f -- debian/python3-sphinx-theme-builder.substvars debian/files
rm -fr -- debian/python3-sphinx-theme-builder/ debian/tmp/
find . \( \( \
\( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o
-type f -a \
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
-o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
\) -exec rm -f {} + \) -o \
\( -type d -a \( -name autom4te.cache -o -name __pycache__ \)
-prune -exec rm -rf {} + \) \)
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
pybuild --configure -i python{version} -p "3.12 3.13"
dh_auto_build -O--buildsystem=pybuild
pybuild --build -i python{version} -p "3.12 3.13"
I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build"
module
I: pybuild base:311: python3.12 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12
* Building wheel...
Successfully built sphinx_theme_builder-0.2.0b2-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with
"installer" module
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...
Successfully built sphinx_theme_builder-0.2.0b2-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with
"installer" module
dh_auto_test -O--buildsystem=pybuild
pybuild --test --test-pytest -i python{version} -p "3.12 3.13"
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build;
python3.12 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-8.3.4, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
configfile: pyproject.toml
plugins: typeguard-4.4.1, anyio-4.8.0
collected 52 items
tests/integration/test_cli_compile.py EE [ 3%]
tests/integration/test_cli_new.py EEEE [ 11%]
tests/integration/test_cli_package.py E [ 13%]
tests/unit/test_errors.py ................... [ 50%]
tests/unit/test_project.py ................... [ 86%]
tests/workflow/test_cli.py EEE [ 92%]
tests/workflow/test_new.py EEE [ 98%]
tests/workflow/test_package.py E [100%]
==================================== ERRORS ====================================
_______ ERROR at setup of TestCompileCommand.test_calls_generate_assets ________
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
_ ERROR at setup of TestCompileCommand.test_calls_generate_assets_in_production
_
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
______ ERROR at setup of TestNewCommand.test_aborts_when_setup_py_exists _______
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
___ ERROR at setup of TestNewCommand.test_aborts_when_pyproject_toml_exists ____
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
___________ ERROR at setup of TestNewCommand.test_calls_cookiecutter ___________
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
__________ ERROR at setup of TestNewCommand.test_cookiecutter_failure __________
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
____________ ERROR at setup of TestPackageCommand.test_calls_build _____________
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
_______________ ERROR at setup of TestCLIRoot.test_no_arguments ________________
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
___________________ ERROR at setup of TestCLIRoot.test_help ____________________
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
_____ ERROR at setup of TestCLIRoot.test_no_arguments_behaves_same_as_help _____
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
________________ ERROR at setup of TestCLINew.test_no_arguments ________________
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
____________________ ERROR at setup of TestCLINew.test_help ____________________
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
_____ ERROR at setup of TestCLINew.test_no_arguments_behaves_same_as_help ______
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
________________ ERROR at setup of TestPackageCommand.test_help ________________
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
=============================== warnings summary ===============================
tests/unit/test_project.py::TestProjectFromPath::test_works_with_proper_dynamic_version
tests/unit/test_project.py::TestProjectFromPath::test_works_with_proper_dynamic_version
tests/unit/test_project.py::TestProjectFromPath::test_rejects_with_double_declaration
tests/unit/test_project.py::TestProjectFromPath::test_rejects_no_dynamic_with_version_in_python_file
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/sphinx_theme_builder/_internal/project.py:43:
DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14;
use ast.Constant instead
and isinstance(child.value, ast.Str)
tests/unit/test_project.py::TestProjectFromPath::test_works_with_proper_dynamic_version
tests/unit/test_project.py::TestProjectFromPath::test_rejects_with_double_declaration
tests/unit/test_project.py::TestProjectFromPath::test_rejects_no_dynamic_with_version_in_python_file
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/sphinx_theme_builder/_internal/project.py:45:
DeprecationWarning: Attribute s is deprecated and will be removed in Python
3.14; use value instead
version = child.value.s
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
ERROR
tests/integration/test_cli_compile.py::TestCompileCommand::test_calls_generate_assets
ERROR
tests/integration/test_cli_compile.py::TestCompileCommand::test_calls_generate_assets_in_production
ERROR
tests/integration/test_cli_new.py::TestNewCommand::test_aborts_when_setup_py_exists
ERROR
tests/integration/test_cli_new.py::TestNewCommand::test_aborts_when_pyproject_toml_exists
ERROR tests/integration/test_cli_new.py::TestNewCommand::test_calls_cookiecutter
ERROR
tests/integration/test_cli_new.py::TestNewCommand::test_cookiecutter_failure
ERROR
tests/integration/test_cli_package.py::TestPackageCommand::test_calls_build
ERROR tests/workflow/test_cli.py::TestCLIRoot::test_no_arguments - TypeError:...
ERROR tests/workflow/test_cli.py::TestCLIRoot::test_help - TypeError: CliRunn...
ERROR
tests/workflow/test_cli.py::TestCLIRoot::test_no_arguments_behaves_same_as_help
ERROR tests/workflow/test_new.py::TestCLINew::test_no_arguments - TypeError: ...
ERROR tests/workflow/test_new.py::TestCLINew::test_help - TypeError: CliRunne...
ERROR
tests/workflow/test_new.py::TestCLINew::test_no_arguments_behaves_same_as_help
ERROR tests/workflow/test_package.py::TestPackageCommand::test_help - TypeErr...
================== 38 passed, 7 warnings, 14 errors in 0.21s ===================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; python3.12 -m pytest tests
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build;
python3.13 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build
configfile: pyproject.toml
plugins: typeguard-4.4.1, anyio-4.8.0
collected 52 items
tests/integration/test_cli_compile.py EE [ 3%]
tests/integration/test_cli_new.py EEEE [ 11%]
tests/integration/test_cli_package.py E [ 13%]
tests/unit/test_errors.py ................... [ 50%]
tests/unit/test_project.py ................... [ 86%]
tests/workflow/test_cli.py EEE [ 92%]
tests/workflow/test_new.py EEE [ 98%]
tests/workflow/test_package.py E [100%]
==================================== ERRORS ====================================
_______ ERROR at setup of TestCompileCommand.test_calls_generate_assets ________
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
_ ERROR at setup of TestCompileCommand.test_calls_generate_assets_in_production
_
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
______ ERROR at setup of TestNewCommand.test_aborts_when_setup_py_exists _______
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
___ ERROR at setup of TestNewCommand.test_aborts_when_pyproject_toml_exists ____
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
___________ ERROR at setup of TestNewCommand.test_calls_cookiecutter ___________
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
__________ ERROR at setup of TestNewCommand.test_cookiecutter_failure __________
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
____________ ERROR at setup of TestPackageCommand.test_calls_build _____________
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
_______________ ERROR at setup of TestCLIRoot.test_no_arguments ________________
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
___________________ ERROR at setup of TestCLIRoot.test_help ____________________
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
_____ ERROR at setup of TestCLIRoot.test_no_arguments_behaves_same_as_help _____
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
________________ ERROR at setup of TestCLINew.test_no_arguments ________________
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
____________________ ERROR at setup of TestCLINew.test_help ____________________
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
_____ ERROR at setup of TestCLINew.test_no_arguments_behaves_same_as_help ______
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
________________ ERROR at setup of TestPackageCommand.test_help ________________
@pytest.fixture
def runner() -> CliRunner:
> return CliRunner(mix_stderr=False)
E TypeError: CliRunner.__init__() got an unexpected keyword argument
'mix_stderr'
tests/conftest.py:20: TypeError
=============================== warnings summary ===============================
tests/unit/test_project.py::TestProjectFromPath::test_works_with_proper_dynamic_version
tests/unit/test_project.py::TestProjectFromPath::test_works_with_proper_dynamic_version
tests/unit/test_project.py::TestProjectFromPath::test_rejects_with_double_declaration
tests/unit/test_project.py::TestProjectFromPath::test_rejects_no_dynamic_with_version_in_python_file
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/sphinx_theme_builder/_internal/project.py:43:
DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14;
use ast.Constant instead
and isinstance(child.value, ast.Str)
tests/unit/test_project.py::TestProjectFromPath::test_works_with_proper_dynamic_version
tests/unit/test_project.py::TestProjectFromPath::test_rejects_with_double_declaration
tests/unit/test_project.py::TestProjectFromPath::test_rejects_no_dynamic_with_version_in_python_file
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/sphinx_theme_builder/_internal/project.py:45:
DeprecationWarning: Attribute s is deprecated and will be removed in Python
3.14; use value instead
version = child.value.s
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
ERROR
tests/integration/test_cli_compile.py::TestCompileCommand::test_calls_generate_assets
ERROR
tests/integration/test_cli_compile.py::TestCompileCommand::test_calls_generate_assets_in_production
ERROR
tests/integration/test_cli_new.py::TestNewCommand::test_aborts_when_setup_py_exists
ERROR
tests/integration/test_cli_new.py::TestNewCommand::test_aborts_when_pyproject_toml_exists
ERROR tests/integration/test_cli_new.py::TestNewCommand::test_calls_cookiecutter
ERROR
tests/integration/test_cli_new.py::TestNewCommand::test_cookiecutter_failure
ERROR
tests/integration/test_cli_package.py::TestPackageCommand::test_calls_build
ERROR tests/workflow/test_cli.py::TestCLIRoot::test_no_arguments - TypeError:...
ERROR tests/workflow/test_cli.py::TestCLIRoot::test_help - TypeError: CliRunn...
ERROR
tests/workflow/test_cli.py::TestCLIRoot::test_no_arguments_behaves_same_as_help
ERROR tests/workflow/test_new.py::TestCLINew::test_no_arguments - TypeError: ...
ERROR tests/workflow/test_new.py::TestCLINew::test_help - TypeError: CliRunne...
ERROR
tests/workflow/test_new.py::TestCLINew::test_no_arguments_behaves_same_as_help
ERROR tests/workflow/test_package.py::TestPackageCommand::test_help - TypeErr...
================== 38 passed, 7 warnings, 14 errors in 0.18s ===================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest tests
rm -fr -- /tmp/dh-xdg-rundir-JaUYbjZ7
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12
3.13" returned exit code 13
make: *** [debian/rules:5: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202502/
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:sphinx-theme-builder, so that this is still
visible in the BTS web page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: sphinx-theme-builder
Source-Version: 0.2.0b2-5
Done: Peter Pentchev <r...@debian.org>
We believe that the bug you reported is fixed in the latest version of
sphinx-theme-builder, 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 1098...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Peter Pentchev <r...@debian.org> (supplier of updated sphinx-theme-builder
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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 22 Feb 2025 20:26:28 +0200
Source: sphinx-theme-builder
Architecture: source
Version: 0.2.0b2-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Peter Pentchev <r...@debian.org>
Closes: 1098629
Changes:
sphinx-theme-builder (0.2.0b2-5) unstable; urgency=medium
.
* Team upload.
* Add the click-8.2 patch to fix the test suite. Closes: #1098629
Checksums-Sha1:
f8ec9262ec445bde211aa83fd8d44b1de9c62a65 2556
sphinx-theme-builder_0.2.0b2-5.dsc
3cf1b9c8fa2b495a6e61aac0bedd5288e4c7ec82 5508
sphinx-theme-builder_0.2.0b2-5.debian.tar.xz
Checksums-Sha256:
5405cc598e834272472b578198cec4139b41a2bb9b10c5024103e40563f30067 2556
sphinx-theme-builder_0.2.0b2-5.dsc
4c351d2461bdbc8b4aa1adcbe5d51147013f234265cdc35bb5043b8eddead438 5508
sphinx-theme-builder_0.2.0b2-5.debian.tar.xz
Files:
faa45549c080f13441c3de00046be23f 2556 python optional
sphinx-theme-builder_0.2.0b2-5.dsc
0949dfd963e67c3a06f189f71b8451f1 5508 python optional
sphinx-theme-builder_0.2.0b2-5.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCgAuFiEELuenpRf8EkzxFcNUZR7vsCUn3xMFAme6F4wQHHJvYW1AZGVi
aWFuLm9yZwAKCRBlHu+wJSffE5tSD/0cWGG3YNzk9jOY//scGVtDHvKAI735l5l+
mcChgJeT40wXHT4kDIAL+nBOA0pguZYw3YVlvB+aUGgCO1CxeeEsJOJClHJq6j9a
yqOaGkc4h8xBChhuka6FSH6tT4S/kpcMQuIauqXCNeNC9H5pTTDRfQ33Flz+Ywwd
alHXiSwOmT8Z9YaFQ/xflDqoUNeDfaHz51VZt577NsZeBZCu/z9FCrmvGScXa4v3
NtHh2YJb8BjZMdYyZQ4j9QP+MFXbBw/fe5wGAeQQQO426gpxIvfueUbVs9pg3z3T
JabJYaMiaGhLlXgNtt94HxLMSPYd7oaWWTotYynTzUSvu6A6kFXHCedV6bCURPY6
CSAvlS+u4HhFplMGeWPmGxru7SMxb3aDmOxiPAcZh/RTnyEQwhlbXsBNW1410qp6
sVyWC5bVRHsUceiPMvuF99+W18il/Y2CPBURdZh6X9ldBkaMD5dRsWU5z1O//X5S
gCHmET2Dql/riG1cF8GlM6kNSqMZL1KwYg0WjacgdY+Ozzd1LOxwN6WyRS+rMtqT
6YaMUW1YkrZWa7dxbfQgNdD4/yBkmf336mSlOpY6wCOmeXWViZ+XiXorUOHYzSJe
HqVnno+wEwLoGrE8wzM/UgwEWI/cf47mE6ir6rO+nDZH9vBIcIcn20Fy3MwWL+Lg
1iCqph4YaA==
=jjBE
-----END PGP SIGNATURE-----
pgpSWl2kQp4w7.pgp
Description: PGP signature
--- End Message ---