Your message dated Thu, 06 Jun 2013 19:33:03 +0000
with message-id <e1ukfvj-0000yr...@franck.debian.org>
and subject line Bug#711358: fixed in django-model-utils 1.3.1-1
has caused the Debian Bug report #711358,
regarding django-model-utils: FTBFS: tests fail
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.)


-- 
711358: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711358
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: django-model-utils
Version: 1.1.0-1
Severity: serious
Justification: fails to build from source

django-model-utils FTBFS:
| python runtests.py
| 
.....E................EEEEEE.EEE.EE......................................................
| ======================================================================
| ERROR: test_related_queryset_pickling 
(model_utils.tests.tests.CreatePassThroughManagerTests)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File 
"/build/django-model-utils-yju9pC/django-model-utils-1.1.0/model_utils/tests/tests.py",
 line 660, in test_related_queryset_pickling
|     pickled_qs = pickle.dumps(qs)
|   File "/usr/lib/python2.7/pickle.py", line 1374, in dumps
|     Pickler(file, protocol).dump(obj)
|   File "/usr/lib/python2.7/pickle.py", line 224, in dump
|     self.save(obj)
|   File "/usr/lib/python2.7/pickle.py", line 331, in save
|     self.save_reduce(obj=obj, *rv)
|   File "/usr/lib/python2.7/pickle.py", line 419, in save_reduce
|     save(state)
|   File "/usr/lib/python2.7/pickle.py", line 286, in save
|     f(self, obj) # Call unbound method with explicit self
|   File "/usr/lib/python2.7/pickle.py", line 649, in save_dict
|     self._batch_setitems(obj.iteritems())
|   File "/usr/lib/python2.7/pickle.py", line 663, in _batch_setitems
|     save(v)
|   File "/usr/lib/python2.7/pickle.py", line 286, in save
|     f(self, obj) # Call unbound method with explicit self
|   File "/usr/lib/python2.7/pickle.py", line 649, in save_dict
|     self._batch_setitems(obj.iteritems())
|   File "/usr/lib/python2.7/pickle.py", line 662, in _batch_setitems
|     save(k)
|   File "/usr/lib/python2.7/pickle.py", line 331, in save
|     self.save_reduce(obj=obj, *rv)
|   File "/usr/lib/python2.7/pickle.py", line 419, in save_reduce
|     save(state)
|   File "/usr/lib/python2.7/pickle.py", line 286, in save
|     f(self, obj) # Call unbound method with explicit self
|   File "/usr/lib/python2.7/pickle.py", line 649, in save_dict
|     self._batch_setitems(obj.iteritems())
|   File "/usr/lib/python2.7/pickle.py", line 663, in _batch_setitems
|     save(v)
|   File "/usr/lib/python2.7/pickle.py", line 331, in save
|     self.save_reduce(obj=obj, *rv)
|   File "/usr/lib/python2.7/pickle.py", line 419, in save_reduce
|     save(state)
|   File "/usr/lib/python2.7/pickle.py", line 286, in save
|     f(self, obj) # Call unbound method with explicit self
|   File "/usr/lib/python2.7/pickle.py", line 649, in save_dict
|     self._batch_setitems(obj.iteritems())
|   File "/usr/lib/python2.7/pickle.py", line 663, in _batch_setitems
|     save(v)
|   File "/usr/lib/python2.7/pickle.py", line 331, in save
|     self.save_reduce(obj=obj, *rv)
|   File "/usr/lib/python2.7/pickle.py", line 419, in save_reduce
|     save(state)
|   File "/usr/lib/python2.7/pickle.py", line 286, in save
|     f(self, obj) # Call unbound method with explicit self
|   File "/usr/lib/python2.7/pickle.py", line 649, in save_dict
|     self._batch_setitems(obj.iteritems())
|   File "/usr/lib/python2.7/pickle.py", line 663, in _batch_setitems
|     save(v)
|   File "/usr/lib/python2.7/pickle.py", line 286, in save
|     f(self, obj) # Call unbound method with explicit self
|   File "/usr/lib/python2.7/pickle.py", line 600, in save_list
|     self._batch_appends(iter(obj))
|   File "/usr/lib/python2.7/pickle.py", line 615, in _batch_appends
|     save(x)
|   File "/usr/lib/python2.7/pickle.py", line 286, in save
|     f(self, obj) # Call unbound method with explicit self
|   File "/usr/lib/python2.7/pickle.py", line 562, in save_tuple
|     save(element)
|   File "/usr/lib/python2.7/pickle.py", line 331, in save
|     self.save_reduce(obj=obj, *rv)
|   File "/usr/lib/python2.7/pickle.py", line 401, in save_reduce
|     save(args)
|   File "/usr/lib/python2.7/pickle.py", line 286, in save
|     f(self, obj) # Call unbound method with explicit self
|   File "/usr/lib/python2.7/pickle.py", line 562, in save_tuple
|     save(element)
|   File "/usr/lib/python2.7/pickle.py", line 286, in save
|     f(self, obj) # Call unbound method with explicit self
|   File "/usr/lib/python2.7/pickle.py", line 748, in save_global
|     (obj, module, name))
| PicklingError: Can't pickle <class 
'model_utils.managers._PassThroughManager'>: it's not found as 
model_utils.managers._PassThroughManager
|
| ======================================================================
| ERROR: test_annotate_before_select_subclasses 
(model_utils.tests.tests.InheritanceManagerRelatedTests)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File 
"/build/django-model-utils-yju9pC/django-model-utils-1.1.0/model_utils/tests/tests.py",
 line 391, in test_annotate_before_select_subclasses
