Your message dated Sun, 08 Nov 2020 08:50:42 +0000
with message-id <e1kbgpk-000gkq...@fasolo.debian.org>
and subject line Bug#973022: fixed in python-blosc 1.8.1+ds1-2.1
has caused the Debian Bug report #973022,
regarding python-blosc's autopkg tests are failing with python3.9
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.)


-- 
973022: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973022
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-blosc
Version: 1.8.1+ds1-2
Severity: serious
Tags: sid bullseye
User: debian-pyt...@lists.debian.org
Usertags: python3.9

======================================================================
FAIL: compress (blosc.toplevel)
Doctest: blosc.toplevel.compress
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.9/doctest.py", line 2204, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for blosc.toplevel.compress
  File "/usr/lib/python3/dist-packages/blosc/toplevel.py", line 396, in compress

----------------------------------------------------------------------
File "/usr/lib/python3/dist-packages/blosc/toplevel.py", line 440, in
blosc.toplevel.compress
Failed example:
    a_bytesobj = a.tostring()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python3.9/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest blosc.toplevel.compress[2]>", line 1, in <module>
        a_bytesobj = a.tostring()
    AttributeError: 'array.array' object has no attribute 'tostring'
----------------------------------------------------------------------
File "/usr/lib/python3/dist-packages/blosc/toplevel.py", line 441, in
blosc.toplevel.compress
Failed example:
    c_bytesobj = blosc.compress(a_bytesobj, typesize=4)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python3.9/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest blosc.toplevel.compress[3]>", line 1, in <module>
        c_bytesobj = blosc.compress(a_bytesobj, typesize=4)
    NameError: name 'a_bytesobj' is not defined
----------------------------------------------------------------------
File "/usr/lib/python3/dist-packages/blosc/toplevel.py", line 442, in
blosc.toplevel.compress
Failed example:
    len(c_bytesobj) < len(a_bytesobj)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python3.9/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest blosc.toplevel.compress[4]>", line 1, in <module>
        len(c_bytesobj) < len(a_bytesobj)
    NameError: name 'c_bytesobj' is not defined


======================================================================
FAIL: decompress (blosc.toplevel)
Doctest: blosc.toplevel.decompress
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.9/doctest.py", line 2204, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for blosc.toplevel.decompress
  File "/usr/lib/python3/dist-packages/blosc/toplevel.py", line 549, in 
decompress

----------------------------------------------------------------------
File "/usr/lib/python3/dist-packages/blosc/toplevel.py", line 579, in
blosc.toplevel.decompress
Failed example:
    a_bytesobj = a.tostring()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python3.9/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest blosc.toplevel.decompress[2]>", line 1, in <module>
        a_bytesobj = a.tostring()
    AttributeError: 'array.array' object has no attribute 'tostring'
----------------------------------------------------------------------
File "/usr/lib/python3/dist-packages/blosc/toplevel.py", line 580, in
blosc.toplevel.decompress
Failed example:
    c_bytesobj = blosc.compress(a_bytesobj, typesize=4)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python3.9/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest blosc.toplevel.decompress[3]>", line 1, in <module>
        c_bytesobj = blosc.compress(a_bytesobj, typesize=4)
    NameError: name 'a_bytesobj' is not defined
----------------------------------------------------------------------
File "/usr/lib/python3/dist-packages/blosc/toplevel.py", line 581, in
blosc.toplevel.decompress
Failed example:
    a_bytesobj2 = blosc.decompress(c_bytesobj)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python3.9/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest blosc.toplevel.decompress[4]>", line 1, in <module>
        a_bytesobj2 = blosc.decompress(c_bytesobj)
    NameError: name 'c_bytesobj' is not defined
----------------------------------------------------------------------
File "/usr/lib/python3/dist-packages/blosc/toplevel.py", line 582, in
blosc.toplevel.decompress
Failed example:
    a_bytesobj == a_bytesobj2
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python3.9/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest blosc.toplevel.decompress[5]>", line 1, in <module>
        a_bytesobj == a_bytesobj2
    NameError: name 'a_bytesobj' is not defined


