Your message dated Mon, 17 Dec 2018 12:19:55 +0000
with message-id <e1gyrsj-000523...@fasolo.debian.org>
and subject line Bug#906156: fixed in python-skbio 0.5.5-1
has caused the Debian Bug report #906156,
regarding python-skbio ftbfs in unstable, and autopkg tests fail (Python 3.7 
tests)
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.)


-- 
906156: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906156
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-skbio
Version: 0.5.2-1
Severity: serious
Tags: sid buster

python-skbio ftbfs in unstable (Python 3.7 tests)

https://ci.debian.net/data/packages/unstable/amd64/p/python-skbio/latest-autopkgtest/log.gz


======================================================================
ERROR: test_bool_index_both_axes 
(skbio.alignment.tests.test_tabular_msa.TestLoc)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/tests/test_tabular_msa.py",
line 1091, in test_bool_index_both_axes
    new = self.get(msa, ([False, True, True], [True, True, False]))
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/tests/test_tabular_msa.py",
line 1271, in get
    return obj.loc[indexable]
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 38, in __getitem__
    return self._handle_both_axes(*indexable)
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 52, in _handle_both_axes
    r = self._slice_on_first_axis(self._obj, seq_index)
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 71, in _slice_on_first_axis
    if self.is_scalar(indexable, axis=0):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 171, in is_scalar
    duplicated_key = indexable in index.get_duplicates()
  File "/usr/lib/python3/dist-packages/pandas/core/indexes/base.py", line 2035,
in __contains__
    hash(key)
TypeError: unhashable type: 'list'

======================================================================
ERROR: test_bool_index_first_axis 
(skbio.alignment.tests.test_tabular_msa.TestLoc)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/tests/test_tabular_msa.py",
line 1062, in test_bool_index_first_axis
    new = self.get(msa, [True, True, False])
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/tests/test_tabular_msa.py",
line 1271, in get
    return obj.loc[indexable]
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 42, in __getitem__
    return self._slice_on_first_axis(self._obj, indexable)
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 71, in _slice_on_first_axis
    if self.is_scalar(indexable, axis=0):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 171, in is_scalar
    duplicated_key = indexable in index.get_duplicates()
  File "/usr/lib/python3/dist-packages/pandas/core/indexes/base.py", line 2035,
in __contains__
    hash(key)
TypeError: unhashable type: 'list'

======================================================================
ERROR: test_bool_index_second_axis 
(skbio.alignment.tests.test_tabular_msa.TestLoc)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/tests/test_tabular_msa.py",
line 1076, in test_bool_index_second_axis
    new = self.get(msa, (Ellipsis, [True, True, False]))
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/tests/test_tabular_msa.py",
line 1271, in get
    return obj.loc[indexable]
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 38, in __getitem__
    return self._handle_both_axes(*indexable)
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 50, in _handle_both_axes
    return self._slice_on_second_axis(self._obj, pos_index)
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 62, in _slice_on_second_axis
    if self.is_scalar(indexable, axis=1):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 171, in is_scalar
    duplicated_key = indexable in index.get_duplicates()
  File "/usr/lib/python3/dist-packages/pandas/core/indexes/base.py", line 2035,
in __contains__
    hash(key)
TypeError: unhashable type: 'list'

======================================================================
ERROR: test_bool_index_too_big (skbio.alignment.tests.test_tabular_msa.TestLoc)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/tests/test_tabular_msa.py",
line 1103, in test_bool_index_too_big
    self.get(msa, [False, False, False, False])
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/tests/test_tabular_msa.py",
line 1271, in get
    return obj.loc[indexable]
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 42, in __getitem__
    return self._slice_on_first_axis(self._obj, indexable)
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 71, in _slice_on_first_axis
    if self.is_scalar(indexable, axis=0):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 171, in is_scalar
    duplicated_key = indexable in index.get_duplicates()
  File "/usr/lib/python3/dist-packages/pandas/core/indexes/base.py", line 2035,
in __contains__
    hash(key)
TypeError: unhashable type: 'list'