|     self.assertEqual(qs.get(id=self.child1.id).id__count, 1)
|   File "/usr/lib/python2.7/dist-packages/django/db/models/query.py", line 
382, in get
|     num = len(clone)
|   File "/usr/lib/python2.7/dist-packages/django/db/models/query.py", line 90, 
in __len__
|     self._result_cache = list(self.iterator())
|   File 
"/build/django-model-utils-yju9pC/django-model-utils-1.1.0/model_utils/managers.py",
 line 36, in iterator
|     sub_obj = [getattr(obj, s) for s in self.subclasses if getattr(obj, s)] 
or [obj]
|   File "/usr/lib/python2.7/dist-packages/django/db/models/fields/related.py", 
line 279, in __get__
|     raise self.related.model.DoesNotExist
| DoesNotExist
|
| ======================================================================
| ERROR: test_annotate_with_named_arguments_before_select_subclasses 
(model_utils.tests.tests.InheritanceManagerRelatedTests)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File 
"/build/django-model-utils-yju9pC/django-model-utils-1.1.0/model_utils/tests/tests.py",
 line 397, in test_annotate_with_named_arguments_before_select_subclasses
|     self.assertEqual(qs.get(id=self.child1.id).test_count, 1)
|   File "/usr/lib/python2.7/dist-packages/django/db/models/query.py", line 
382, in get
|     num = len(clone)
|   File "/usr/lib/python2.7/dist-packages/django/db/models/query.py", line 90, 
in __len__
|     self._result_cache = list(self.iterator())
|   File 
"/build/django-model-utils-yju9pC/django-model-utils-1.1.0/model_utils/managers.py",
 line 36, in iterator
|     sub_obj = [getattr(obj, s) for s in self.subclasses if getattr(obj, s)] 
or [obj]
|   File "/usr/lib/python2.7/dist-packages/django/db/models/fields/related.py", 
line 279, in __get__
|     raise self.related.model.DoesNotExist
| DoesNotExist
|
| ======================================================================
| ERROR: test_annotate_with_named_arguments_with_select_subclasses 
(model_utils.tests.tests.InheritanceManagerRelatedTests)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File 
"/build/django-model-utils-yju9pC/django-model-utils-1.1.0/model_utils/tests/tests.py",
 line 385, in test_annotate_with_named_arguments_with_select_subclasses
