Your message dated Mon, 03 Jul 2017 19:26:01 +1000
with message-id <[email protected]>
and subject line [Debian FTP Masters] django-model-utils_3.0.0-1_i386.changes 
ACCEPTED into unstable
has caused the Debian Bug report #865559,
regarding django-model-utils FTBFS with Django 1.11
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.)


-- 
865559: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865559
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: django-model-utils
Version: 2.5.2-2
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/django-model-utils.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/django-model-utils-2.5.2'
dh_auto_test -- --system=custom --test-args="{interpreter} ./runtests.py"
dh_auto_test: Compatibility levels before 9 are deprecated (level 8 in use)
I: pybuild base:184: python2.7 ./runtests.py
..........................................................................F..FFFFsF..FFF..sF..FFFsF..FFF..sFF.FFF............................................................................................sss..................................
======================================================================
FAIL: test_children_and_grandchildren 
(model_utils.tests.tests.InheritanceManagerRelatedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-model-utils-2.5.2/model_utils/tests/tests.py", line 
662, in test_children_and_grandchildren
    children,
AssertionError: Items in the first set but not the second:
<InheritanceManagerTestParent: Parent(1)>
<InheritanceManagerTestParent: Parent(3)>
<InheritanceManagerTestParent: Parent(4)>
Items in the second set but not the first:
<InheritanceManagerTestChild1: Child1(1)>
<InheritanceManagerTestGrandChild1: GrandChild1(3)>
<InheritanceManagerTestChild1: Child1(4)>

======================================================================
FAIL: test_get_method_with_select_subclasses 
(model_utils.tests.tests.InheritanceManagerRelatedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-model-utils-2.5.2/model_utils/tests/tests.py", line 
1064, in test_get_method_with_select_subclasses
    self.child1)
AssertionError: <InheritanceManagerTestParent: Parent(1)> != 
<InheritanceManagerTestChild1: Child1(1)>

======================================================================
FAIL: test_get_subclass (model_utils.tests.tests.InheritanceManagerRelatedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-model-utils-2.5.2/model_utils/tests/tests.py", line 
669, in test_get_subclass
    self.child1)
AssertionError: <InheritanceManagerTestParent: Parent(1)> != 
<InheritanceManagerTestChild1: Child1(1)>

======================================================================
FAIL: test_get_subclass_on_queryset 
(model_utils.tests.tests.InheritanceManagerRelatedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-model-utils-2.5.2/model_utils/tests/tests.py", line 
675, in test_get_subclass_on_queryset
    self.child1)
AssertionError: <InheritanceManagerTestParent: Parent(1)> != 
<InheritanceManagerTestChild1: Child1(1)>

======================================================================
FAIL: test_manually_specifying_parent_fk_including_grandchildren 
(model_utils.tests.tests.InheritanceManagerRelatedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-model-utils-2.5.2/model_utils/tests/tests.py", line 
733, in test_manually_specifying_parent_fk_including_grandchildren
    self.assertEqual(list(results), expected_objs)
AssertionError: Lists differ: [<InheritanceManagerTestParent... != 
[<InheritanceManagerTestChild1...

First differing element 0:
<InheritanceManagerTestParent: Parent(1)>
<InheritanceManagerTestChild1: Child1(1)>

- [<InheritanceManagerTestParent: Parent(1)>,
-  <InheritanceManagerTestParent: Parent(2)>,
-  <InheritanceManagerTestParent: Parent(3)>,
-  <InheritanceManagerTestParent: Parent(4)>,
-  <InheritanceManagerTestParent: Parent(5)>]
+ [<InheritanceManagerTestChild1: Child1(1)>,
+  <InheritanceManagerTestChild2: Child2(2)>,
+  <InheritanceManagerTestGrandChild1: GrandChild1(3)>,
+  <InheritanceManagerTestGrandChild1_2: GrandChild1_2(4)>,
+  <InheritanceManagerTestChild3: Child3(5)>]

======================================================================
FAIL: test_manually_specifying_parent_fk_single_subclass 
(model_utils.tests.tests.InheritanceManagerRelatedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-model-utils-2.5.2/model_utils/tests/tests.py", line 
760, in test_manually_specifying_parent_fk_single_subclass
    self.assertEqual(list(results), expected_objs)
AssertionError: Lists differ: [<InheritanceManagerTestParent... != 
[<InheritanceManagerTestParent...

First differing element 4:
<InheritanceManagerTestParent: Parent(5)>
<InheritanceManagerTestChild3: Child3(5)>

  [<InheritanceManagerTestParent: Parent(1)>,
   <InheritanceManagerTestParent: Parent(2)>,
   <InheritanceManagerTestParent: Parent(3)>,
   <InheritanceManagerTestParent: Parent(4)>,
-  <InheritanceManagerTestParent: Parent(5)>]
+  <InheritanceManagerTestChild3: Child3(5)>]

======================================================================
FAIL: test_select_all_subclasses 
(model_utils.tests.tests.InheritanceManagerRelatedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-model-utils-2.5.2/model_utils/tests/tests.py", line 
599, in test_select_all_subclasses
    set(self.get_manager().select_subclasses()), children)
AssertionError: Items in the first set but not the second:
<InheritanceManagerTestParent: Parent(1)>
<InheritanceManagerTestParent: Parent(2)>
<InheritanceManagerTestParent: Parent(3)>
<InheritanceManagerTestParent: Parent(4)>
Items in the second set but not the first:
<InheritanceManagerTestChild1: Child1(1)>
<InheritanceManagerTestChild2: Child2(2)>
<InheritanceManagerTestGrandChild1: GrandChild1(3)>
<InheritanceManagerTestGrandChild1_2: GrandChild1_2(4)>

======================================================================
FAIL: test_select_specific_grandchildren 
(model_utils.tests.tests.InheritanceManagerRelatedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-model-utils-2.5.2/model_utils/tests/tests.py", line 
643, in test_select_specific_grandchildren
    children,
AssertionError: Items in the first set but not the second:
<InheritanceManagerTestParent: Parent(3)>
Items in the second set but not the first:
<InheritanceManagerTestGrandChild1: GrandChild1(3)>

======================================================================
FAIL: test_select_specific_subclasses 
(model_utils.tests.tests.InheritanceManagerRelatedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-model-utils-2.5.2/model_utils/tests/tests.py", line 
625, in test_select_specific_subclasses
    children,
AssertionError: Items in the first set but not the second:
<InheritanceManagerTestParent: Parent(1)>
<InheritanceManagerTestParent: Parent(3)>
<InheritanceManagerTestParent: Parent(4)>
Items in the second set but not the first:
<InheritanceManagerTestChild1: Child1(1)>
<InheritanceManagerTestChild1: Child1(3)>
<InheritanceManagerTestChild1: Child1(4)>

======================================================================
FAIL: test_children_and_grandchildren 
(model_utils.tests.tests.InheritanceManagerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-model-utils-2.5.2/model_utils/tests/tests.py", line 
662, in test_children_and_grandchildren
    children,
AssertionError: Items in the first set but not the second:
<InheritanceManagerTestParent: Parent(1)>
<InheritanceManagerTestParent: Parent(3)>
<InheritanceManagerTestParent: Parent(4)>
Items in the second set but not the first:
<InheritanceManagerTestChild1: Child1(1)>
<InheritanceManagerTestGrandChild1: GrandChild1(3)>
<InheritanceManagerTestChild1: Child1(4)>

======================================================================
FAIL: test_get_subclass (model_utils.tests.tests.InheritanceManagerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-model-utils-2.5.2/model_utils/tests/tests.py", line 
669, in test_get_subclass
    self.child1)
AssertionError: <InheritanceManagerTestParent: Parent(1)> != 
<InheritanceManagerTestChild1: Child1(1)>

======================================================================
FAIL: test_get_subclass_on_queryset 
(model_utils.tests.tests.InheritanceManagerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-model-utils-2.5.2/model_utils/tests/tests.py", line 
675, in test_get_subclass_on_queryset
    self.child1)
AssertionError: <InheritanceManagerTestParent: Parent(1)> != 
<InheritanceManagerTestChild1: Child1(1)>

======================================================================
FAIL: test_manually_specifying_parent_fk_including_grandchildren 
(model_utils.tests.tests.InheritanceManagerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-model-utils-2.5.2/model_utils/tests/tests.py", line 
733, in test_manually_specifying_parent_fk_including_grandchildren
    self.assertEqual(list(results), expected_objs)
AssertionError: Lists differ: [<InheritanceManagerTestParent... != 
[<InheritanceManagerTestChild1...

First differing element 0:
<InheritanceManagerTestParent: Parent(1)>
<InheritanceManagerTestChild1: Child1(1)>

- [<InheritanceManagerTestParent: Parent(1)>,
-  <InheritanceManagerTestParent: Parent(2)>,
-  <InheritanceManagerTestParent: Parent(3)>,
-  <InheritanceManagerTestParent: Parent(4)>,
-  <InheritanceManagerTestParent: Parent(5)>]
+ [<InheritanceManagerTestChild1: Child1(1)>,
+  <InheritanceManagerTestChild2: Child2(2)>,
+  <InheritanceManagerTestGrandChild1: GrandChild1(3)>,
+  <InheritanceManagerTestGrandChild1_2: GrandChild1_2(4)>,
+  <InheritanceManagerTestChild3: Child3(5)>]

======================================================================
FAIL: test_manually_specifying_parent_fk_single_subclass 
(model_utils.tests.tests.InheritanceManagerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-model-utils-2.5.2/model_utils/tests/tests.py", line 
760, in test_manually_specifying_parent_fk_single_subclass
    self.assertEqual(list(results), expected_objs)
AssertionError: Lists differ: [<InheritanceManagerTestParent... != 
[<InheritanceManagerTestParent...

First differing element 4:
<InheritanceManagerTestParent: Parent(5)>
<InheritanceManagerTestChild3: Child3(5)>

  [<InheritanceManagerTestParent: Parent(1)>,
   <InheritanceManagerTestParent: Parent(2)>,
   <InheritanceManagerTestParent: Parent(3)>,
   <InheritanceManagerTestParent: Parent(4)>,
-  <InheritanceManagerTestParent: Parent(5)>]
+  <InheritanceManagerTestChild3: Child3(5)>]

======================================================================
FAIL: test_select_all_subclasses 
(model_utils.tests.tests.InheritanceManagerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-model-utils-2.5.2/model_utils/tests/tests.py", line 
599, in test_select_all_subclasses
    set(self.get_manager().select_subclasses()), children)
AssertionError: Items in the first set but not the second:
<InheritanceManagerTestParent: Parent(1)>
<InheritanceManagerTestParent: Parent(2)>
<InheritanceManagerTestParent: Parent(3)>
<InheritanceManagerTestParent: Parent(4)>
Items in the second set but not the first:
<InheritanceManagerTestChild1: Child1(1)>
<InheritanceManagerTestChild2: Child2(2)>
<InheritanceManagerTestGrandChild1: GrandChild1(3)>
<InheritanceManagerTestGrandChild1_2: GrandChild1_2(4)>

======================================================================
FAIL: test_select_specific_grandchildren 
(model_utils.tests.tests.InheritanceManagerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-model-utils-2.5.2/model_utils/tests/tests.py", line 
643, in test_select_specific_grandchildren
    children,
AssertionError: Items in the first set but not the second:
<InheritanceManagerTestParent: Parent(3)>
Items in the second set but not the first:
<InheritanceManagerTestGrandChild1: GrandChild1(3)>

======================================================================
FAIL: test_select_specific_subclasses 
(model_utils.tests.tests.InheritanceManagerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-model-utils-2.5.2/model_utils/tests/tests.py", line 
625, in test_select_specific_subclasses
    children,
AssertionError: Items in the first set but not the second:
<InheritanceManagerTestParent: Parent(1)>
<InheritanceManagerTestParent: Parent(3)>
<InheritanceManagerTestParent: Parent(4)>
Items in the second set but not the first:
<InheritanceManagerTestChild1: Child1(1)>
<InheritanceManagerTestChild1: Child1(3)>
<InheritanceManagerTestChild1: Child1(4)>

======================================================================
FAIL: test_child_doesnt_accidentally_get_parent 
(model_utils.tests.tests.InheritanceManagerUsingModelsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-model-utils-2.5.2/model_utils/tests/tests.py", line 
1010, in test_child_doesnt_accidentally_get_parent
    ], list(objs))
AssertionError: Lists differ: [<InheritanceManagerTestChild1... != 
[<InheritanceManagerTestChild1...

First differing element 1:
<InheritanceManagerTestGrandChild1: GrandChild1(4)>
<InheritanceManagerTestChild1: Child1(4)>

  [<InheritanceManagerTestChild1: Child1(2)>,
-  <InheritanceManagerTestGrandChild1: GrandChild1(4)>,
?                         -----        -----

+  <InheritanceManagerTestChild1: Child1(4)>,
   <InheritanceManagerTestChild1: Child1(5)>]

======================================================================
FAIL: test_duplications 
(model_utils.tests.tests.InheritanceManagerUsingModelsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-model-utils-2.5.2/model_utils/tests/tests.py", line 
994, in test_duplications
    InheritanceManagerTestParent(pk=self.grandchild1_2.pk),
AssertionError: Lists differ: [<InheritanceManagerTestParent... != 
[<InheritanceManagerTestParent...

First differing element 2:
<InheritanceManagerTestParent: Parent(3)>
<InheritanceManagerTestChild2: Child2(3)>

  [<InheritanceManagerTestParent: Parent(1)>,
   <InheritanceManagerTestParent: Parent(2)>,
-  <InheritanceManagerTestParent: Parent(3)>,
+  <InheritanceManagerTestChild2: Child2(3)>,
   <InheritanceManagerTestParent: Parent(4)>,
   <InheritanceManagerTestParent: Parent(5)>]

======================================================================
FAIL: test_manually_specifying_parent_fk_only_specific_child 
(model_utils.tests.tests.InheritanceManagerUsingModelsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-model-utils-2.5.2/model_utils/tests/tests.py", line 
1029, in test_manually_specifying_parent_fk_only_specific_child
    self.assertEqual(list(results), expected_objs)
AssertionError: Lists differ: [<InheritanceManagerTestParent... != 
[<InheritanceManagerTestParent...

First differing element 5:
<InheritanceManagerTestParent: Parent(6)>
<InheritanceManagerTestChild3: Child3(6)>

  [<InheritanceManagerTestParent: Parent(1)>,
   <InheritanceManagerTestParent: Parent(2)>,
   <InheritanceManagerTestParent: Parent(3)>,
   <InheritanceManagerTestParent: Parent(4)>,
   <InheritanceManagerTestParent: Parent(5)>,
-  <InheritanceManagerTestParent: Parent(6)>]
+  <InheritanceManagerTestChild3: Child3(6)>]

======================================================================
FAIL: test_mixing_strings_and_classes_with_children 
(model_utils.tests.tests.InheritanceManagerUsingModelsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-model-utils-2.5.2/model_utils/tests/tests.py", line 
977, in test_mixing_strings_and_classes_with_children
    self.assertEqual(list(objs), expecting2)
AssertionError: Lists differ: [<InheritanceManagerTestParent... != 
[<InheritanceManagerTestParent...

First differing element 1:
<InheritanceManagerTestParent: Parent(2)>
<InheritanceManagerTestChild1: Child1(2)>

  [<InheritanceManagerTestParent: Parent(1)>,
-  <InheritanceManagerTestParent: Parent(2)>,
-  <InheritanceManagerTestParent: Parent(3)>,
-  <InheritanceManagerTestParent: Parent(4)>,
-  <InheritanceManagerTestParent: Parent(5)>]
+  <InheritanceManagerTestChild1: Child1(2)>,
+  <InheritanceManagerTestChild2: Child2(3)>,
+  <InheritanceManagerTestChild1: Child1(4)>,
+  <InheritanceManagerTestChild1: Child1(5)>]

======================================================================
FAIL: test_mixing_strings_and_classes_with_grandchildren 
(model_utils.tests.tests.InheritanceManagerUsingModelsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/django-model-utils-2.5.2/model_utils/tests/tests.py", line 
954, in test_mixing_strings_and_classes_with_grandchildren
    self.assertEqual(list(objs), expecting2)
AssertionError: Lists differ: [<InheritanceManagerTestParent... != 
[<InheritanceManagerTestParent...

First differing element 2:
<InheritanceManagerTestParent: Parent(3)>
<InheritanceManagerTestChild2: Child2(3)>

  [<InheritanceManagerTestParent: Parent(1)>,
   <InheritanceManagerTestParent: Parent(2)>,
-  <InheritanceManagerTestParent: Parent(3)>,
+  <InheritanceManagerTestChild2: Child2(3)>,
   <InheritanceManagerTestParent: Parent(4)>,
-  <InheritanceManagerTestParent: Parent(5)>]
+  <InheritanceManagerTestGrandChild1_2: GrandChild1_2(5)>]

----------------------------------------------------------------------
Ran 242 tests in 1.162s

FAILED (failures=22, skipped=7)
Creating test database for alias 'default'...
System check identified no issues (0 silenced).
No changes detected
Destroying test database for alias 'default'...
E: pybuild pybuild:283: test: plugin custom failed with: exit code=22: 
python2.7 ./runtests.py
dh_auto_test: pybuild --test -i python{version} -p 2.7 --system=custom 
--test-args={interpreter} ./runtests.py returned exit code 13
debian/rules:11: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 25

--- End Message ---
--- Begin Message ---
Version: 3.0.0-1

This was fixed.

--- Begin Message ---

Accepted:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 03 Jul 2017 16:54:26 +1000
Source: django-model-utils
Binary: python-django-model-utils python3-django-model-utils
Architecture: source all
Version: 3.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<[email protected]>
Changed-By: Brian May <[email protected]>
Description:
 python-django-model-utils - Django model mixins and utilities �� Python 2
 python3-django-model-utils - Django model mixins and utilities �� Python 3
Changes:
 django-model-utils (3.0.0-1) unstable; urgency=medium
 .
   * New upstream version. Closes: :#865559.
Checksums-Sha1:
 e16203b3eb685a71b784341afe2e13a6c984a531 2312 django-model-utils_3.0.0-1.dsc
 a5c796e1a9c58bc7e4c5bf18e83a752b92e9f544 44440 
django-model-utils_3.0.0.orig.tar.gz
 199e29ae9c720477f37cee6cef1e310fdab67a49 3648 
django-model-utils_3.0.0-1.debian.tar.xz
 7ff497a7a56f690fbac202320da2053ab645102c 7231 
django-model-utils_3.0.0-1_i386.buildinfo
 19f1778bfe2c1e23d35285ea5486aeb5b619a717 24766 
python-django-model-utils_3.0.0-1_all.deb
 0ce45386311fc65d0b7216d7ba00520e7df102bf 23184 
python3-django-model-utils_3.0.0-1_all.deb
Checksums-Sha256:
 b21f0ecbabde1b4edea44decaac6c70d339c03e74c6afd968f8250f818e20091 2312 
django-model-utils_3.0.0-1.dsc
 252c4ef6316e8670e80cfc687d97a754d6fd0840ad7aa21a0128e67bd316b40e 44440 
django-model-utils_3.0.0.orig.tar.gz
 627195862b6df7d47be02dee72151bc3ce84876e87bba1bde54298fe5c9ce078 3648 
django-model-utils_3.0.0-1.debian.tar.xz
 6e0f38e9af74476f5da01f94f4dbc0ff016361583b2729700934926f3493d939 7231 
django-model-utils_3.0.0-1_i386.buildinfo
 3da117fa2b419b1e939cf6cbd484439deab876e478d78bbf36ffedd2ee41b537 24766 
python-django-model-utils_3.0.0-1_all.deb
 259a2bd76a9490e5a1f2260194d45b9dfffd18bba4fb1c31ec424735f339129c 23184 
python3-django-model-utils_3.0.0-1_all.deb
Files:
 977a1c89342282c149faaf656a3bd975 2312 python extra 
django-model-utils_3.0.0-1.dsc
 a23e92ea08a50b86c582dbc3dcf5cb76 44440 python extra 
django-model-utils_3.0.0.orig.tar.gz
 163b89f2fcca79575c3f36b5c3b71fee 3648 python extra 
django-model-utils_3.0.0-1.debian.tar.xz
 ffc13b84c87345fa2cde685496ce5be7 7231 python extra 
django-model-utils_3.0.0-1_i386.buildinfo
 12c9b5c15fdab43729b7eeee951c8844 24766 python extra 
python-django-model-utils_3.0.0-1_all.deb
 466661cacc144437cafaece013320ce1 23184 python extra 
python3-django-model-utils_3.0.0-1_all.deb

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

iQIzBAEBCAAdFiEE1jZRJqkttWDGJ6ztF4RXf4EfbqwFAllZ788ACgkQF4RXf4Ef
bqxOuA/+JhWWtDxy73/TORdAE1KszD/3Gd9LjmcWaRmzjj7cC6MK4LO5+XwNs7eQ
3Cgf6IHR2BhhCAWbS0Xh29ALh3CKSDHLw2k/Lzul6xpsrMP8N2UdGma53ZCz+S5E
kEAgZ/Rj2F02VKw2NRFMpCXI8PD1KntFzM1vMsDR3L8Vidjo95ZFys4s/g0Qgio4
hoMF9+aPZflkG/G7WZTgBx19GVylXG51USkGP0VCtIgBBNuc/EufQ+GcUbJ1NlaA
B5Ir1h6NshdY0rFBIRUPE/HEXs/eaoRLEK/OygtU0ItaQDDLizvpBYqXO1gjxely
g907H210tpodeblkqDscsbp7gKTgbIIgRV3kLsHgyqCF9YHadPO34VlKAtub3JtK
VAqHLfY48AvLZCJfnvnjnUYoNs8xfVh2HdZ0Lw4pYg1FPBWh3M/5kxLhNY2QSI8z
PTIQ1Z+gapzik3xQCUDYEz86rqWMLjwXUhveYTstgKJkwfcBQRM8XUoFpTt+Fypr
OOPaflvxB14toNc++4PsyOocsdJKDYDSwXgJhsBEwM3YAHrOtlqCDU+6WpL7e53S
fvfehEt9bGRMKQrvkmbG9w/f6I2Z4Ksh4DRsLpvYpyJutqjAIgmPZGJgTOHM7HZj
jkF8Cy4snA26eaOjoCOdU6fuaKm94L6CFbTEvEwPe2CJ9qoWEMA=
=74ai
-----END PGP SIGNATURE-----


Thank you for your contribution to Debian.

--- End Message ---
-- 
Brian May <[email protected]>
https://linuxpenguins.xyz/brian/

--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to