Your message dated Fri, 12 Apr 2024 11:21:17 +0000
with message-id <e1rvey5-00fnqg...@fasolo.debian.org>
and subject line Bug#1067233: fixed in python-pomegranate 0.14.8-5
has caused the Debian Bug report #1067233,
regarding python-pomegranate: autopkgtest regression with NumPy 1.26
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.)
--
1067233: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067233
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-pomegranate
Version: 0.14.8-4
Severity: serious
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Dear maintainer,
your package has an autopkgtest regression with NumPy 1.26.
Hopefully relevent excerpt from the test log:
52s > ???
52s E ValueError: The truth value of an array with more than one element is
ambiguous. Use a.any() or a.all()
52s
52s pomegranate/kmeans.pyx:232: ValueError
52s =============================== warnings summary
===============================
52s ../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
52s /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning:
datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in
a future version. Use timezone-aware objects to represent datetimes in UTC:
datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
52s EPOCH = datetime.datetime.utcfromtimestamp(0)
52s
52s tests/test_custom_distributions.py: 29600 warnings
52s tests/test_hmm.py: 375 warnings
52s /usr/lib/python3/dist-packages/joblib/parallel.py:1792:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s res = func(*args, **kwargs)
52s
52s tests/test_custom_distributions.py: 40 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:223:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.log_probability(X),
model2.log_probability(X))
52s
52s tests/test_custom_distributions.py: 400 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:232:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.log_probability(X),
model2.log_probability(X))
52s
52s tests/test_custom_distributions.py: 200 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:345:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.log_probability(X),
model2.log_probability(X))
52s
52s tests/test_custom_distributions.py: 200 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:359:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.predict(X), model2.predict(X))
52s
52s tests/test_custom_distributions.py: 200 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:373:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.predict_proba(X),
model2.predict_proba(X))
52s
52s tests/test_custom_distributions.py: 200 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:387:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.predict_log_proba(X),
model2.predict_log_proba(X))
52s
52s tests/test_custom_distributions.py: 200 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:402:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.log_probability(X),
model2.log_probability(X))
52s
52s tests/test_custom_distributions.py: 2000 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:411:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.log_probability(X),
model2.log_probability(X))
52s
52s tests/test_custom_distributions.py: 40 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:493:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.log_probability(X),
model2.log_probability(X))
52s
52s tests/test_custom_distributions.py: 400 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:504:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.log_probability(X),
model2.log_probability(X))
52s
52s tests/test_custom_distributions.py: 200 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:620:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.log_probability(X),
model2.log_probability(X))
52s
52s tests/test_custom_distributions.py: 200 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:634:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.predict(X), model2.predict(X))
52s
52s tests/test_custom_distributions.py: 200 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:648:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.predict_proba(X),
model2.predict_proba(X))
52s
52s tests/test_custom_distributions.py: 200 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:662:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.predict_log_proba(X),
model2.predict_log_proba(X))
52s
52s tests/test_custom_distributions.py: 200 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:679:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.log_probability(X),
model2.log_probability(X))
52s
52s tests/test_custom_distributions.py: 2000 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:690:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.log_probability(X),
model2.log_probability(X))
52s
52s tests/test_custom_distributions.py: 10 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:700:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.log_probability(X),
model2.log_probability(X))
52s
52s tests/test_custom_distributions.py: 30 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:705:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_equal(model1.predict(X), model2.predict(X))
52s
52s tests/test_custom_distributions.py: 30 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:710:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.predict_proba(X),
model2.predict_proba(X))
52s
52s tests/test_custom_distributions.py: 30 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:715:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.predict_log_proba(X),
model2.predict_log_proba(X))
52s
52s tests/test_custom_distributions.py: 10 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:724:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.log_probability(X),
model2.log_probability(X))
52s
52s tests/test_custom_distributions.py::test_custom_normal_hmm_from_samples
52s tests/test_custom_distributions.py::test_custom_normal_hmm_from_samples
52s tests/test_custom_distributions.py::test_custom_normal_hmm_from_samples
52s tests/test_custom_distributions.py::test_custom_normal_hmm_from_samples
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:733:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.log_probability(X),
model2.log_probability(X))
52s
52s tests/test_custom_distributions.py: 50 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:787:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.log_probability(X),
model2.log_probability(X))
52s
52s tests/test_custom_distributions.py: 150 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:792:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.predict(X), model2.predict(X))
52s
52s tests/test_custom_distributions.py: 150 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:797:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.predict_proba(X),
model2.predict_proba(X))
52s
52s tests/test_custom_distributions.py: 150 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:802:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.predict_log_proba(X),
model2.predict_log_proba(X))
52s
52s tests/test_custom_distributions.py: 30 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:811:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.log_probability(X),
model2.log_probability(X))
52s
52s tests/test_custom_distributions.py: 20 warnings
52s
/tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:820:
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is
deprecated, and will error in future. Ensure you extract a single element from
your array before performing this operation. (Deprecated NumPy 1.25.)
52s assert_array_almost_equal(model1.log_probability(X),
model2.log_probability(X))
52s
52s -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
52s =========================== short test summary info
============================
52s ERROR tests/test_kmeans.py::test_kmeans_from_samples - ValueError: The
truth ...
52s ERROR tests/test_kmeans.py::test_kmeans_from_samples_parallel -
ValueError: T...
52s ERROR tests/test_kmeans.py::test_kmeans_predict - ValueError: The truth
value...
52s ERROR tests/test_kmeans.py::test_kmeans_predict_parallel - ValueError: The
tr...
52s ERROR tests/test_kmeans.py::test_kmeans_predict_large - ValueError: The
truth...
52s ERROR tests/test_kmeans.py::test_kmeans_predict_large_parallel -
ValueError: ...
52s ERROR tests/test_kmeans.py::test_kmeans_fit - ValueError: The truth value
of ...
52s ERROR tests/test_kmeans.py::test_kmeans_fit_parallel - ValueError: The
truth ...
52s ERROR tests/test_kmeans.py::test_kmeans_multiple_init - ValueError: The
truth...
52s ERROR tests/test_kmeans.py::test_kmeans_ooc_from_samples - ValueError: The
tr...
52s ERROR tests/test_kmeans.py::test_kmeans_ooc_fit - ValueError: The truth
value...
52s ERROR tests/test_kmeans.py::test_kmeans_minibatch_from_samples -
ValueError: ...
52s ERROR tests/test_kmeans.py::test_kmeans_minibatch_fit - ValueError: The
truth...
52s ERROR tests/test_kmeans.py::test_kmeans_nan_from_samples - ValueError: The
tr...
52s ERROR tests/test_kmeans.py::test_kmeans_nan_from_samples_parallel -
ValueErro...
52s ERROR tests/test_kmeans.py::test_kmeans_nan_fit - ValueError: The truth
value...
52s ERROR tests/test_kmeans.py::test_kmeans_nan_fit_parallel - ValueError: The
tr...
52s ERROR tests/test_kmeans.py::test_kmeans_nan_fit_large - ValueError: The
truth...
52s ERROR tests/test_kmeans.py::test_kmeans_nan_fit_large_parallel -
ValueError: ...
52s ERROR tests/test_kmeans.py::test_kmeans_nan_predict - ValueError: The
truth v...
52s ERROR tests/test_kmeans.py::test_kmeans_nan_predict_parallel - ValueError:
Th...
52s ERROR tests/test_kmeans.py::test_kmeans_nan_large_predict - ValueError:
The t...
52s ERROR tests/test_kmeans.py::test_kmeans_nan_large_predict_parallel -
ValueErr...
52s ERROR tests/test_kmeans.py::test_kmeans_nan_multiple_init - ValueError:
The t...
52s ERROR tests/test_kmeans.py::test_kmeans_ooc_nan_from_samples - ValueError:
Th...
52s ERROR tests/test_kmeans.py::test_kmeans_ooc_nan_fit - ValueError: The
truth v...
52s ERROR tests/test_kmeans.py::test_kmeans_minibatch_nan_from_samples -
ValueErr...
52s ERROR tests/test_kmeans.py::test_kmeans_minibatch_nan_fit - ValueError:
The t...
52s =============== 570 passed, 37520 warnings, 28 errors in 12.06s
================
Cheers
Timo
-----BEGIN PGP SIGNATURE-----
iQGzBAEBCgAdFiEEJvtDgpxjkjCIVtam+C8H+466LVkFAmX7CZ0ACgkQ+C8H+466
LVmVkwwAuOtQXo3x25mlH+PZeeqrV63YJe7jkGTcc/YZdUCSyusbB1uo4l8yTDB5
2NOulpwngUDermnKKXv0ywgFaWMODDLUb9Sar0HGWZjO6rOCD81HQ5fDt2ZTtFUk
7quuAq/XQrUAaMtesFKumXX/xAAXnLZMf3N0GdcoqxCJWua90DdaFwHmuKgsIX3V
jYuBI/C9+C/zyixXbBVhaRD+QrUXtqSWpxL2Y/Spahdk0c5Ce0WSSf/pDWzIY4GF
Oy6Sx1RJsiyvUvsZ8mHBmVsI5UEDCamaHfBjTPCLgg6BPp5GqNSX1bnGqIMxwH9x
FxGpewdpHcGKYqhAqxnyx7IG7bK0qztVmLIcPcxGE5wg8XaH40B1lsPCFkjnVa2q
nfJtKwpBc64iGPUg6cidzC+hI3n48RU0FPeSqU6OAL1zrLyLD+LKDfLwlZbQALEX
D07xrJfZ3l82jc+yowGQicvtwk8mwv825P+hGjMFLazDBeIsgA7EN8HeFoucDk5/
A6KgQ75O
=zOCg
-----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---
Source: python-pomegranate
Source-Version: 0.14.8-5
Done: Michael R. Crusoe <cru...@debian.org>
We believe that the bug you reported is fixed in the latest version of
python-pomegranate, 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 1067...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael R. Crusoe <cru...@debian.org> (supplier of updated python-pomegranate
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: Fri, 12 Apr 2024 12:50:07 +0300
Source: python-pomegranate
Architecture: source
Version: 0.14.8-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Michael R. Crusoe <cru...@debian.org>
Closes: 1067233 1067294
Changes:
python-pomegranate (0.14.8-5) unstable; urgency=medium
.
* Add patch from Graham Inggs to fix compat with NumPy 1.26+, thank
you Graham! Closes: #1067233, #1067294
Checksums-Sha1:
6b48d60f996c399a1a4bc3f0f56720de27113142 2578 python-pomegranate_0.14.8-5.dsc
86e43927b419e19360a84b1cfeadfcaa6bf75b28 39672
python-pomegranate_0.14.8-5.debian.tar.xz
56a5d3f7210f6b8bb9868005c307a689967c7742 9543
python-pomegranate_0.14.8-5_source.buildinfo
Checksums-Sha256:
04991838c43f032ba936f348a215338b1f19fc8dde4b46b69251c69be74bb7af 2578
python-pomegranate_0.14.8-5.dsc
479e7316d38a51a4a48497a90d6d883869be73daadcbe15965dd1cd214ae8d74 39672
python-pomegranate_0.14.8-5.debian.tar.xz
1118b332e3349b110900cdd084a8e65bdcf61abb57cccbd73b8c6ffd17a12e95 9543
python-pomegranate_0.14.8-5_source.buildinfo
Files:
f341333accff37e5dc17f1e1f65fe06c 2578 science optional
python-pomegranate_0.14.8-5.dsc
d27fd012d9759da6142db55dc1430729 39672 science optional
python-pomegranate_0.14.8-5.debian.tar.xz
43a1328c894d53b8d428fa0fddafbd4b 9543 science optional
python-pomegranate_0.14.8-5_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEck1gkzcRPHEFUNdHPCZ2P2xn5uIFAmYZBBsACgkQPCZ2P2xn
5uLkoBAAuDpSbM+0L5Xvv2NdZ7vHW5NEtxPAX8RFRhGg1hcFIzIlwex3b6illwvY
SF2mJsSNluKe8AhvK0LKLSIBvrq/TBZ4ovu4IBgTW2xThsIkgsxACdF46bPY9ygc
4jAx00xGZyS6/jPlO1/nWW2YYGd+TrAlI0hKHLvtGck5jcO4UqinFAjAOG/qoVOD
Ed6xb/8ycjDTev/GvIhfdo6g1RYkrDglktS5Bv0J1t3Sc44oBxApqPSIq9kcBBwg
sS6b89zvDKtOZNnWGdJjFxWtuwhaA1VWh0KTvdgpDs1JE0hYcXWl2qZaYXDQhKq8
vPBRQDx+WFxB9dP1KPH1qfkU3P8dV440mKiEeFBXgTQH6eToVCUHakN0uBTBaQN3
xcuRsE0vjHK9YNYSnIqHAVK2E68B+lwRo+uZF5xX9FRqt62U+WezMvd8Ph5DLrOE
3gwL0VcEdHTyadpIbUPkLn5svFXLKW+67d3X+EDl1SELwRk+cUYAExiEOChH/lJY
ThIayRCutWJjXh8rOMJBOtdgDaYCG7XyaRHvhEZ0aynkEpZPKkBuKrIpyluhi3rd
lKmhhw+WKU7jZLoNt6F0qYEcmPeofvHXlFsko01VstMYpMt60NNN1rONk9IXATSF
J2gsiZxgKhzW3Ug7YdVNWqMyMIpEcH6sPFqiLpA0LsmkNXZSufE=
=nu+i
-----END PGP SIGNATURE-----
pgpkLJMv38HRt.pgp
Description: PGP signature
--- End Message ---