|     self.assertEqual(qs.get(id=self.child1.id).test_count, 1)
|   File "/usr/lib/python2.7/dist-packages/django/db/models/query.py", line 
382, in get
|     num = len(clone)
|   File "/usr/lib/python2.7/dist-packages/django/db/models/query.py", line 90, 
in __len__
|     self._result_cache = list(self.iterator())
|   File 
"/build/django-model-utils-yju9pC/django-model-utils-1.1.0/model_utils/managers.py",
 line 36, in iterator
|     sub_obj = [getattr(obj, s) for s in self.subclasses if getattr(obj, s)] 
or [obj]
|   File "/usr/lib/python2.7/dist-packages/django/db/models/fields/related.py", 
line 279, in __get__
|     raise self.related.model.DoesNotExist
| DoesNotExist
|
| ======================================================================
| ERROR: test_annotate_with_select_subclasses 
(model_utils.tests.tests.InheritanceManagerRelatedTests)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File 
"/build/django-model-utils-yju9pC/django-model-utils-1.1.0/model_utils/tests/tests.py",
 line 379, in test_annotate_with_select_subclasses
|     self.assertEqual(qs.get(id=self.child1.id).id__count, 1)
|   File "/usr/lib/python2.7/dist-packages/django/db/models/query.py", line 
382, in get
|     num = len(clone)
|   File "/usr/lib/python2.7/dist-packages/django/db/models/query.py", line 90, 
in __len__
|     self._result_cache = list(self.iterator())
|   File 
"/build/django-model-utils-yju9pC/django-model-utils-1.1.0/model_utils/managers.py",
 line 36, in iterator
|     sub_obj = [getattr(obj, s) for s in self.subclasses if getattr(obj, s)] 
or [obj]
|   File "/usr/lib/python2.7/dist-packages/django/db/models/fields/related.py", 
line 279, in __get__
|     raise self.related.model.DoesNotExist
| DoesNotExist
|
| ======================================================================
| ERROR: test_get_method_with_select_subclasses 
(model_utils.tests.tests.InheritanceManagerRelatedTests)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File 
"/build/django-model-utils-yju9pC/django-model-utils-1.1.0/model_utils/tests/tests.py",
 line 372, in test_get_method_with_select_subclasses
|     id=self.child1.id),
|   File "/usr/lib/python2.7/dist-packages/django/db/models/query.py", line 
382, in get
|     num = len(clone)
|   File "/usr/lib/python2.7/dist-packages/django/db/models/query.py", line 90, 
in __len__
|     self._result_cache = list(self.iterator())
|   File 
"/build/django-model-utils-yju9pC/django-model-utils-1.1.0/model_utils/managers.py",
 line 36, in iterator
|     sub_obj = [getattr(obj, s) for s in self.subclasses if getattr(obj, s)] 
or [obj]
|   File "/usr/lib/python2.7/dist-packages/django/db/models/fields/related.py", 
line 279, in __get__
|     raise self.related.model.DoesNotExist
| DoesNotExist
|
| ======================================================================
| ERROR: test_get_subclass 
(model_utils.tests.tests.InheritanceManagerRelatedTests)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File 
"/build/django-model-utils-yju9pC/django-model-utils-1.1.0/model_utils/tests/tests.py",
 line 352, in test_get_subclass
|     self.get_manager().get_subclass(pk=self.child1.pk),
|   File 
"/build/django-model-utils-yju9pC/django-model-utils-1.1.0/model_utils/managers.py",
 line 58, in get_subclass
|     return self.get_query_set().select_subclasses().get(*args, **kwargs)
|   File "/usr/lib/python2.7/dist-packages/django/db/models/query.py", line 
382, in get
|     num = len(clone)
|   File "/usr/lib/python2.7/dist-packages/django/db/models/query.py", line 90, 
in __len__
|     self._result_cache = list(self.iterator())
|   File 
"/build/django-model-utils-yju9pC/django-model-utils-1.1.0/model_utils/managers.py",
 line 36, in iterator
