Your message dated Sat, 07 Mar 2026 23:51:32 +0000
with message-id <[email protected]>
and subject line Bug#1129901: fixed in python-pweave 0.30.3-3
has caused the Debian Bug report #1129901,
regarding python-pweave: FTBFS: ERROR tests/test_cache.py
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.)
--
1129901: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1129901
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-pweave
Version: 0.30.3-2
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/202603/
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-pweave, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --with python3 --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:384: python3.14 setup.py clean
/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 :: BSD License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
[... snipped ...]
pweave/readers.py:362
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/readers.py:362:
SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work
in the future. Did you mean "\\."? A raw string is also an option.
self.basename = re.split("\.+[^\.]+$", file)[0] + "_converted"
pweave/readers.py:364
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/readers.py:364:
SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work
in the future. Did you mean "\\."? A raw string is also an option.
self.basename = re.split("\.+[^\.]+$", file)[0]
pweave/readers.py:422
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/readers.py:422:
SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work
in the future. Did you mean "\\."? A raw string is also an option.
self.basename = re.split("\.+[^\.]+$", file)[0] + "_converted"
pweave/readers.py:424
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/readers.py:424:
SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work
in the future. Did you mean "\\."? A raw string is also an option.
self.basename = re.split("\.+[^\.]+$", file)[0]
pweave/formatters/tex.py:14
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/tex.py:14:
SyntaxWarning: "\e" is an invalid escape sequence. Such sequences will not
work in the future. Did you mean "\\e"? A raw string is also an option.
codeend='\end{verbatim}\n',
pweave/formatters/tex.py:16
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/tex.py:16:
SyntaxWarning: "\e" is an invalid escape sequence. Such sequences will not
work in the future. Did you mean "\\e"? A raw string is also an option.
outputend='\end{verbatim}\n',
pweave/formatters/tex.py:41
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/tex.py:41:
SyntaxWarning: "\l" is an invalid escape sequence. Such sequences will not
work in the future. Did you mean "\\l"? A raw string is also an option.
result += "\label{fig:%s}\n" % chunk['name']
pweave/formatters/tex.py:57
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/tex.py:57:
SyntaxWarning: "\e" is an invalid escape sequence. Such sequences will not
work in the future. Did you mean "\\e"? A raw string is also an option.
codeend='\end{minted}\n',
pweave/formatters/tex.py:59
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/tex.py:59:
SyntaxWarning: "\e" is an invalid escape sequence. Such sequences will not
work in the future. Did you mean "\\e"? A raw string is also an option.
outputend='\end{minted}\n',
pweave/formatters/tex.py:61
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/tex.py:61:
SyntaxWarning: "\e" is an invalid escape sequence. Such sequences will not
work in the future. Did you mean "\\e"? A raw string is also an option.
termend='\end{minted}\n',
pweave/formatters/tex.py:97
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/tex.py:97:
SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not
work in the future. Did you mean "\\s"? A raw string is also an option.
LatexFormatter(verboptions="frame=single,fontsize=\small,
xleftmargin=0.5em"))
pweave/formatters/tex.py:107
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/tex.py:107:
SyntaxWarning: "\e" is an invalid escape sequence. Such sequences will not
work in the future. Did you mean "\\e"? A raw string is also an option.
codeend='\end{pweavecode}\n',
pweave/formatters/tex.py:109
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/tex.py:109:
SyntaxWarning: "\e" is an invalid escape sequence. Such sequences will not
work in the future. Did you mean "\\e"? A raw string is also an option.
outputend='\end{pweaveout}\n',
pweave/formatters/tex.py:111
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/tex.py:111:
SyntaxWarning: "\e" is an invalid escape sequence. Such sequences will not
work in the future. Did you mean "\\e"? A raw string is also an option.
termend='\end{pweaveterm}\n',
pweave/formatters/base.py:297
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/base.py:297:
SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not
work in the future. Did you mean "\\/"? A raw string is also an option.
return "".join(i for i in fname if i not in "\/:*?<>|")
pweave/formatters/publish.py:218
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/publish.py:218:
SyntaxWarning: "\p" is an invalid escape sequence. Such sequences will not
work in the future. Did you mean "\\p"? A raw string is also an option.
\\setlength{\parindent}{0pt}
pweave/formatters/publish.py:246
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/formatters/publish.py:246:
SyntaxWarning: "\m" is an invalid escape sequence. Such sequences will not
work in the future. Did you mean "\\m"? A raw string is also an option.
self.subheader += "\maketitle\n"
pweave/processors/base.py:237
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/processors/base.py:237:
SyntaxWarning: "\w" is an invalid escape sequence. Such sequences will not
work in the future. Did you mean "\\w"? A raw string is also an option.
splitted = re.split('(<%[\w\s\W]*?%>)', content) # , flags = re.S)
pweave/processors/base.py:264
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build/pweave/processors/base.py:264:
SyntaxWarning: "\w" is an invalid escape sequence. Such sequences will not
work in the future. Did you mean "\\w"? A raw string is also an option.
splitted = re.split('<%[\w\s\W]*?%>', chunk['content'])
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
ERROR tests/test_cache.py
ERROR tests/test_formatters.py
ERROR tests/test_publish.py
ERROR tests/test_pweave.py
ERROR tests/test_readers.py
!!!!!!!!!!!!!!!!!!! Interrupted: 5 errors during collection !!!!!!!!!!!!!!!!!!!!
======================== 20 warnings, 5 errors in 1.27s ========================
E: pybuild pybuild:483: test: plugin distutils failed with: exit code=2: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pweave/build; python3.14 -m pytest -k
"not (testFormatters or test_publish or testFIR_FilterExampleTex or test_url)"
I: pybuild base:384: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build;
python3.13 -m pytest -k "not (testFormatters or test_publish or
testFIR_FilterExampleTex or test_url)"
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
plugins: typeguard-4.4.4
collected 0 items / 5 errors
==================================== ERRORS ====================================
___ ERROR collecting .pybuild/cpython3_3.13_pweave/build/tests/test_cache.py ___
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/tests/test_cache.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/test_cache.py:1: in <module>
import pweave
pweave/__init__.py:7: in <module>
from .pweb import *
pweave/pweb.py:9: in <module>
from . processors import PwebProcessors
pweave/processors/__init__.py:1: in <module>
from . jupyter import JupyterProcessor, IPythonProcessor
pweave/processors/jupyter.py:11: in <module>
from IPython.core import inputsplitter
E ImportError: cannot import name 'inputsplitter' from 'IPython.core'
(/usr/lib/python3/dist-packages/IPython/core/__init__.py)
_ ERROR collecting .pybuild/cpython3_3.13_pweave/build/tests/test_formatters.py
_
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/tests/test_formatters.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/test_formatters.py:2: in <module>
import pweave
pweave/__init__.py:7: in <module>
from .pweb import *
pweave/pweb.py:9: in <module>
from . processors import PwebProcessors
pweave/processors/__init__.py:1: in <module>
from . jupyter import JupyterProcessor, IPythonProcessor
pweave/processors/jupyter.py:11: in <module>
from IPython.core import inputsplitter
E ImportError: cannot import name 'inputsplitter' from 'IPython.core'
(/usr/lib/python3/dist-packages/IPython/core/__init__.py)
__ ERROR collecting .pybuild/cpython3_3.13_pweave/build/tests/test_publish.py __
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/tests/test_publish.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/test_publish.py:1: in <module>
import pweave
pweave/__init__.py:7: in <module>
from .pweb import *
pweave/pweb.py:9: in <module>
from . processors import PwebProcessors
pweave/processors/__init__.py:1: in <module>
from . jupyter import JupyterProcessor, IPythonProcessor
pweave/processors/jupyter.py:11: in <module>
from IPython.core import inputsplitter
E ImportError: cannot import name 'inputsplitter' from 'IPython.core'
(/usr/lib/python3/dist-packages/IPython/core/__init__.py)
__ ERROR collecting .pybuild/cpython3_3.13_pweave/build/tests/test_pweave.py ___
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/tests/test_pweave.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/test_pweave.py:12: in <module>
import pweave
pweave/__init__.py:7: in <module>
from .pweb import *
pweave/pweb.py:9: in <module>
from . processors import PwebProcessors
pweave/processors/__init__.py:1: in <module>
from . jupyter import JupyterProcessor, IPythonProcessor
pweave/processors/jupyter.py:11: in <module>
from IPython.core import inputsplitter
E ImportError: cannot import name 'inputsplitter' from 'IPython.core'
(/usr/lib/python3/dist-packages/IPython/core/__init__.py)
__ ERROR collecting .pybuild/cpython3_3.13_pweave/build/tests/test_readers.py __
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/tests/test_readers.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/test_readers.py:1: in <module>
import pweave
pweave/__init__.py:7: in <module>
from .pweb import *
pweave/pweb.py:9: in <module>
from . processors import PwebProcessors
pweave/processors/__init__.py:1: in <module>
from . jupyter import JupyterProcessor, IPythonProcessor
pweave/processors/jupyter.py:11: in <module>
from IPython.core import inputsplitter
E ImportError: cannot import name 'inputsplitter' from 'IPython.core'
(/usr/lib/python3/dist-packages/IPython/core/__init__.py)
=============================== warnings summary ===============================
../../../../../../usr/lib/python3/dist-packages/numpy/_pytesttester.py:79
/usr/lib/python3/dist-packages/numpy/_pytesttester.py:79:
PytestCollectionWarning: cannot collect 'test' because it is not a function.
def __call__(self, label='fast', verbose=1, extra_argv=None,
pweave/readers.py:362
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/readers.py:362:
SyntaxWarning: invalid escape sequence '\.'
self.basename = re.split("\.+[^\.]+$", file)[0] + "_converted"
pweave/readers.py:364
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/readers.py:364:
SyntaxWarning: invalid escape sequence '\.'
self.basename = re.split("\.+[^\.]+$", file)[0]
pweave/readers.py:422
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/readers.py:422:
SyntaxWarning: invalid escape sequence '\.'
self.basename = re.split("\.+[^\.]+$", file)[0] + "_converted"
pweave/readers.py:424
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/readers.py:424:
SyntaxWarning: invalid escape sequence '\.'
self.basename = re.split("\.+[^\.]+$", file)[0]
pweave/formatters/tex.py:14
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/tex.py:14:
SyntaxWarning: invalid escape sequence '\e'
codeend='\end{verbatim}\n',
pweave/formatters/tex.py:16
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/tex.py:16:
SyntaxWarning: invalid escape sequence '\e'
outputend='\end{verbatim}\n',
pweave/formatters/tex.py:41
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/tex.py:41:
SyntaxWarning: invalid escape sequence '\l'
result += "\label{fig:%s}\n" % chunk['name']
pweave/formatters/tex.py:57
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/tex.py:57:
SyntaxWarning: invalid escape sequence '\e'
codeend='\end{minted}\n',
pweave/formatters/tex.py:59
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/tex.py:59:
SyntaxWarning: invalid escape sequence '\e'
outputend='\end{minted}\n',
pweave/formatters/tex.py:61
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/tex.py:61:
SyntaxWarning: invalid escape sequence '\e'
termend='\end{minted}\n',
pweave/formatters/tex.py:97
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/tex.py:97:
SyntaxWarning: invalid escape sequence '\s'
LatexFormatter(verboptions="frame=single,fontsize=\small,
xleftmargin=0.5em"))
pweave/formatters/tex.py:107
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/tex.py:107:
SyntaxWarning: invalid escape sequence '\e'
codeend='\end{pweavecode}\n',
pweave/formatters/tex.py:109
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/tex.py:109:
SyntaxWarning: invalid escape sequence '\e'
outputend='\end{pweaveout}\n',
pweave/formatters/tex.py:111
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/tex.py:111:
SyntaxWarning: invalid escape sequence '\e'
termend='\end{pweaveterm}\n',
pweave/formatters/base.py:297
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/base.py:297:
SyntaxWarning: invalid escape sequence '\/'
return "".join(i for i in fname if i not in "\/:*?<>|")
pweave/formatters/publish.py:218
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/publish.py:218:
SyntaxWarning: invalid escape sequence '\p'
\\setlength{\parindent}{0pt}
pweave/formatters/publish.py:246
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/formatters/publish.py:246:
SyntaxWarning: invalid escape sequence '\m'
self.subheader += "\maketitle\n"
pweave/processors/base.py:237
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/processors/base.py:237:
SyntaxWarning: invalid escape sequence '\w'
splitted = re.split('(<%[\w\s\W]*?%>)', content) # , flags = re.S)
pweave/processors/base.py:264
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build/pweave/processors/base.py:264:
SyntaxWarning: invalid escape sequence '\w'
splitted = re.split('<%[\w\s\W]*?%>', chunk['content'])
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
ERROR tests/test_cache.py
ERROR tests/test_formatters.py
ERROR tests/test_publish.py
ERROR tests/test_pweave.py
ERROR tests/test_readers.py
!!!!!!!!!!!!!!!!!!! Interrupted: 5 errors during collection !!!!!!!!!!!!!!!!!!!!
======================== 20 warnings, 5 errors in 1.26s ========================
E: pybuild pybuild:483: test: plugin distutils failed with: exit code=2: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pweave/build; python3.13 -m pytest -k
"not (testFormatters or test_publish or testFIR_FilterExampleTex or test_url)"
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14
3.13" returned exit code 13
make: *** [debian/rules:11: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: python-pweave
Source-Version: 0.30.3-3
Done: Gordon Ball <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-pweave, 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.
Gordon Ball <[email protected]> (supplier of updated python-pweave 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, 08 Mar 2026 00:06:29 +0100
Source: python-pweave
Architecture: source
Version: 0.30.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Gordon Ball <[email protected]>
Closes: 1129369 1129901
Changes:
python-pweave (0.30.3-3) unstable; urgency=medium
.
* Team upload.
* d/patches: port usage of deprecated IPython.core.inputsplitter
(Closes: #1129369, #1129901)
Checksums-Sha1:
dbcb95643246a8ce1cf97a6c0ed65065246a39bd 2405 python-pweave_0.30.3-3.dsc
7dd0a55dafaecae32ab4a713610cfad6d21b5f3d 8620
python-pweave_0.30.3-3.debian.tar.xz
d9b464904f9debe85f9b5e7a598f3caf7ac89018 12374
python-pweave_0.30.3-3_amd64.buildinfo
Checksums-Sha256:
59804d64b5948ab88035e1197d6956c5e47708c5740c6043df6d059101622612 2405
python-pweave_0.30.3-3.dsc
f17c068b893586ae1473f843ec92a79bcf3a4c29b599deafb3da750115e10948 8620
python-pweave_0.30.3-3.debian.tar.xz
392de8eddb4509b74dfcdc558517a698bee8183c17c501d969a8e40ce72775a9 12374
python-pweave_0.30.3-3_amd64.buildinfo
Files:
62a67b2f4b86d57f51b87faa462a11d7 2405 python optional
python-pweave_0.30.3-3.dsc
7d2180142b83a8bb280104e7029572c9 8620 python optional
python-pweave_0.30.3-3.debian.tar.xz
624616da31eaae2949230e7b0e327eea 12374 python optional
python-pweave_0.30.3-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE6PwpXIa418BJ+Xuno12v+60p6N4FAmmssLEACgkQo12v+60p
6N496w//d/uJ0OP4IRZFwEQM/RI9Ebe+86fraW02STErGokNwqih0JtSr0j/p3Lo
0ayZ6jgl6k7qZ6lBtJoHCP18eH4Z7UPwwqb94hL9rj2a084m8OODKC6gNzjTZHPp
bt4TASClZHtAMsxwc4BlhnvKGTzEYQnwwQ/qE9XQClj+5xA+YuSt2lB+6QvOevaB
/hV5DRqM3RRNaDdiBYMrdTZ/Pzj96Ny22naFERmbJGRQKfLWrDcrSJ1jYFJOpqoD
aV6zWc5blui4rtBNrNztl8m2po6QkE2GjCib367SWKlM+OWxWGkvPrCc6kKGs+SJ
eZlX1B/fPXCDXSeZk+/R1F2cLnI9R3ex9a8uq+Y8V/OsHwg6B5Q81lwJESzXzwSL
lkdVuDoztmRi8Dkl1q/aSsMfKEYe9VmcVIcIAbIx7SrhFU0WlpoOicb4BkrxNLjO
UXD0TsmL5ZygaDCb2P8dFKHqcoFHCenfvMgVkgILfACRrFMt06UQWmBx1Ja5EQmb
DLrz/5O40xJ/ff6gRShUNWfn/HrygRrDhb7HAOwXPB6GkGWpsQfxrDSrGTLoMLUH
CXO8HaQPpjUA6mvtur/TgA4M98hTqAkdD4fLocNKBHMDMCgsZn9/15fsYjV/iyDc
5nl2UHeJhxL2pqb3vHUNs2bNWGQUhKzofpJPXt1/IpYI8rFyYGc=
=V71u
-----END PGP SIGNATURE-----
pgpuOFXhn6f6x.pgp
Description: PGP signature
--- End Message ---