----------------------------------------------------------------------
Ran 37 tests in 4.209s

FAILED (failures=2)

--- End Message ---
--- Begin Message ---
Source: python-blosc
Source-Version: 1.8.1+ds1-2.1
Done: Matthias Klose <d...@debian.org>

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

Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (supplier of updated python-blosc 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 Nov 2020 09:35:22 +0100
Source: python-blosc
Architecture: source
Version: 1.8.1+ds1-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Matthias Klose <d...@debian.org>
Closes: 973022
Changes:
 python-blosc (1.8.1+ds1-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix tests with Python 3.9. Closes: #973022.
Checksums-Sha1:
 945de6305043cf98ecb1abacee1254b476c2ff98 2520 python-blosc_1.8.1+ds1-2.1.dsc
 6e509ee87d65fc3180c893cd1967a996dfede9fa 6160 
python-blosc_1.8.1+ds1-2.1.debian.tar.xz
 0d6b33cc44f29405158c224bf492aa215c8f0615 8748 
python-blosc_1.8.1+ds1-2.1_source.buildinfo
Checksums-Sha256:
 b1f4f1643480a0e3662993dc3bb7a27b2eedd9a0897504a3bac87ce848fd91ff 2520 
python-blosc_1.8.1+ds1-2.1.dsc
 ac0de46150adc550075b84175be4bc8f007aa25805a05f66d358bb4fa804c2e6 6160 
python-blosc_1.8.1+ds1-2.1.debian.tar.xz
 22f376157bb622f59193efd745be6498bafd83889afacc56e797ae64ab6993fa 8748 
python-blosc_1.8.1+ds1-2.1_source.buildinfo
Files:
 7e9f0c05e0420eef397f3ef3894e920c 2520 python optional 
python-blosc_1.8.1+ds1-2.1.dsc
 8ac802429839a3b024911d39cbb44997 6160 python optional 
python-blosc_1.8.1+ds1-2.1.debian.tar.xz
 4fa9996ffab8f0a393830903b5dc8a0b 8748 python optional 
python-blosc_1.8.1+ds1-2.1_source.buildinfo

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

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAl+nrjwQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9U9XD/9n2Y5SzSIrbg+hIpdSwF3v2RrdkCD6qUU/
nvhHWn1HYHdvyXtDLBOXqdbbw1GR73SiTe5fPxJSo2WJJUtV3wI3m5/cuW/dq3tO
QzUcxIR+L4vYv89838xrnf7N5PcPp2Th+uZJNIyYJB1LnYrtiJmj4oFITf0Juvh/
QhSMzfdIGWqj10+BdOOAOykyRrPoLZIO7kigFUmYYtWDBeaxiF0N5mdh9dt/Ft4p
iSgY1v9iLU9lvsiLbVF+ihlvLXghAKOa4IRQquPyXnNyKiSop+JjbZN/eMiHrshb
ubczuhtanesocczGXmGrHBflPt0uJYTBXizlDQGntI0ENn8fJdPsIwU+22nEmqw/
0vk4A59Ge/s1vOAEzJdDOYKcVuar3jrhitqvcfXe1RTnI5vAMWzG2V7GVWqvwByt
MWXAQQVl1RcT5dPDDpdNWb0XrCq2QO3fVgDaMpwhkNIYZxUBx3x1dNYlPOihAUbt
q1H8bvY1jQkJ0Znc/6G8ijEbJ/vEMJbu1mswcWbhvc7lvudeNERmh1FM7bgp9M77
zdcxU9HnFfiX9U3E1xW7giE4EU6YaFYHNYKzL7tK9VLeluMnawchSIYsC2N6GRmQ
F7I8pmAnqhjrp6LFEIw/42VE3vnS1AliJbVpC/kL0R3JetVEoH2l37qybgYH3LjT
IckOTwHaKA==
=HhaV
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to