Your message dated Thu, 24 Mar 2022 16:48:48 +0000
with message-id <e1nxqdk-000esr...@fasolo.debian.org>
and subject line Bug#1007826: fixed in asdf-astropy 0.2.0-2
has caused the Debian Bug report #1007826,
regarding asdf-astropy: autopkgtest regression: 'cannot represent an object', 
<Cosine1D(amplitude=10., frequency=0.5, phase=1.)
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.)


-- 
1007826: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007826
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: asdf-astropy
Version: 0.2.0-1
Severity: serious
User: debian...@lists.debian.org
Usertags: regression

Dear maintainer(s),

With a recent upload of asdf-astropy the autopkgtest of asdf-astropy fails in testing when that autopkgtest is run with the binary packages of asdf-astropy from unstable. It passes when run with only packages from testing. In tabular form:

                       pass            fail
asdf-astropy           from testing    0.2.0-1
all others             from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration to testing [1]. Can you please investigate the situation and fix it?

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=asdf-astropy

https://ci.debian.net/data/autopkgtest/testing/amd64/a/asdf-astropy/20034163/log.gz


=================================== FAILURES =================================== __________________________ test_single_model[model35] __________________________

tmpdir = local('/tmp/pytest-of-debci/pytest-0/test_single_model_model35_0')
model = <Cosine1D(amplitude=10., frequency=0.5, phase=1.)>

    @pytest.mark.parametrize("model", create_single_models())
    def test_single_model(tmpdir, model):
      assert_model_roundtrip(model, tmpdir)

/usr/lib/python3/dist-packages/asdf_astropy/converters/transform/tests/test_transform.py:383: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib/python3/dist-packages/asdf_astropy/converters/transform/tests/test_transform.py:37: in assert_model_roundtrip
    af.write_to(path)
/usr/lib/python3/dist-packages/asdf/asdf.py:1313: in write_to
    self._serial_write(fd, pad_blocks, include_block_index)
/usr/lib/python3/dist-packages/asdf/asdf.py:1065: in _serial_write
    self._write_tree(self._tree, fd, pad_blocks)
