Your message dated Sun, 08 Jul 2018 09:52:15 +0000
with message-id <e1fc6mz-000hfi...@fasolo.debian.org>
and subject line Bug#902757: fixed in blist 1.3.6-5
has caused the Debian Bug report #902757,
regarding blist FTBFS with Python 3.7
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.)


-- 
902757: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902757
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: blist
Version: 1.3.6-4
Severity: serious
Tags: buster sid ftbfs

https://buildd.debian.org/status/package.php?p=blist&suite=sid

...
test_copy (blist.test.test_set.TestCopyingEmpty) ... ERROR
test_copy (blist.test.test_set.TestCopyingEmpty) ... ERROR
test_deep_copy (blist.test.test_set.TestCopyingEmpty) ... ERROR
test_deep_copy (blist.test.test_set.TestCopyingEmpty) ... ERROR
test_copy (blist.test.test_set.TestCopyingSingleton) ... ERROR
test_copy (blist.test.test_set.TestCopyingSingleton) ... ERROR
test_deep_copy (blist.test.test_set.TestCopyingSingleton) ... ERROR
test_deep_copy (blist.test.test_set.TestCopyingSingleton) ... ERROR
test_copy (blist.test.test_set.TestCopyingTriple) ... ERROR
test_copy (blist.test.test_set.TestCopyingTriple) ... ERROR
test_deep_copy (blist.test.test_set.TestCopyingTriple) ... ERROR
test_deep_copy (blist.test.test_set.TestCopyingTriple) ... ERROR
test_copy (blist.test.test_set.TestCopyingTuple) ... ERROR
test_copy (blist.test.test_set.TestCopyingTuple) ... ERROR
test_deep_copy (blist.test.test_set.TestCopyingTuple) ... ERROR
test_deep_copy (blist.test.test_set.TestCopyingTuple) ... ERROR
test_copy (blist.test.test_set.TestCopyingNested) ... ERROR
test_copy (blist.test.test_set.TestCopyingNested) ... ERROR
test_deep_copy (blist.test.test_set.TestCopyingNested) ... ERROR
test_deep_copy (blist.test.test_set.TestCopyingNested) ... ERROR
test_binopsVsSubsets (blist.test.test_set.TestIdentities) ... ERROR
test_binopsVsSubsets (blist.test.test_set.TestIdentities) ... ERROR
test_commutativity (blist.test.test_set.TestIdentities) ... ERROR
test_commutativity (blist.test.test_set.TestIdentities) ... ERROR
test_exclusion (blist.test.test_set.TestIdentities) ... ERROR
test_exclusion (blist.test.test_set.TestIdentities) ... ERROR
test_summations (blist.test.test_set.TestIdentities) ... ERROR
test_summations (blist.test.test_set.TestIdentities) ... ERROR
test_constructor (blist.test.test_set.TestVariousIteratorArgs) ... ERROR
test_constructor (blist.test.test_set.TestVariousIteratorArgs) ... ERROR
test_inline_methods (blist.test.test_set.TestVariousIteratorArgs) ... ERROR
test_inline_methods (blist.test.test_set.TestVariousIteratorArgs) ... ERROR
test_inplace_methods (blist.test.test_set.TestVariousIteratorArgs) ... ERROR
test_inplace_methods (blist.test.test_set.TestVariousIteratorArgs) ... ERROR