======================================================================
ERROR: test_bool_index_too_small 
(skbio.alignment.tests.test_tabular_msa.TestLoc)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/tests/test_tabular_msa.py",
line 1119, in test_bool_index_too_small
    self.get(msa, [False])
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/tests/test_tabular_msa.py",
line 1271, in get
    return obj.loc[indexable]
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 42, in __getitem__
    return self._slice_on_first_axis(self._obj, indexable)
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 71, in _slice_on_first_axis
    if self.is_scalar(indexable, axis=0):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 171, in is_scalar
    duplicated_key = indexable in index.get_duplicates()
  File "/usr/lib/python3/dist-packages/pandas/core/indexes/base.py", line 2035,
in __contains__
    hash(key)
TypeError: unhashable type: 'list'

======================================================================
ERROR: test_unhashable_index_both_axes
(skbio.alignment.tests.test_tabular_msa.TestLoc)
----------------------------------------------------------------------
TypeError: unhashable type: 'list'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/tests/test_tabular_msa.py",
line 1461, in test_unhashable_index_both_axes
    self.get(msa, (s, 0))
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/tests/test_tabular_msa.py",
line 1271, in get
    return obj.loc[indexable]
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 38, in __getitem__
    return self._handle_both_axes(*indexable)
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 52, in _handle_both_axes
    r = self._slice_on_first_axis(self._obj, seq_index)
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 71, in _slice_on_first_axis
    if self.is_scalar(indexable, axis=0):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 171, in is_scalar
    duplicated_key = indexable in index.get_duplicates()
  File "/usr/lib/python3/dist-packages/pandas/core/indexes/base.py", line 1926,
in get_duplicates
    return self[self.duplicated()].unique()
  File "/usr/lib/python3/dist-packages/pandas/core/indexes/base.py", line 4539,
in duplicated
    return super(Index, self).duplicated(keep=keep)
  File "/usr/lib/python3/dist-packages/pandas/core/base.py", line 1250, in
duplicated
    return duplicated(self, keep=keep)
  File "/usr/lib/python3/dist-packages/pandas/core/algorithms.py", line 798, in
duplicated
    return f(values, keep=keep)
SystemError: <built-in function duplicated_object> returned a result with an
error set

======================================================================
ERROR: test_unhashable_index_first_axis
(skbio.alignment.tests.test_tabular_msa.TestLoc)
----------------------------------------------------------------------
TypeError: unhashable type: 'slice'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/tests/test_tabular_msa.py",
line 1433, in test_unhashable_index_first_axis
    self.get(msa, s, axis=0)
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/tests/test_tabular_msa.py",
line 1273, in get
    return obj.loc(axis=axis)[indexable]
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 29, in __getitem__
    return self._slice_on_first_axis(self._obj, indexable)
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 71, in _slice_on_first_axis
    if self.is_scalar(indexable, axis=0):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 171, in is_scalar
    duplicated_key = indexable in index.get_duplicates()
  File "/usr/lib/python3/dist-packages/pandas/core/indexes/base.py", line 1926,
in get_duplicates
    return self[self.duplicated()].unique()
  File "/usr/lib/python3/dist-packages/pandas/core/indexes/base.py", line 4539,
in duplicated
    return super(Index, self).duplicated(keep=keep)
  File "/usr/lib/python3/dist-packages/pandas/core/base.py", line 1250, in
duplicated
    return duplicated(self, keep=keep)
  File "/usr/lib/python3/dist-packages/pandas/core/algorithms.py", line 798, in
duplicated
    return f(values, keep=keep)
SystemError: <built-in function duplicated_object> returned a result with an
error set

======================================================================
ERROR: test_unhashable_index_second_axis
(skbio.alignment.tests.test_tabular_msa.TestLoc)
----------------------------------------------------------------------
TypeError: unhashable type: 'slice'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/tests/test_tabular_msa.py",
line 1446, in test_unhashable_index_second_axis
    self.get(msa, [0, 1], axis=1)
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/tests/test_tabular_msa.py",
line 1273, in get
    return obj.loc(axis=axis)[indexable]
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 31, in __getitem__
    return self._slice_on_second_axis(self._obj, indexable)
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 62, in _slice_on_second_axis
    if self.is_scalar(indexable, axis=1):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/_indexing.py",
line 171, in is_scalar
    duplicated_key = indexable in index.get_duplicates()
  File "/usr/lib/python3/dist-packages/pandas/core/indexes/base.py", line 1926,
in get_duplicates
    return self[self.duplicated()].unique()
  File "/usr/lib/python3/dist-packages/pandas/core/indexes/base.py", line 4539,