|     sub_obj = [getattr(obj, s) for s in self.subclasses if getattr(obj, s)] 
or [obj]
|   File "/usr/lib/python2.7/dist-packages/django/db/models/fields/related.py", 
line 279, in __get__
|     raise self.related.model.DoesNotExist
| DoesNotExist
|
| ======================================================================
| ERROR: test_select_all_subclasses 
(model_utils.tests.tests.InheritanceManagerRelatedTests)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File 
"/build/django-model-utils-yju9pC/django-model-utils-1.1.0/model_utils/tests/tests.py",
 line 339, in test_select_all_subclasses
|     set(self.get_manager().select_subclasses()),
|   File "/usr/lib/python2.7/dist-packages/django/db/models/query.py", line 
123, in _result_iter
|     self._fill_cache()
|   File "/usr/lib/python2.7/dist-packages/django/db/models/query.py", line 
927, in _fill_cache
|     self._result_cache.append(next(self._iter))
|   File 
"/build/django-model-utils-yju9pC/django-model-utils-1.1.0/model_utils/managers.py",
 line 36, in iterator
|     sub_obj = [getattr(obj, s) for s in self.subclasses if getattr(obj, s)] 
or [obj]
|   File "/usr/lib/python2.7/dist-packages/django/db/models/fields/related.py", 
line 279, in __get__
|     raise self.related.model.DoesNotExist
| DoesNotExist
|
| ======================================================================
| ERROR: test_select_specific_subclasses 
(model_utils.tests.tests.InheritanceManagerRelatedTests)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File 
"/build/django-model-utils-yju9pC/django-model-utils-1.1.0/model_utils/tests/tests.py",
 line 346, in test_select_specific_subclasses
|     "inheritancemanagertestchild1")),
|   File "/usr/lib/python2.7/dist-packages/django/db/models/query.py", line 
123, in _result_iter
|     self._fill_cache()
|   File "/usr/lib/python2.7/dist-packages/django/db/models/query.py", line 
927, in _fill_cache
|     self._result_cache.append(next(self._iter))
|   File 
"/build/django-model-utils-yju9pC/django-model-utils-1.1.0/model_utils/managers.py",
 line 36, in iterator
|     sub_obj = [getattr(obj, s) for s in self.subclasses if getattr(obj, s)] 
or [obj]
|   File "/usr/lib/python2.7/dist-packages/django/db/models/fields/related.py", 
line 279, in __get__
|     raise self.related.model.DoesNotExist
| DoesNotExist
|
| ======================================================================
| ERROR: test_get_subclass (model_utils.tests.tests.InheritanceManagerTests)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File 
"/build/django-model-utils-yju9pC/django-model-utils-1.1.0/model_utils/tests/tests.py",
 line 352, in test_get_subclass
|     self.get_manager().get_subclass(pk=self.child1.pk),
|   File 
"/build/django-model-utils-yju9pC/django-model-utils-1.1.0/model_utils/managers.py",
 line 58, in get_subclass
|     return self.get_query_set().select_subclasses().get(*args, **kwargs)
|   File "/usr/lib/python2.7/dist-packages/django/db/models/query.py", line 
382, in get
|     num = len(clone)
|   File "/usr/lib/python2.7/dist-packages/django/db/models/query.py", line 90, 
in __len__
|     self._result_cache = list(self.iterator())
|   File 
"/build/django-model-utils-yju9pC/django-model-utils-1.1.0/model_utils/managers.py",
 line 36, in iterator
|     sub_obj = [getattr(obj, s) for s in self.subclasses if getattr(obj, s)] 
or [obj]
|   File "/usr/lib/python2.7/dist-packages/django/db/models/fields/related.py", 
line 279, in __get__
|     raise self.related.model.DoesNotExist
| DoesNotExist
|
| ======================================================================
| ERROR: test_select_all_subclasses 
(model_utils.tests.tests.InheritanceManagerTests)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File 
"/build/django-model-utils-yju9pC/django-model-utils-1.1.0/model_utils/tests/tests.py",
 line 339, in test_select_all_subclasses