/usr/lib/python3/dist-packages/asdf/asdf.py:1038: in _write_tree
    yamlutil.dump_tree(
/usr/lib/python3/dist-packages/asdf/yamlutil.py:402: in dump_tree
    yaml.dump_all(
/usr/lib/python3/dist-packages/yaml/__init__.py:278: in dump_all
    dumper.represent(data)
/usr/lib/python3/dist-packages/yaml/representer.py:27: in represent
    node = self.represent_data(data)
/usr/lib/python3/dist-packages/asdf/yamlutil.py:43: in represent_data
    node = super(AsdfDumper, self).represent_data(data)
/usr/lib/python3/dist-packages/yaml/representer.py:48: in represent_data
    node = self.yaml_representers[data_types[0]](self, data)
/usr/lib/python3/dist-packages/asdf/yamlutil.py:63: in represent_mapping
node = super(AsdfDumper, dumper).represent_mapping(None, mapping.data, flow_style)
/usr/lib/python3/dist-packages/yaml/representer.py:118: in represent_mapping
    node_value = self.represent_data(item_value)
/usr/lib/python3/dist-packages/asdf/yamlutil.py:43: in represent_data
    node = super(AsdfDumper, self).represent_data(data)
/usr/lib/python3/dist-packages/yaml/representer.py:58: in represent_data
    node = self.yaml_representers[None](self, data)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <asdf.yamlutil.AsdfDumper object at 0x28fb260>
data = <Cosine1D(amplitude=10., frequency=0.5, phase=1.)>

    def represent_undefined(self, data):
      raise RepresenterError("cannot represent an object", data)
E yaml.representer.RepresenterError: ('cannot represent an object', <Cosine1D(amplitude=10., frequency=0.5, phase=1.)>)

/usr/lib/python3/dist-packages/yaml/representer.py:231: RepresenterError
__________________________ test_single_model[model36] __________________________

tmpdir = local('/tmp/pytest-of-debci/pytest-0/test_single_model_model36_0')
model = <Tangent1D(amplitude=10., frequency=0.5, phase=1.)>

    @pytest.mark.parametrize("model", create_single_models())
    def test_single_model(tmpdir, model):
      assert_model_roundtrip(model, tmpdir)

/usr/lib/python3/dist-packages/asdf_astropy/converters/transform/tests/test_transform.py:383: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib/python3/dist-packages/asdf_astropy/converters/transform/tests/test_transform.py:37: in assert_model_roundtrip
    af.write_to(path)
/usr/lib/python3/dist-packages/asdf/asdf.py:1313: in write_to
    self._serial_write(fd, pad_blocks, include_block_index)
/usr/lib/python3/dist-packages/asdf/asdf.py:1065: in _serial_write
    self._write_tree(self._tree, fd, pad_blocks)
/usr/lib/python3/dist-packages/asdf/asdf.py:1038: in _write_tree
    yamlutil.dump_tree(
/usr/lib/python3/dist-packages/asdf/yamlutil.py:402: in dump_tree
    yaml.dump_all(
/usr/lib/python3/dist-packages/yaml/__init__.py:278: in dump_all
    dumper.represent(data)
/usr/lib/python3/dist-packages/yaml/representer.py:27: in represent
    node = self.represent_data(data)
/usr/lib/python3/dist-packages/asdf/yamlutil.py:43: in represent_data
    node = super(AsdfDumper, self).represent_data(data)
/usr/lib/python3/dist-packages/yaml/representer.py:48: in represent_data
    node = self.yaml_representers[data_types[0]](self, data)
/usr/lib/python3/dist-packages/asdf/yamlutil.py:63: in represent_mapping
node = super(AsdfDumper, dumper).represent_mapping(None, mapping.data, flow_style)
/usr/lib/python3/dist-packages/yaml/representer.py:118: in represent_mapping
    node_value = self.represent_data(item_value)
/usr/lib/python3/dist-packages/asdf/yamlutil.py:43: in represent_data
    node = super(AsdfDumper, self).represent_data(data)
/usr/lib/python3/dist-packages/yaml/representer.py:58: in represent_data
    node = self.yaml_representers[None](self, data)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <asdf.yamlutil.AsdfDumper object at 0x24bfc70>
data = <Tangent1D(amplitude=10., frequency=0.5, phase=1.)>

    def represent_undefined(self, data):
      raise RepresenterError("cannot represent an object", data)
E yaml.representer.RepresenterError: ('cannot represent an object', <Tangent1D(amplitude=10., frequency=0.5, phase=1.)>)

/usr/lib/python3/dist-packages/yaml/representer.py:231: RepresenterError
__________________________ test_single_model[model37] __________________________

tmpdir = local('/tmp/pytest-of-debci/pytest-0/test_single_model_model37_0')
model = <ArcSine1D(amplitude=10., frequency=0.5, phase=1.)>

    @pytest.mark.parametrize("model", create_single_models())
    def test_single_model(tmpdir, model):
      assert_model_roundtrip(model, tmpdir)

/usr/lib/python3/dist-packages/asdf_astropy/converters/transform/tests/test_transform.py:383: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib/python3/dist-packages/asdf_astropy/converters/transform/tests/test_transform.py:37: in assert_model_roundtrip
    af.write_to(path)
/usr/lib/python3/dist-packages/asdf/asdf.py:1313: in write_to
    self._serial_write(fd, pad_blocks, include_block_index)
/usr/lib/python3/dist-packages/asdf/asdf.py:1065: in _serial_write
    self._write_tree(self._tree, fd, pad_blocks)
/usr/lib/python3/dist-packages/asdf/asdf.py:1038: in _write_tree
    yamlutil.dump_tree(
/usr/lib/python3/dist-packages/asdf/yamlutil.py:402: in dump_tree
    yaml.dump_all(
/usr/lib/python3/dist-packages/yaml/__init__.py:278: in dump_all
    dumper.represent(data)
/usr/lib/python3/dist-packages/yaml/representer.py:27: in represent
    node = self.represent_data(data)
/usr/lib/python3/dist-packages/asdf/yamlutil.py:43: in represent_data
    node = super(AsdfDumper, self).represent_data(data)
/usr/lib/python3/dist-packages/yaml/representer.py:48: in represent_data
    node = self.yaml_representers[data_types[0]](self, data)
/usr/lib/python3/dist-packages/asdf/yamlutil.py:63: in represent_mapping
node = super(AsdfDumper, dumper).represent_mapping(None, mapping.data, flow_style)
/usr/lib/python3/dist-packages/yaml/representer.py:118: in represent_mapping
    node_value = self.represent_data(item_value)
/usr/lib/python3/dist-packages/asdf/yamlutil.py:43: in represent_data
    node = super(AsdfDumper, self).represent_data(data)
/usr/lib/python3/dist-packages/yaml/representer.py:58: in represent_data
    node = self.yaml_representers[None](self, data)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <asdf.yamlutil.AsdfDumper object at 0x24617f0>
data = <ArcSine1D(amplitude=10., frequency=0.5, phase=1.)>

    def represent_undefined(self, data):
      raise RepresenterError("cannot represent an object", data)
E yaml.representer.RepresenterError: ('cannot represent an object', <ArcSine1D(amplitude=10., frequency=0.5, phase=1.)>)

/usr/lib/python3/dist-packages/yaml/representer.py:231: RepresenterError
__________________________ test_single_model[model38] __________________________

tmpdir = local('/tmp/pytest-of-debci/pytest-0/test_single_model_model38_0')
model = <ArcCosine1D(amplitude=10., frequency=0.5, phase=1.)>

    @pytest.mark.parametrize("model", create_single_models())
    def test_single_model(tmpdir, model):
      assert_model_roundtrip(model, tmpdir)

/usr/lib/python3/dist-packages/asdf_astropy/converters/transform/tests/test_transform.py:383: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib/python3/dist-packages/asdf_astropy/converters/transform/tests/test_transform.py:37: in assert_model_roundtrip
    af.write_to(path)
/usr/lib/python3/dist-packages/asdf/asdf.py:1313: in write_to
    self._serial_write(fd, pad_blocks, include_block_index)
/usr/lib/python3/dist-packages/asdf/asdf.py:1065: in _serial_write
    self._write_tree(self._tree, fd, pad_blocks)
/usr/lib/python3/dist-packages/asdf/asdf.py:1038: in _write_tree
    yamlutil.dump_tree(
/usr/lib/python3/dist-packages/asdf/yamlutil.py:402: in dump_tree
    yaml.dump_all(
/usr/lib/python3/dist-packages/yaml/__init__.py:278: in dump_all
    dumper.represent(data)
/usr/lib/python3/dist-packages/yaml/representer.py:27: in represent
    node = self.represent_data(data)
/usr/lib/python3/dist-packages/asdf/yamlutil.py:43: in represent_data
    node = super(AsdfDumper, self).represent_data(data)
/usr/lib/python3/dist-packages/yaml/representer.py:48: in represent_data
    node = self.yaml_representers[data_types[0]](self, data)
/usr/lib/python3/dist-packages/asdf/yamlutil.py:63: in represent_mapping
node = super(AsdfDumper, dumper).represent_mapping(None, mapping.data, flow_style)
/usr/lib/python3/dist-packages/yaml/representer.py:118: in represent_mapping
    node_value = self.represent_data(item_value)
/usr/lib/python3/dist-packages/asdf/yamlutil.py:43: in represent_data
    node = super(AsdfDumper, self).represent_data(data)
/usr/lib/python3/dist-packages/yaml/representer.py:58: in represent_data
    node = self.yaml_representers[None](self, data)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <asdf.yamlutil.AsdfDumper object at 0x29de4e0>
data = <ArcCosine1D(amplitude=10., frequency=0.5, phase=1.)>

    def represent_undefined(self, data):
      raise RepresenterError("cannot represent an object", data)
E yaml.representer.RepresenterError: ('cannot represent an object', <ArcCosine1D(amplitude=10., frequency=0.5, phase=1.)>)

/usr/lib/python3/dist-packages/yaml/representer.py:231: RepresenterError
__________________________ test_single_model[model39] __________________________

tmpdir = local('/tmp/pytest-of-debci/pytest-0/test_single_model_model39_0')
model = <ArcTangent1D(amplitude=10., frequency=0.5, phase=1.)>

    @pytest.mark.parametrize("model", create_single_models())
    def test_single_model(tmpdir, model):
      assert_model_roundtrip(model, tmpdir)

/usr/lib/python3/dist-packages/asdf_astropy/converters/transform/tests/test_transform.py:383: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib/python3/dist-packages/asdf_astropy/converters/transform/tests/test_transform.py:37: in assert_model_roundtrip
    af.write_to(path)
/usr/lib/python3/dist-packages/asdf/asdf.py:1313: in write_to
    self._serial_write(fd, pad_blocks, include_block_index)
/usr/lib/python3/dist-packages/asdf/asdf.py:1065: in _serial_write
    self._write_tree(self._tree, fd, pad_blocks)
/usr/lib/python3/dist-packages/asdf/asdf.py:1038: in _write_tree
    yamlutil.dump_tree(
/usr/lib/python3/dist-packages/asdf/yamlutil.py:402: in dump_tree
    yaml.dump_all(
/usr/lib/python3/dist-packages/yaml/__init__.py:278: in dump_all
    dumper.represent(data)
/usr/lib/python3/dist-packages/yaml/representer.py:27: in represent
    node = self.represent_data(data)
/usr/lib/python3/dist-packages/asdf/yamlutil.py:43: in represent_data
    node = super(AsdfDumper, self).represent_data(data)
/usr/lib/python3/dist-packages/yaml/representer.py:48: in represent_data
    node = self.yaml_representers[data_types[0]](self, data)
/usr/lib/python3/dist-packages/asdf/yamlutil.py:63: in represent_mapping
node = super(AsdfDumper, dumper).represent_mapping(None, mapping.data, flow_style)
/usr/lib/python3/dist-packages/yaml/representer.py:118: in represent_mapping
    node_value = self.represent_data(item_value)
/usr/lib/python3/dist-packages/asdf/yamlutil.py:43: in represent_data
    node = super(AsdfDumper, self).represent_data(data)
/usr/lib/python3/dist-packages/yaml/representer.py:58: in represent_data
    node = self.yaml_representers[None](self, data)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <asdf.yamlutil.AsdfDumper object at 0x1a3bf30>
data = <ArcTangent1D(amplitude=10., frequency=0.5, phase=1.)>

    def represent_undefined(self, data):
      raise RepresenterError("cannot represent an object", data)
E yaml.representer.RepresenterError: ('cannot represent an object', <ArcTangent1D(amplitude=10., frequency=0.5, phase=1.)>)

/usr/lib/python3/dist-packages/yaml/representer.py:231: RepresenterError
_________________________ test_single_model[model102] __________________________

tmpdir = local('/tmp/pytest-of-debci/pytest-0/test_single_model_model102_0')
model = <Spline1D(knot0=-3., knot1=-3., knot2=-3., knot3=-3., knot4=-1., knot5=0., knot6=1., knot7=3., knot8=3., knot9=3., kno...oeff3=1.35953147, coeff4=-0.15282581, coeff5=0.03923, coeff6=-0.04297299, coeff7=0., coeff8=0., coeff9=0., coeff10=0.)>

    @pytest.mark.parametrize("model", create_single_models())
    def test_single_model(tmpdir, model):
      assert_model_roundtrip(model, tmpdir)

/usr/lib/python3/dist-packages/asdf_astropy/converters/transform/tests/test_transform.py:383: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib/python3/dist-packages/asdf_astropy/converters/transform/tests/test_transform.py:37: in assert_model_roundtrip
    af.write_to(path)
/usr/lib/python3/dist-packages/asdf/asdf.py:1313: in write_to
    self._serial_write(fd, pad_blocks, include_block_index)
/usr/lib/python3/dist-packages/asdf/asdf.py:1065: in _serial_write
    self._write_tree(self._tree, fd, pad_blocks)
/usr/lib/python3/dist-packages/asdf/asdf.py:1038: in _write_tree
    yamlutil.dump_tree(
/usr/lib/python3/dist-packages/asdf/yamlutil.py:402: in dump_tree
    yaml.dump_all(
/usr/lib/python3/dist-packages/yaml/__init__.py:278: in dump_all
    dumper.represent(data)
/usr/lib/python3/dist-packages/yaml/representer.py:27: in represent
    node = self.represent_data(data)
/usr/lib/python3/dist-packages/asdf/yamlutil.py:43: in represent_data
    node = super(AsdfDumper, self).represent_data(data)
/usr/lib/python3/dist-packages/yaml/representer.py:48: in represent_data
    node = self.yaml_representers[data_types[0]](self, data)
/usr/lib/python3/dist-packages/asdf/yamlutil.py:63: in represent_mapping
node = super(AsdfDumper, dumper).represent_mapping(None, mapping.data, flow_style)
/usr/lib/python3/dist-packages/yaml/representer.py:118: in represent_mapping
    node_value = self.represent_data(item_value)
/usr/lib/python3/dist-packages/asdf/yamlutil.py:43: in represent_data
    node = super(AsdfDumper, self).represent_data(data)
/usr/lib/python3/dist-packages/yaml/representer.py:58: in represent_data
    node = self.yaml_representers[None](self, data)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <asdf.yamlutil.AsdfDumper object at 0x2410740>
data = <Spline1D(knot0=-3., knot1=-3., knot2=-3., knot3=-3., knot4=-1., knot5=0., knot6=1., knot7=3., knot8=3., knot9=3., kno...oeff3=1.35953147, coeff4=-0.15282581, coeff5=0.03923, coeff6=-0.04297299, coeff7=0., coeff8=0., coeff9=0., coeff10=0.)>

    def represent_undefined(self, data):
      raise RepresenterError("cannot represent an object", data)
E yaml.representer.RepresenterError: ('cannot represent an object', <Spline1D(knot0=-3., knot1=-3., knot2=-3., knot3=-3., knot4=-1., knot5=0., knot6=1., knot7=3., knot8=3., knot9=3., knot10=3., coeff0=0.10412331, coeff1=0.07013616, coeff2=-0.18799552, coeff3=1.35953147, coeff4=-0.15282581, coeff5=0.03923, coeff6=-0.04297299, coeff7=0., coeff8=0., coeff9=0., coeff10=0.)>)

/usr/lib/python3/dist-packages/yaml/representer.py:231: RepresenterError
=========================== short test summary info ============================ FAILED converters/transform/tests/test_transform.py::test_single_model[model35] FAILED converters/transform/tests/test_transform.py::test_single_model[model36] FAILED converters/transform/tests/test_transform.py::test_single_model[model37] FAILED converters/transform/tests/test_transform.py::test_single_model[model38] FAILED converters/transform/tests/test_transform.py::test_single_model[model39] FAILED converters/transform/tests/test_transform.py::test_single_model[model102] ======= 6 failed, 3643 passed, 1 skipped, 1 xfailed in 393.28s (0:06:33) =======
autopkgtest [08:17:09]: test command1

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: asdf-astropy
Source-Version: 0.2.0-2
Done: Ole Streicher <oleb...@debian.org>

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

Debian distribution maintenance software
pp.
Ole Streicher <oleb...@debian.org> (supplier of updated asdf-astropy 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: Thu, 24 Mar 2022 17:37:19 +0100
Source: asdf-astropy
Architecture: source
Version: 0.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Team 
<debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Closes: 1007826
Changes:
 asdf-astropy (0.2.0-2) unstable; urgency=medium
 .
   * Add minversion to asdf-transform-schemas dependency. Closes: #1007826
Checksums-Sha1:
 646f6b6bdb2d408dd5641eab02a057ee829d5fa3 2198 asdf-astropy_0.2.0-2.dsc
 ac41a0e8c75abecad178f42610c9919b33d4e380 2516 
asdf-astropy_0.2.0-2.debian.tar.xz
Checksums-Sha256:
 4aaef96fddc2acecf91caa7d0d18de29c9115ca80693a251fe999a31596ac7f6 2198 
asdf-astropy_0.2.0-2.dsc
 bac169a93fd28cc5381a8dc8f4c811bb804d9d8732a77baa042616e1baaef857 2516 
asdf-astropy_0.2.0-2.debian.tar.xz
Files:
 dd662ffbcd8e5005011e4d4606c881d6 2198 python optional asdf-astropy_0.2.0-2.dsc
 343114919faffbad2906db9836dd7c0f 2516 python optional 
asdf-astropy_0.2.0-2.debian.tar.xz

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

iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmI8nrcACgkQcRWv0HcQ
3PePiw/9EdJFBe/sfqvsKHf5Or25SLz4dx+loAuSTfAxfufwLzDfIxn5wA6g/ur/
VubMEPJ6eJXEgr/tLPAROEtEr+9DwMllgQE3JCK/urjSmQqKqKFVu4WDmnkEpPM7
MWlYJS3baHB6qjwrb9AoWkmUD2izuw8Hv2rtpG0dJqD+9F0vqW7qCz+opy/TfF0h
a5OKrIpvtu6uKVR0hTzu+jbcgHTs5lO3YnGNMTsJE6DnYqfNljyFZIyA4a2LKy6R
CM+kR3Eiwu3TOl+kaQZxyRBLYvD5gR9NQgWa5LyaiAgdqPyf06qCLfYRUwcGui91
eh6u8YTfmJzjn1LAZj2ZkS0NeLQzQpLRnjUI7NZeqJroaNSLmkHyItBcWACoOQWB
yyUo6w1fup6Y0tDMZ/sUs/3rDDWon5I6lJbiNVD/y8W5xlO2B6FW4Wz2DmiKSXpu
Z4ZOe0KjKr3R/HIrT4DTgYqSf0915FCwwd3b2qS4CuVl5Sr3ct7vOfY+puVwudxe
xCCJVAoUMgrS5pvtpNTmUtaHOh4VSF3nurNGUC13zUqKaZ3JcOZmsuKUJeeoIi4x
2I6fKJ1wow083jCzgLmOBBC/hxb0XqwbnVLyTYKRVSNc6Ph5WeavgEkIvpQbRP5p
VsQs8EAniaVVw75HYeNqnLFsWKhUbtkikIwk+uTdpJSXlykqO1Y=
=0C/9
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to