======================================================================
ERROR: test_constructors (blist.test.sortedlist_tests.SortedSetTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/blist/_sortedlist.py", line 423, in __iter__
    item = next(it)
StopIteration

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

Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/blist/test/sortedlist_tests.py", line 220, in 
test_constructors
    v = self.type2test(tuple(u))
RuntimeError: generator raised StopIteration

======================================================================
ERROR: test_constructors (blist.test.sortedlist_tests.SortedSetTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/blist/_sortedlist.py", line 423, in __iter__
    item = next(it)
StopIteration

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

Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/blist/test/sortedlist_tests.py", line 220, in 
test_constructors
    v = self.type2test(tuple(u))
RuntimeError: generator raised StopIteration

======================================================================
ERROR: test_constructors2 (blist.test.sortedlist_tests.SortedSetTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/blist/_sortedlist.py", line 423, in __iter__
    item = next(it)
StopIteration

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

Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/blist/test/sortedlist_tests.py", line 293, in 
test_constructors2
    self.assertEqual(self.type2test(g(s)), self.type2test(s))
  File "/<<PKGBUILDDIR>>/blist/test/unittest.py", line 382, in failUnlessEqual
    if not first == second:
  File "/usr/lib/python3.7/_collections_abc.py", line 463, in __eq__
    return len(self) == len(other) and self.__le__(other)
  File "/usr/lib/python3.7/_collections_abc.py", line 435, in __le__
    for elem in self:
RuntimeError: generator raised StopIteration

======================================================================
ERROR: test_constructors2 (blist.test.sortedlist_tests.SortedSetTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/blist/_sortedlist.py", line 423, in __iter__
    item = next(it)
StopIteration

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

Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/blist/test/sortedlist_tests.py", line 293, in 
test_constructors2
    self.assertEqual(self.type2test(g(s)), self.type2test(s))
  File "/<<PKGBUILDDIR>>/blist/test/unittest.py", line 382, in failUnlessEqual
    if not first == second:
  File "/usr/lib/python3.7/_collections_abc.py", line 463, in __eq__
    return len(self) == len(other) and self.__le__(other)
  File "/usr/lib/python3.7/_collections_abc.py", line 435, in __le__
    for elem in self:
RuntimeError: generator raised StopIteration

======================================================================
ERROR: test_contains (blist.test.sortedlist_tests.SortedSetTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/blist/_sortedlist.py", line 423, in __iter__
    item = next(it)
StopIteration

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

Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/blist/test/seq_tests.py", line 212, in test_contains
    for i in u:
RuntimeError: generator raised StopIteration
...

--- End Message ---
--- Begin Message ---
Source: blist
Source-Version: 1.3.6-5

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

Debian distribution maintenance software
pp.
Andrej Shadura <andre...@debian.org> (supplier of updated blist 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: Sun, 08 Jul 2018 09:35:44 +0200
Source: blist
Binary: python-blist python3-blist
Architecture: source
Version: 1.3.6-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Andrej Shadura <andre...@debian.org>
Description:
 python-blist - List-like type for Python with better asymptotic performance
 python3-blist - List-like type for Python 3 with better asymptotic performance
Closes: 902757
Changes:
 blist (1.3.6-5) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * Fixed homepage (https)
   * Fixed VCS URL (https)
   * d/control: Set Vcs-* to salsa.debian.org
   * d/copyright: Fix Format URL to correct one
   * d/control: Deprecating priority extra as per policy 4.0.1
   * d/watch: Use https protocol
 .
   [ Andrej Shadura ]
   * Catch StopIteration in a generator and return instead, per PEP 479
     (Closes: #902757).
Checksums-Sha1:
 235c42f5311b5f0975d6a79197a4f4b79eeaafea 1839 blist_1.3.6-5.dsc
 6c0f57040deb02ee4d77035ea9daecae1f08c14d 4404 blist_1.3.6-5.debian.tar.xz
Checksums-Sha256:
 082e5b41e4388601994949dcab7aedba2a5a997608ecfdc9280cf24a4a14a23a 1839 
blist_1.3.6-5.dsc
 aea4320203477417d09e685062a3f123e2b5821c72919e1ff8d98a3c23862faa 4404 
blist_1.3.6-5.debian.tar.xz
Files:
 1ee05f54c79b44627c3ee619e4e54fc4 1839 python optional blist_1.3.6-5.dsc
 f39a1a419c42966e3e654e7e48fadba1 4404 python optional 
blist_1.3.6-5.debian.tar.xz

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

iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAltBwk8ACgkQXkCM2RzY
OdKlTAf/UkeJUg1INARu5b+s8W4RMsSmmfzkBCwuZ85vtEAVax+iqg8peUIaD2V9
2JFX8fnKuIuU8l9ankVzHG92s1P7deKvSnZaVLUK+Cm4C2JuPlamnaZVcxinb1mW
E0rIEKivSGG0ik3KUpDAEQp32mBlUHh1V+xYTuULAw6h/UgxqLNLzrKWvhqkOhpe
08BBEZL3lqf/7gfzSSFl6TZC3hJ7Q6C0TO1dV0kjJYqz7aBjUC6e49FiRj4ct8zS
tmL9or3XPyP5KZ8aER4JxOil2wqMQiOHPmhnDeIeGYSao8sQkj7KRQ7Ipoz1+yhq
aD7Rxa5mWaGt8oWqdTdmLVTJJ4WjXw==
=HQpB
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to