|     set(self.get_manager().select_subclasses()),
|   File "/usr/lib/python2.7/dist-packages/django/db/models/query.py", line 
123, in _result_iter
|     self._fill_cache()
|   File "/usr/lib/python2.7/dist-packages/django/db/models/query.py", line 
927, in _fill_cache
|     self._result_cache.append(next(self._iter))
|   File 
"/build/django-model-utils-yju9pC/django-model-utils-1.1.0/model_utils/managers.py",
 line 36, in iterator
|     sub_obj = [getattr(obj, s) for s in self.subclasses if getattr(obj, s)] 
or [obj]
|   File "/usr/lib/python2.7/dist-packages/django/db/models/fields/related.py", 
line 279, in __get__
|     raise self.related.model.DoesNotExist
| DoesNotExist
|
| ======================================================================
| ERROR: test_select_specific_subclasses 
(model_utils.tests.tests.InheritanceManagerTests)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File 
"/build/django-model-utils-yju9pC/django-model-utils-1.1.0/model_utils/tests/tests.py",
 line 346, in test_select_specific_subclasses
|     "inheritancemanagertestchild1")),
|   File "/usr/lib/python2.7/dist-packages/django/db/models/query.py", line 
123, in _result_iter
|     self._fill_cache()
|   File "/usr/lib/python2.7/dist-packages/django/db/models/query.py", line 
927, in _fill_cache
|     self._result_cache.append(next(self._iter))
|   File 
"/build/django-model-utils-yju9pC/django-model-utils-1.1.0/model_utils/managers.py",
 line 36, in iterator
|     sub_obj = [getattr(obj, s) for s in self.subclasses if getattr(obj, s)] 
or [obj]
|   File "/usr/lib/python2.7/dist-packages/django/db/models/fields/related.py", 
line 279, in __get__
|     raise self.related.model.DoesNotExist
| DoesNotExist
|
| ----------------------------------------------------------------------
| Ran 89 tests in 0.271s
|
| FAILED (errors=12)
| Creating test database for alias 'default'...
| Destroying test database for alias 'default'...
| make: *** [debian/stamp-test] Error 12

--
Jakub Wilk

--- End Message ---
--- Begin Message ---
Source: django-model-utils
Source-Version: 1.3.1-1

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