in duplicated
    return super(Index, self).duplicated(keep=keep)
  File "/usr/lib/python3/dist-packages/pandas/core/base.py", line 1250, in
duplicated
    return duplicated(self, keep=keep)
  File "/usr/lib/python3/dist-packages/pandas/core/algorithms.py", line 798, in
duplicated
    return f(values, keep=keep)
SystemError: <built-in function duplicated_object> returned a result with an
error set

======================================================================
FAIL: test_with_positional_metadata
(skbio.alignment.tests.test_tabular_msa.TestIterPositions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/tests/test_tabular_msa.py",
line 2958, in test_with_positional_metadata
    'bar': [np.nan, np.nan, 'bazz']})])
AssertionError: Lists differ: [Sequ[50 chars]o': 9.0
    'pm1': 0.5
Positional metadata:
  [313 chars] C--] != [Sequ[50 chars]o': 9
    'pm1': 0.5
Positional metadata:
    [309 chars] C--]

First differing element 0:
Seque[49 chars]o': 9.0
    'pm1': 0.5
Positional metadata:
  [102 chars]0 AA-
Seque[49 chars]o': 9
    'pm1': 0.5
Positional metadata:
    [100 chars]0 AA-

  [Sequence
  ---------------------------
  Metadata:
-     'foo': 9.0
?             --

+     'foo': 9
      'pm1': 0.5
  Positional metadata:
+     'foo': <dtype: float64>
      'bar': <dtype: object>
-     'foo': <dtype: float64>
  Stats:
      length: 3
  ---------------------------
  0 AA-,
   Sequence
  ---------------------------
  Metadata:
-     'foo': 99.0
?              --

+     'foo': 99
      'pm1': 1.5
  Positional metadata:
+     'foo': <dtype: float64>
      'bar': <dtype: object>
-     'foo': <dtype: float64>
  Stats:
      length: 3
  ---------------------------
  0 C--]

======================================================================
FAIL: test_with_positional_metadata_reverse
(skbio.alignment.tests.test_tabular_msa.TestIterPositions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/tests/test_tabular_msa.py",
line 2979, in test_with_positional_metadata_reverse
    'bar': [np.nan, np.nan, 'baz']})])
AssertionError: Lists differ: [Sequ[51 chars]': 99.0
    'pm1': 1.5
Positional metadata:
  [312 chars] AA-] != [Sequ[51 chars]': 99
    'pm1': 1.5
Positional metadata:
    [308 chars] AA-]

First differing element 0:
Seque[50 chars]': 99.0
    'pm1': 1.5
Positional metadata:
  [102 chars]0 C--
Seque[50 chars]': 99
    'pm1': 1.5
Positional metadata:
    [100 chars]0 C--

  [Sequence
  ---------------------------
  Metadata:
-     'foo': 99.0
?              --

+     'foo': 99
      'pm1': 1.5
  Positional metadata:
+     'foo': <dtype: float64>
      'bar': <dtype: object>
-     'foo': <dtype: float64>
  Stats:
      length: 3
  ---------------------------
  0 C--,
   Sequence
  ---------------------------
  Metadata:
-     'foo': 9.0
?             --

+     'foo': 9
      'pm1': 0.5
  Positional metadata:
+     'foo': <dtype: float64>
      'bar': <dtype: object>
-     'foo': <dtype: float64>
  Stats:
      length: 3
  ---------------------------
  0 AA-]

======================================================================
FAIL: test_how_outer (skbio.alignment.tests.test_tabular_msa.TestJoin)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/tests/test_tabular_msa.py",
line 2770, in test_how_outer
    'baz': [np.nan, np.nan, 'c', 'd', 'e']}))
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/alignment/tests/test_tabular_msa.py",
line 2521, in assertEqualJoinedMSA
    self.assertEqual(msa1, msa2)
AssertionError: Tabul[59 chars]    'bar': <dtype: object>
    'baz': <dtype: [136 chars]----- != Tabul[59 chars]    'foo': <dtype: int64>
    'bar': <dtype: o[136 chars]-----

======================================================================
FAIL: test_not_equal 
(skbio.util.tests.test_testing.TestAssertDataFrameAlmostEqual)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_skbio/build/skbio/util/tests/test_testing.py",
line 211, in test_not_equal
    assert_data_frame_almost_equal(df1, df2)
