Your message dated Sun, 24 May 2026 11:48:58 +0000
with message-id <[email protected]>
and subject line Bug#1126233: fixed in python-term-image 0.7.2-2
has caused the Debian Bug report #1126233,
regarding python-term-image: FTBFS: E DeprecationWarning: Image.Image.getdata
is deprecated and will be removed in Pillow 14
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.)
--
1126233: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1126233
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-term-image
Version: 0.7.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/202601/
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-term-image, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem=pybuild --with sphinxdoc
dh_auto_clean -O--buildsystem=pybuild
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
debian/rules binary
dh binary --buildsystem=pybuild --with sphinxdoc
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:139: Building wheel for python3.14 with "build"
module
I: pybuild base:384: python3.14 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_term-image
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: MIT License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/term_image
copying src/term_image/ctlseqs.py -> build/lib/term_image
copying src/term_image/utils.py -> build/lib/term_image
copying src/term_image/exceptions.py -> build/lib/term_image
copying src/term_image/__init__.py -> build/lib/term_image
creating build/lib/term_image/widget
copying src/term_image/widget/urwid.py -> build/lib/term_image/widget
copying src/term_image/widget/__init__.py -> build/lib/term_image/widget
creating build/lib/term_image/image
copying src/term_image/image/kitty.py -> build/lib/term_image/image
copying src/term_image/image/iterm2.py -> build/lib/term_image/image
copying src/term_image/image/block.py -> build/lib/term_image/image
copying src/term_image/image/common.py -> build/lib/term_image/image
copying src/term_image/image/__init__.py -> build/lib/term_image/image
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/term_image
copying build/lib/term_image/ctlseqs.py ->
build/bdist.linux-x86_64/wheel/./term_image
copying build/lib/term_image/utils.py ->
build/bdist.linux-x86_64/wheel/./term_image
creating build/bdist.linux-x86_64/wheel/term_image/widget
copying build/lib/term_image/widget/urwid.py ->
build/bdist.linux-x86_64/wheel/./term_image/widget
copying build/lib/term_image/widget/__init__.py ->
build/bdist.linux-x86_64/wheel/./term_image/widget
copying build/lib/term_image/exceptions.py ->
build/bdist.linux-x86_64/wheel/./term_image
creating build/bdist.linux-x86_64/wheel/term_image/image
copying build/lib/term_image/image/kitty.py ->
build/bdist.linux-x86_64/wheel/./term_image/image
copying build/lib/term_image/image/iterm2.py ->
build/bdist.linux-x86_64/wheel/./term_image/image
copying build/lib/term_image/image/block.py ->
build/bdist.linux-x86_64/wheel/./term_image/image
copying build/lib/term_image/image/common.py ->
build/bdist.linux-x86_64/wheel/./term_image/image
copying build/lib/term_image/image/__init__.py ->
build/bdist.linux-x86_64/wheel/./term_image/image
copying build/lib/term_image/__init__.py ->
build/bdist.linux-x86_64/wheel/./term_image
running install_egg_info
running egg_info
creating src/term_image.egg-info
writing src/term_image.egg-info/PKG-INFO
writing dependency_links to src/term_image.egg-info/dependency_links.txt
writing requirements to src/term_image.egg-info/requires.txt
writing top-level names to src/term_image.egg-info/top_level.txt
writing manifest file 'src/term_image.egg-info/SOURCES.txt'
reading manifest file 'src/term_image.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'src/term_image.egg-info/SOURCES.txt'
Copying src/term_image.egg-info to
build/bdist.linux-x86_64/wheel/./term_image-0.7.2.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/term_image-0.7.2.dist-info/WHEEL
creating
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_term-image/.tmp-zdt8x0mm/term_image-0.7.2-py3-none-any.whl'
and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'term_image/__init__.py'
adding 'term_image/ctlseqs.py'
adding 'term_image/exceptions.py'
adding 'term_image/utils.py'
adding 'term_image/image/__init__.py'
adding 'term_image/image/block.py'
adding 'term_image/image/common.py'
adding 'term_image/image/iterm2.py'
adding 'term_image/image/kitty.py'
adding 'term_image/widget/__init__.py'
adding 'term_image/widget/urwid.py'
adding 'term_image-0.7.2.dist-info/licenses/LICENSE'
adding 'term_image-0.7.2.dist-info/METADATA'
adding 'term_image-0.7.2.dist-info/WHEEL'
adding 'term_image-0.7.2.dist-info/top_level.txt'
adding 'term_image-0.7.2.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built term_image-0.7.2-py3-none-any.whl
I: pybuild plugin_pyproject:165: Unpacking wheel built for python3.14 with
"installer" module
I: pybuild plugin_pyproject:139: Building wheel for python3.13 with "build"
module
I: pybuild base:384: python3.13 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_term-image
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: MIT License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running bdist_wheel
running build
running build_py
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/term_image
copying build/lib/term_image/ctlseqs.py ->
build/bdist.linux-x86_64/wheel/./term_image
copying build/lib/term_image/utils.py ->
build/bdist.linux-x86_64/wheel/./term_image
creating build/bdist.linux-x86_64/wheel/term_image/widget
copying build/lib/term_image/widget/urwid.py ->
build/bdist.linux-x86_64/wheel/./term_image/widget
copying build/lib/term_image/widget/__init__.py ->
build/bdist.linux-x86_64/wheel/./term_image/widget
copying build/lib/term_image/exceptions.py ->
build/bdist.linux-x86_64/wheel/./term_image
creating build/bdist.linux-x86_64/wheel/term_image/image
copying build/lib/term_image/image/kitty.py ->
build/bdist.linux-x86_64/wheel/./term_image/image
copying build/lib/term_image/image/iterm2.py ->
build/bdist.linux-x86_64/wheel/./term_image/image
copying build/lib/term_image/image/block.py ->
build/bdist.linux-x86_64/wheel/./term_image/image
copying build/lib/term_image/image/common.py ->
build/bdist.linux-x86_64/wheel/./term_image/image
copying build/lib/term_image/image/__init__.py ->
build/bdist.linux-x86_64/wheel/./term_image/image
copying build/lib/term_image/__init__.py ->
build/bdist.linux-x86_64/wheel/./term_image
running install_egg_info
running egg_info
writing src/term_image.egg-info/PKG-INFO
writing dependency_links to src/term_image.egg-info/dependency_links.txt
writing requirements to src/term_image.egg-info/requires.txt
writing top-level names to src/term_image.egg-info/top_level.txt
reading manifest file 'src/term_image.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'src/term_image.egg-info/SOURCES.txt'
Copying src/term_image.egg-info to
build/bdist.linux-x86_64/wheel/./term_image-0.7.2.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/term_image-0.7.2.dist-info/WHEEL
creating
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_term-image/.tmp-509hnaob/term_image-0.7.2-py3-none-any.whl'
and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'term_image/__init__.py'
adding 'term_image/ctlseqs.py'
adding 'term_image/exceptions.py'
adding 'term_image/utils.py'
adding 'term_image/image/__init__.py'
adding 'term_image/image/block.py'
adding 'term_image/image/common.py'
adding 'term_image/image/iterm2.py'
adding 'term_image/image/kitty.py'
adding 'term_image/widget/__init__.py'
adding 'term_image/widget/urwid.py'
adding 'term_image-0.7.2.dist-info/licenses/LICENSE'
adding 'term_image-0.7.2.dist-info/METADATA'
adding 'term_image-0.7.2.dist-info/WHEEL'
adding 'term_image-0.7.2.dist-info/top_level.txt'
adding 'term_image-0.7.2.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built term_image-0.7.2-py3-none-any.whl
I: pybuild plugin_pyproject:165: Unpacking wheel built for python3.13 with
"installer" module
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:384: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_term-image/build; python3.14 -m pytest
tests
============================= test session starts ==============================
platform linux -- Python 3.14.2, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_term-image/build
configfile: pyproject.toml
plugins: typeguard-4.4.4
collected 269 items / 2 errors
==================================== ERRORS ====================================
________________ ERROR collecting tests/test_image/test_base.py ________________
tests/test_image/test_base.py:724: in <module>
class TestFormatting:
tests/test_image/test_base.py:727: in TestFormatting
render = str(image)
^^^^^^^^^^
term_image/image/common.py:306: in __str__
return self._renderer(self._render_image, _ALPHA_THRESHOLD)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
term_image/image/common.py:1712: in _renderer
return renderer(self._get_image(), *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
term_image/image/block.py:219: in _render_image
img, rgb, a = self._get_render_data(
term_image/image/common.py:1988: in _get_render_data
img, rgb, a = super()._get_render_data(img, *args, frame=frame, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
term_image/image/common.py:1515: in _get_render_data
a = list(img.getdata(3))
^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/PIL/Image.py:1438: in getdata
deprecate("Image.Image.getdata", 14, "get_flattened_data")
/usr/lib/python3/dist-packages/PIL/_deprecate.py:68: in deprecate
warnings.warn(
E DeprecationWarning: Image.Image.getdata is deprecated and will be removed
in Pillow 14 (2027-10-15). Use get_flattened_data instead.
_______________ ERROR collecting tests/test_image/test_others.py _______________
tests/test_image/test_others.py:7: in <module>
from .test_base import BytesPath, python_image, python_img
<frozen importlib._bootstrap>:1371: in _find_and_load
???
<frozen importlib._bootstrap>:1342: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:938: in _load_unlocked
???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:197: in exec_module
exec(co, module.__dict__)
tests/test_image/test_base.py:724: in <module>
class TestFormatting:
tests/test_image/test_base.py:727: in TestFormatting
render = str(image)
^^^^^^^^^^
term_image/image/common.py:306: in __str__
return self._renderer(self._render_image, _ALPHA_THRESHOLD)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
term_image/image/common.py:1712: in _renderer
return renderer(self._get_image(), *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
term_image/image/block.py:219: in _render_image
img, rgb, a = self._get_render_data(
term_image/image/common.py:1988: in _get_render_data
img, rgb, a = super()._get_render_data(img, *args, frame=frame, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
term_image/image/common.py:1515: in _get_render_data
a = list(img.getdata(3))
^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/PIL/Image.py:1438: in getdata
deprecate("Image.Image.getdata", 14, "get_flattened_data")
/usr/lib/python3/dist-packages/PIL/_deprecate.py:68: in deprecate
warnings.warn(
E DeprecationWarning: Image.Image.getdata is deprecated and will be removed
in Pillow 14 (2027-10-15). Use get_flattened_data instead.
=========================== short test summary info ============================
ERROR tests/test_image/test_base.py - DeprecationWarning: Image.Image.getdata...
ERROR tests/test_image/test_others.py - DeprecationWarning: Image.Image.getda...
!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!
============================== 2 errors in 0.71s ===============================
E: pybuild pybuild:483: test: plugin pyproject failed with: exit code=2: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_term-image/build; python3.14 -m pytest
tests
I: pybuild base:384: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_term-image/build; python3.13 -m pytest
tests
============================= test session starts ==============================
platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_term-image/build
configfile: pyproject.toml
plugins: typeguard-4.4.4
collected 269 items / 2 errors
==================================== ERRORS ====================================
________________ ERROR collecting tests/test_image/test_base.py ________________
tests/test_image/test_base.py:724: in <module>
class TestFormatting:
tests/test_image/test_base.py:727: in TestFormatting
render = str(image)
^^^^^^^^^^
term_image/image/common.py:306: in __str__
return self._renderer(self._render_image, _ALPHA_THRESHOLD)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
term_image/image/common.py:1712: in _renderer
return renderer(self._get_image(), *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
term_image/image/block.py:219: in _render_image
img, rgb, a = self._get_render_data(
term_image/image/common.py:1988: in _get_render_data
img, rgb, a = super()._get_render_data(img, *args, frame=frame, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
term_image/image/common.py:1515: in _get_render_data
a = list(img.getdata(3))
^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/PIL/Image.py:1438: in getdata
deprecate("Image.Image.getdata", 14, "get_flattened_data")
/usr/lib/python3/dist-packages/PIL/_deprecate.py:68: in deprecate
warnings.warn(
E DeprecationWarning: Image.Image.getdata is deprecated and will be removed
in Pillow 14 (2027-10-15). Use get_flattened_data instead.
_______________ ERROR collecting tests/test_image/test_others.py _______________
tests/test_image/test_others.py:7: in <module>
from .test_base import BytesPath, python_image, python_img
<frozen importlib._bootstrap>:1360: in _find_and_load
???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:935: in _load_unlocked
???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:197: in exec_module
exec(co, module.__dict__)
tests/test_image/test_base.py:724: in <module>
class TestFormatting:
tests/test_image/test_base.py:727: in TestFormatting
render = str(image)
^^^^^^^^^^
term_image/image/common.py:306: in __str__
return self._renderer(self._render_image, _ALPHA_THRESHOLD)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
term_image/image/common.py:1712: in _renderer
return renderer(self._get_image(), *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
term_image/image/block.py:219: in _render_image
img, rgb, a = self._get_render_data(
term_image/image/common.py:1988: in _get_render_data
img, rgb, a = super()._get_render_data(img, *args, frame=frame, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
term_image/image/common.py:1515: in _get_render_data
a = list(img.getdata(3))
^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/PIL/Image.py:1438: in getdata
deprecate("Image.Image.getdata", 14, "get_flattened_data")
/usr/lib/python3/dist-packages/PIL/_deprecate.py:68: in deprecate
warnings.warn(
E DeprecationWarning: Image.Image.getdata is deprecated and will be removed
in Pillow 14 (2027-10-15). Use get_flattened_data instead.
=========================== short test summary info ============================
ERROR tests/test_image/test_base.py - DeprecationWarning: Image.Image.getdata...
ERROR tests/test_image/test_others.py - DeprecationWarning: Image.Image.getda...
!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!
============================== 2 errors in 0.71s ===============================
E: pybuild pybuild:483: test: plugin pyproject failed with: exit code=2: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_term-image/build; python3.13 -m pytest
tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14
3.13" returned exit code 13
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: python-term-image
Source-Version: 0.7.2-2
Done: Athul R T <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-term-image, 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.
Athul R T <[email protected]> (supplier of updated python-term-image 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, 24 May 2026 15:42:54 +0530
Source: python-term-image
Architecture: source
Version: 0.7.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Athul R T <[email protected]>
Closes: 1126233
Changes:
python-term-image (0.7.2-2) unstable; urgency=medium
.
* Team Upload
* change getdata to get_flattened_data in common.py (closes: #1126233)
Checksums-Sha1:
74ace422caef1ffb11311b5e85da73000f85f8ac 2349 python-term-image_0.7.2-2.dsc
028befd590a17064a0f61ef7e9af1666f38fa568 4292
python-term-image_0.7.2-2.debian.tar.xz
8f6f5e3a10b43214d6a6e8f0d9eba01bcfcf951d 9849
python-term-image_0.7.2-2_amd64.buildinfo
Checksums-Sha256:
89fd65a6108c8c744bf8d990a9ed4d6603a229586e1e1815c0c71fa35b11bd40 2349
python-term-image_0.7.2-2.dsc
96254be442fbb60d0c52283ce0e57868e2e53a75194c6e67f0bb9dc47c520a21 4292
python-term-image_0.7.2-2.debian.tar.xz
04a7967da9d9de8a87ee5db1dd36a174b7c3000ddc1c049ae79c801b46426404 9849
python-term-image_0.7.2-2_amd64.buildinfo
Files:
2b4eb126e7598a26c6b93d3a55e15659 2349 python optional
python-term-image_0.7.2-2.dsc
70f77f99605b3bb31853c9917846e46e 4292 python optional
python-term-image_0.7.2-2.debian.tar.xz
58078c8d2bed12b3f7a7919db9abe572 9849 python optional
python-term-image_0.7.2-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE0BeSY+ICDkBxV0Bzpf9Ls+pTxd8FAmoS41kACgkQpf9Ls+pT
xd/UHQ/+NxFG2fSxoMi+/AtAhZ6z6C6dFzDWlh5qd2VbMVa8fGiklqVF2pJ5feMf
TGbB3Px+/FEqWjZW2FN7plpXPGf2d5s/pSozk1DBvUH4+c5e0kXTcc95xbI04j/u
EcjLnGL8WxLqa7DwcP+2eDSvr2ZDW3EiAjJVpEJMPA/7Q2qQ2WDjY2ixS9eTXVX9
qRo+BiwfnuyqysiAYJ/k2/TKEKqrUg/AEiANhOZSqNC8/MBluY8YtLkPYSnx/duP
N8HVBKTEYbponAVzhqGEBb5LZUKM2gFL4KMQp/vO/CmMhDU9KLCZLZE1ZX3iPrM3
uYceDiLsQiMZ9nQLRjKVnQWDrhhqlTxKxkl1KG6BvEVjx4wX+jJpn9NVDu+2EH6C
WCBnrh1twvRMmAWalNzsBj7KqoHMidrFp7ukGcGaiF4lbtpe57U/5k2+P0LBfKVr
11YSjOVO9/HzZugghv9dKWjlYPw5oTN4ncOdbsvgyvmzLguLM/KSlgTtruBiUFPD
fvLihKNjzt5Y8qkB5h+cdaVQa4zH9wICNeAAChVznxcK5Dd/ZcG18u3qQigD5Ij7
x0EUp/+jC1++7CKpDnu8MzyxkPe99Jry0+LQp2ejxxH86bknlOMwYZfrhw47ru9T
nnFD4OIkBsWdPbKAVJkjpMJ5YlFaHyMXbuYHaD48DNxpfGI5mtw=
=MN/v
-----END PGP SIGNATURE-----
pgpJPcpLaEIdG.pgp
Description: PGP signature
--- End Message ---