Your message dated Wed, 01 Nov 2023 08:38:54 +0000
with message-id <e1qy6ky-000ksq...@fasolo.debian.org>
and subject line Bug#1042622: fixed in mopidy 3.4.2-1
has caused the Debian Bug report #1042622,
regarding mopidy: FTBFS with Sphinx 7.1, docutils 0.20: TypeError: not all
arguments converted during string formatting
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.)
--
1042622: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042622
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mopidy
Version: 3.4.1-1
Severity: important
Tags: ftbfs
User: python-modules-t...@lists.alioth.debian.org
Usertags: sphinx7.1
Hi,
mopidy fails to build with Sphinx 7.1 and docutils 0.20, both of which
are currently available in experimental.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_build
> I: pybuild base:240: /usr/bin/python3 setup.py build
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293:
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
>
>
> ********************************************************************************
> The license_file parameter is deprecated, use license_files instead.
>
> By 2023-Oct-30, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> parsed = self.parsers.get(option_name, lambda x: x)(value)
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy
> copying mopidy/httpclient.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy
> copying mopidy/zeroconf.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy
> copying mopidy/__main__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy
> copying mopidy/ext.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy
> copying mopidy/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy
> copying mopidy/exceptions.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy
> copying mopidy/mixer.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy
> copying mopidy/backend.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy
> copying mopidy/listener.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy
> copying mopidy/commands.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/internal
> copying mopidy/internal/timer.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/internal
> copying mopidy/internal/playlists.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/internal
> copying mopidy/internal/validation.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/internal
> copying mopidy/internal/deps.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/internal
> copying mopidy/internal/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/internal
> copying mopidy/internal/versioning.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/internal
> copying mopidy/internal/http.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/internal
> copying mopidy/internal/models.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/internal
> copying mopidy/internal/process.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/internal
> copying mopidy/internal/log.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/internal
> copying mopidy/internal/path.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/internal
> copying mopidy/internal/xdg.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/internal
> copying mopidy/internal/formatting.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/internal
> copying mopidy/internal/network.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/internal
> copying mopidy/internal/storage.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/internal
> copying mopidy/internal/jsonrpc.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/internal
> copying mopidy/internal/gi.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/internal
> copying mopidy/internal/deprecation.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/internal
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/audio
> copying mopidy/audio/scan.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/audio
> copying mopidy/audio/utils.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/audio
> copying mopidy/audio/actor.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/audio
> copying mopidy/audio/constants.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/audio
> copying mopidy/audio/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/audio
> copying mopidy/audio/tags.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/audio
> copying mopidy/audio/listener.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/audio
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/models
> copying mopidy/models/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/models
> copying mopidy/models/fields.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/models
> copying mopidy/models/immutable.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/models
> copying mopidy/models/serialize.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/models
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/m3u
> copying mopidy/m3u/playlists.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/m3u
> copying mopidy/m3u/translator.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/m3u
> copying mopidy/m3u/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/m3u
> copying mopidy/m3u/backend.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/m3u
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/file
> copying mopidy/file/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/file
> copying mopidy/file/backend.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/file
> copying mopidy/file/library.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/file
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/stream
> copying mopidy/stream/actor.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/stream
> copying mopidy/stream/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/stream
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/softwaremixer
> copying mopidy/softwaremixer/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/softwaremixer
> copying mopidy/softwaremixer/mixer.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/softwaremixer
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/config
> copying mopidy/config/types.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/config
> copying mopidy/config/schemas.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/config
> copying mopidy/config/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/config
> copying mopidy/config/keyring.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/config
> copying mopidy/config/validators.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/config
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/http
> copying mopidy/http/handlers.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/http
> copying mopidy/http/actor.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/http
> copying mopidy/http/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/http
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/core
> copying mopidy/core/playlists.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/core
> copying mopidy/core/actor.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/core
> copying mopidy/core/tracklist.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/core
> copying mopidy/core/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/core
> copying mopidy/core/history.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/core
> copying mopidy/core/mixer.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/core
> copying mopidy/core/playback.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/core
> copying mopidy/core/library.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/core
> copying mopidy/core/listener.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/core
> running egg_info
> writing Mopidy.egg-info/PKG-INFO
> writing dependency_links to Mopidy.egg-info/dependency_links.txt
> writing entry points to Mopidy.egg-info/entry_points.txt
> writing requirements to Mopidy.egg-info/requires.txt
> writing top-level names to Mopidy.egg-info/top_level.txt
> reading manifest file 'Mopidy.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> no previously-included directories found matching 'docs/_build'
> no previously-included directories found matching 'docs/.doctrees'
> adding license file 'LICENSE'
> writing manifest file 'Mopidy.egg-info/SOURCES.txt'
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:201: _Warning:
> Package 'mopidy.http.data' is absent from the `packages` configuration.
> !!
>
>
> ********************************************************************************
> ############################
> # Package would be ignored #
> ############################
> Python recognizes 'mopidy.http.data' as an importable package[^1],
> but it is absent from setuptools' `packages` configuration.
>
> This leads to an ambiguous overall configuration. If you want to
> distribute this
> package, please make sure that 'mopidy.http.data' is explicitly added
> to the `packages` configuration field.
>
> Alternatively, you can also rely on setuptools' discovery methods
> (for example by using `find_namespace_packages(...)`/`find_namespace:`
> instead of `find_packages(...)`/`find:`).
>
> You can read more about "package discovery" on setuptools
> documentation page:
>
> -
> https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
>
> If you don't want 'mopidy.http.data' to be distributed and are
> already explicitly excluding 'mopidy.http.data' via
> `find_namespace_packages(...)/find_namespace` or
> `find_packages(...)/find`,
> you can try to use `exclude_package_data`, or
> `include-package-data=False` in
> combination with a more fine grained `package-data` configuration.
>
> You can read more about "package data files" on setuptools
> documentation page:
>
> - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
>
>
> [^1]: For Python, any directory (with suitable naming) can be
> imported,
> even if it does not contain any `.py` files.
> On the other hand, currently there is no concept of package data
> directory, all directories are treated like packages.
>
> ********************************************************************************
>
> !!
> check.warn(importable)
> copying mopidy/py.typed ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy
> copying mopidy/m3u/ext.conf ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/m3u
> copying mopidy/file/ext.conf ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/file
> copying mopidy/stream/ext.conf ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/stream
> copying mopidy/softwaremixer/ext.conf ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/softwaremixer
> copying mopidy/config/default.conf ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/config
> copying mopidy/http/ext.conf ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/http
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/http/data
> copying mopidy/http/data/clients.html ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/http/data
> copying mopidy/http/data/favicon.ico ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/http/data
> copying mopidy/http/data/mopidy.css ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/mopidy/http/data
> PYTHONPATH=. python3 -m sphinx -N -bhtml docs/ build/html
> Running Sphinx v7.1.1
> making output directory... done
> loading intersphinx inventory from
> /usr/share/doc/python3-doc/html/objects.inv...
> loading intersphinx inventory from
> /usr/share/doc/python3-pykka/html/objects.inv...
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory '/usr/share/doc/python3-doc/html/objects.inv' not
> fetchable due to <class 'FileNotFoundError'>: [Errno 2] No such file or
> directory: '/usr/share/doc/python3-doc/html/objects.inv'
> building [mo]: targets for 0 po files that are out of date
> writing output...
> building [html]: targets for 53 source files that are out of date
> updating environment: [new config] 53 added, 0 changed, 0 removed
> [2Kreading sources... [ 2%] api/architecture
> [2Kreading sources... [ 4%] api/audio
> [2Kreading sources... [ 6%] api/backend
> [2Kreading sources... [ 8%] api/commands
> [2Kreading sources... [ 9%] api/config
> [2Kreading sources... [ 11%] api/core
> [2Kreading sources... [ 13%] api/ext
> [2Kreading sources... [ 15%] api/frontend
> [2Kreading sources... [ 17%] api/http
> [2Kreading sources... [ 19%] api/http-server
> [2Kreading sources... [ 21%] api/httpclient
> [2Kreading sources... [ 23%] api/index
> [2Kreading sources... [ 25%] api/js
> [2Kreading sources... [ 26%] api/mixer
> [2Kreading sources... [ 28%] api/models
> [2Kreading sources... [ 30%] api/zeroconf
> [2Kreading sources... [ 32%] audiosinks
> [2Kreading sources... [ 34%] authors
> [2Kreading sources... [ 36%] changelog
>
> Exception occurred:
> File "/usr/lib/python3/dist-packages/sphinx/ext/extlinks.py", line 103, in
> role
> title = caption % part
> ~~~~~~~~^~~~~~
> TypeError: not all arguments converted during string formatting
> The full traceback has been saved in /tmp/sphinx-err-wbonmx4i.log, if you
> want to report the issue to the developers.
> Please also report this if it was a user error, so that a better error
> message can be provided next time.
> A bug report can be filed in the tracker at
> <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
> make[1]: *** [debian/rules:19: override_dh_auto_build] Error 2
The full build log is available from:
http://qa-logs.debian.net/2023/07/30/exp/mopidy_3.4.1-1_unstable_sphinx-exp.log
Please see [1] for Sphinx changelog and [2] for Docutils changelog.
Also see [3] for the list of deprecated/removed APIs in Sphinx and possible
alternatives to them.
Some notable changes in Sphinx 6 and Sphinx 7:
- Sphinx no longer includes jquery.js and underscore.js by default.
Please use python3-sphinxcontrib.jquery package if you are using a custom
template and it still needs jquery.
- The setup.py build_sphinx command was removed. Please instead call
sphinx-build or "python3 -m sphinx" directly.
- For packages using the extlinks extension, the caption should contain
exactly one "%s" placeholder (if caption is not None).
In case you have questions, please Cc sph...@packages.debian.org on reply.
[1]: https://www.sphinx-doc.org/en/master/changes.html
[2]:
https://repo.or.cz/docutils.git/blob/refs/tags/docutils-0.20.1:/RELEASE-NOTES.txt
[3]:
https://www.sphinx-doc.org/en/master/extdev/deprecated.html#dev-deprecated-apis
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=sphinx7.1;users=python-modules-t...@lists.alioth.debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=sphinx7.1&fusertaguser=python-modules-t...@lists.alioth.debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
--- End Message ---
--- Begin Message ---
Source: mopidy
Source-Version: 3.4.2-1
Done: Stein Magnus Jodal <jo...@debian.org>
We believe that the bug you reported is fixed in the latest version of
mopidy, 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 1042...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stein Magnus Jodal <jo...@debian.org> (supplier of updated mopidy 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: Wed, 01 Nov 2023 09:16:36 +0100
Source: mopidy
Built-For-Profiles: noudeb
Architecture: source
Version: 3.4.2-1
Distribution: unstable
Urgency: medium
Maintainer: Stein Magnus Jodal <jo...@debian.org>
Changed-By: Stein Magnus Jodal <jo...@debian.org>
Closes: 1042622
Changes:
mopidy (3.4.2-1) unstable; urgency=medium
.
* New upstream release. (Closes: #1042622)
* Remove obsolete lsb-base from Depends
Checksums-Sha1:
4f1118f765d3e284ce6484100b45210f8c9923b2 2006 mopidy_3.4.2-1.dsc
11daac3e6b3d18248dee54f1b876e57d54455b7f 455608 mopidy_3.4.2.orig.tar.gz
7b568f4549918c9f52f1509f8c259d5e6b957c13 17128 mopidy_3.4.2-1.debian.tar.xz
1294cee110327485acf9966d93a9dcb7c9a65d4a 11545 mopidy_3.4.2-1_source.buildinfo
Checksums-Sha256:
0f1fa4f8699e0f76719a397d19fcb8643b596dc00159b4a37dec8bcb32ffadad 2006
mopidy_3.4.2-1.dsc
ada9ecbfc09eecc8c9e6742a8a4fea1632a134a1ab060527d8aa3d36df0547b6 455608
mopidy_3.4.2.orig.tar.gz
fb59d0a1e624de8525b3ec3a4468f6b3729fc843adf1759181bed6a83c7f03d3 17128
mopidy_3.4.2-1.debian.tar.xz
b355dbc8edf471ce98b3409e8555623632b5bc35c3ffdb34a65fe447a4e278ef 11545
mopidy_3.4.2-1_source.buildinfo
Files:
db50257efbd4b8c6d46f26c640ea4f88 2006 sound optional mopidy_3.4.2-1.dsc
000129df314183118c88df28284b5fb6 455608 sound optional mopidy_3.4.2.orig.tar.gz
c3b75d6e68334910e40c43383a283e42 17128 sound optional
mopidy_3.4.2-1.debian.tar.xz
72cd29d8eb5b7ef4726e08db9e591907 11545 sound optional
mopidy_3.4.2-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEEgKr0kHY4JR8IscpGILTH9aF8WPYFAmVCCX8RHGpvZGFsQGRl
Ymlhbi5vcmcACgkQILTH9aF8WPYVyw/9HtVJntfgmOOZe0S4sAQjwFePqMGDlS2Y
Bwp1hL6gzv3/vtngwqd9zi56m66eTT+zkmS6cHVSkgwjpfiPzNTJk6NSsgKdHU1+
v2TLoIessRFcUyU/AyDbkme2xpGnLfSoH6xQKXRNAln+/UtMtKSw8TMRl5/ZuFgR
u8iql+A3TnHNyrSWBJ/CfSR0l86baCmbSyHBs3jfhhl6s8ER1wm+1tTrpb00WWKj
OuO13D1ZZSYv19bTUlbfoCdKiIkH+zfV/0oF5J/rUl2xFHsySiQFNApE+n2Jc927
0C2B/cpjWuP6/VNGZou/r3D6ypJHOnLt5ivoOCqvie9yAf+2/qzbQO987Ke+qZui
MGKF7RjMxQNdclhNDVTM5DB28dDiDSjwS62drNGQyDvJZzI630Yh6uXIbPN4F9+J
Ul5Ddk6UxfqcsjMxUihWzAZBn1qYhUvC6qcZGQDuSdbJ8r8B6FQSVzGaWjkg5NuY
TrkF4WFiQPss5CXLdORhQKLwgbnV//N0G7+zNbhH8+L8v9FLV2nDdiTgkp3HNCpl
sQ0MdSZrlEg6u9b3sIOKuYLQEXM8xsc5lRrrtp7yJYFWBua5Y/ppFBDKRWHg+DI6
oVxt66fm06PqF9r4HWf5+y/MmH+7t26BcQ69rOES5Y3PVfROOk7WFKkC9S9fOmAa
2ObiYhMoROs=
=KvXM
-----END PGP SIGNATURE-----
--- End Message ---