Debian distribution maintenance software
pp.
Jonas Smedegaard <d...@jones.dk> (supplier of updated django-model-utils 
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, 06 Jun 2013 21:12:17 +0200
Source: django-model-utils
Binary: python-django-model-utils
Architecture: source all
Version: 1.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard <d...@jones.dk>
Changed-By: Jonas Smedegaard <d...@jones.dk>
Description: 
 python-django-model-utils - Django model mixins and utilities
Closes: 711358
Changes: 
 django-model-utils (1.3.1-1) unstable; urgency=low
 .
   [ upstream ]
   * New release.
     + Moved primary development from Bitbucket to GitHub.
     + Removed deprecated ChoiceEnum, InheritanceCastModel,
       InheritanceCastManager, and manager_from.
     + Fixed pickling of PassThroughManager.
     + Set use_for_related_fields = True on QueryManager.
     + Added __len__ method to Choices.
     + Fixed InheritanceQuerySet on Django 1.5.
     + Allow specifying default value for a StatusField.
     + Fix calling create() on a RelatedManager that subclasses a dynamic
       PassThroughManager.
     + Add workaround in InheritanceQuerySet to avoid overriding prior
       calls to select_related().
     + Added support for arbitrary levels of model inheritance in
       InheritanceManager.
     + Added ModelTracker for tracking field changes between model saves.
     + Added explicit default to BooleanField in tests, for Django trunk
       compatibility.
     + Fix intermittent StatusField bug.
     Closes: bug#711358. Thanks to Jakub Wilk.
 .
   [ Jonas Smedegaard ]
   * Update README.source to emphasize control.in file as *not* a
     show-stopper for contributions, referring to wiki page for details.
   * Update upstream Homepage and source to github.
   * Bump standards-version to 3.9.4.
   * Extend coverage for main copyright holder.
   * Bump packaging license to GPL-3+, and extend coverage to include
     current year.
Checksums-Sha1: 
 a92fa2a05827630ef86430dcb609963f43a57967 2058 django-model-utils_1.3.1-1.dsc
 fea31b97a0caae1314bfc5040a07eb8a7aa69a62 21159 
django-model-utils_1.3.1.orig.tar.gz
 aec85cd3048040c99ffd6442f317184070b80f1c 4122 
django-model-utils_1.3.1-1.debian.tar.gz
 433d788c8762a415dbfcdf489c5cde273b946314 34000 
python-django-model-utils_1.3.1-1_all.deb
Checksums-Sha256: 
 07bd8d9277d32e2ea382b1c126c3ea183ebefcd92554d43409dd0699d4d790b2 2058 
django-model-utils_1.3.1-1.dsc
 83c66de15e3d55ae10d9ccf7d3964fbf3dfbb62540f072c25028d70173773958 21159 
django-model-utils_1.3.1.orig.tar.gz
 47f85dbf7723625bfe409a2ab92decfb60caa810147270635a376fe62ecdf520 4122 
django-model-utils_1.3.1-1.debian.tar.gz
 9ceaf424991526d59ccb98889929c811d0ac760f6953a6f95335b83542c16d7f 34000 
python-django-model-utils_1.3.1-1_all.deb
Files: 
 65752a1baf3b64b0efff6d72385abce0 2058 python extra 
django-model-utils_1.3.1-1.dsc
 a89d031f8fe764b89df434e4d12e00a8 21159 python extra 
django-model-utils_1.3.1.orig.tar.gz
 ceb28e53916aff710f893e9d7b4716f8 4122 python extra 
django-model-utils_1.3.1-1.debian.tar.gz
 a10e32753ffebc2df955204c6af5f5ef 34000 python extra 
python-django-model-utils_1.3.1-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJRsODVAAoJECx8MUbBoAEh5BUP/0XPC9XlgYiF4/xhkP2+MA5i
Es0zrpzjDcarzCU3AVpYSiIpF8kx528AO0x/TErj/iyVud/tbFP9mpSEaA1T+91Z
pJUfXAKLTt0NrSYn3xcVnRcUB5T5OW73H/2yDA7bRE1pxpdEBr45syF1ZMcKQosp
Ir7i6BRXTO+NR+tvCWrogAX2xKd0cO6rz0HnM4XUobFDfmNtQbLAkhZ9XEuce9uE
RMYHuXEflCJ3HLXa2YE2AFtH8MMRPXFm7DsdeZcgP3tk9i0BFsqYovm5Zki8X7kz
R7FoAcEa+K7fMOQ5B2rEJbH0Fq6D6NfdV4XdlLRwCX8LNJCEgzcC/JiF1hwLjEiX
gomjNl7ipNzQfDVar0SVpe8AACSjSjlAPJ169Qa30aT3SOvChCzckyfYfB2DYVVB
K1aWqsYTuuTM8qoZMcNeGMtQwugamj5swgBvXsNDXyRc7cnCinukGICe13Ntdbwh
zFa5UtpVmTx0ljZ4CXk+hijh9Nwsifgj+UwsJIMaDDi/lJYY0W7oIP400XKegquL
Hf0XWesuods08T+mhkRkf39ITG+HeVx3+FkwEzGao+Se0G4wWBNIjZEltst3Q3K3
wJ/3lQcI33Jr2o/9vtlR51kCyZCtIz5FKFl/begP28MY/r/I3hMKiKgcorCUcoEJ
9dN1h0wYy/VOE0EWCecy
=fQ5w
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to