AssertionError: AssertionError not raised

----------------------------------------------------------------------
Ran 2314 tests in 70.280s

FAILED (SKIP=30, errors=8, failures=4)

--- End Message ---
--- Begin Message ---
Source: python-skbio
Source-Version: 0.5.5-1

We believe that the bug you reported is fixed in the latest version of
python-skbio, 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 906...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated python-skbio 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: SHA256

Format: 1.8
Date: Mon, 17 Dec 2018 12:03:10 +0100
Source: python-skbio
Binary: python-skbio-doc python3-skbio
Architecture: source
Version: 0.5.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Description:
 python-skbio-doc - Data structures, algorithms, educational resources for 
bioinforma
 python3-skbio - Python3 data structures, algorithms, educational resources for 
bi
Closes: 906156
Changes:
 python-skbio (0.5.5-1) unstable; urgency=medium
 .
   * New upstream version
     Closes: #906156
   * Standards-Version: 4.2.1
   * Build-Depends: python3-hdmedians
   * Secure URI in copyright format
   * No override for dh_auto_test
   * Test-Depends: python3-pytest
Checksums-Sha1:
 f7bf4dd04462c6c7c28875eaed12ec0d2324038f 2608 python-skbio_0.5.5-1.dsc
 2524bf008d952af23bd5208ccf72f5fc2d7b4948 8309847 python-skbio_0.5.5.orig.tar.gz
 7c3af8015dbdac25863380092bcc7e12f660a11a 6384 
python-skbio_0.5.5-1.debian.tar.xz
Checksums-Sha256:
 9718604a5089823559c7348db9c5b542bfa989780d17c44d1b9c503b37876bbd 2608 
python-skbio_0.5.5-1.dsc
 5321ed8eb4463bc1c28ad89f9539bf0645ad34ed27f55fe156965279b8e16fb5 8309847 
python-skbio_0.5.5.orig.tar.gz
 48c61db3e38ffc6eeffa5b7fec16fd3971d050f253705a1e9aceabfa8ceded4d 6384 
python-skbio_0.5.5-1.debian.tar.xz
Files:
 8eb17c8fee94e05385039d02d3aea20c 2608 python optional python-skbio_0.5.5-1.dsc
 e8ec41366d9eeda9bce3ec43c2af1159 8309847 python optional 
python-skbio_0.5.5.orig.tar.gz
 bc756c20d2130932508676f092c6e113 6384 python optional 
python-skbio_0.5.5-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlwXi7cRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGrnRAAgchyFYTlyPQXopp0MwMDEiM0gufQFkHo
dJii7OCdWlvIOc1soXHwgaeZoH4MKaoO4bczFtlylQ+rZj+sByoPbt72WeBWmNnB
Qjx7PihsWzPuzjItNe7JLhOsnO2OKlbQkPSX6OJ7YWEDihuu9pP1TrawacNMsHhD
FeVAgMPRHQI22AMzEuXyLQUSPDz4QFvosw2aNhIC6MIVdsqNAMrjxE/BBqKkuqXn
ii2iudwsOFrcUEG0izGUojMwSbndZOSI/2OUpDU4Qr6Wsw6A3AgnAmyDvkIPT/y/
dySArNtyGkZbR5NKaGrlGDs5FIc3s1Tv2Aryd6XKjPVYBuC8w0kAxWdg8dmTzng1
3wxA4PtQoXjhi/mR/A2i7fstPJXvHz5kLwFHWZOMwxFfb3PhbHVn3MuKJGeSK9zv
/w/pQVj2MuvDzpK7oLuOckAcE5POXqYqbK2V0691uIktd4chp2wFiQSrj66mIonx
/KRaVfk/UHVxNmf5TkIdS+I8LBb9Ng6FJPg8phQ5tUBNnSQa1G2RMWq5IxbuSz4O
uO4Mtq5xCc76nfDE+7crPO3RO3IjT2tkrR95XeLy9POAtxGAxVjh+YXAExwPqT9G
vf7m2rOGGXaI2UQ/Ehj5RIQxER7lgvwc88FWGFkwEXdF9lMg/wSCKticSar9nYjE
MJNi/eq0hfw=
=mY+I
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to