Your message dated Sat, 23 Nov 2019 11:19:49 +0000
with message-id <e1iyts9-000gyj...@fasolo.debian.org>
and subject line Bug#943615: fixed in python-multidict 4.6.1-1
has caused the Debian Bug report #943615,
regarding python-multidict ftbfs with python3.8 (test failures)
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.)


-- 
943615: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943615
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-multidict
Version: 4.5.2-1
Severity: important
Tags: sid bullseye
User: debian-pyt...@lists.debian.org
Usertags: python3.8

test failures when running the tests with python3.8:

=================================== FAILURES ===================================
_______________________ test_load_from_file[MultiDict-5] _______________________

pickle_protocol = 5, cls_name = 'MultiDict'

    def test_load_from_file(pickle_protocol, cls_name):
        cls = globals()[cls_name]
        d = cls([('a', 1), ('a', 2)])
        fname = '{}.pickle.{}'.format(cls_name.lower(), pickle_protocol)
        p = here / fname
>       with p.open('rb') as f:

tests/test_pickle.py:113:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.8/pathlib.py:1200: in open
    return io.open(self, mode, buffering, encoding, errors, newline,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = PosixPath('/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_multidict/build/tests/multidict.pickle.5') name = '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_multidict/build/tests/multidict.pickle.5'
flags = 524288, mode = 438

    def _opener(self, name, flags, mode=0o666):
        # A stub for the opener argument to built-in open()
>       return self._accessor.open(self, flags, mode)
E FileNotFoundError: [Errno 2] No such file or directory: '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_multidict/build/tests/multidict.pickle.5'

/usr/lib/python3.8/pathlib.py:1054: FileNotFoundError
______________________ test_load_from_file[CIMultiDict-5] ______________________

pickle_protocol = 5, cls_name = 'CIMultiDict'

    def test_load_from_file(pickle_protocol, cls_name):
        cls = globals()[cls_name]
        d = cls([('a', 1), ('a', 2)])
        fname = '{}.pickle.{}'.format(cls_name.lower(), pickle_protocol)
        p = here / fname
>       with p.open('rb') as f:

tests/test_pickle.py:113:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.8/pathlib.py:1200: in open
    return io.open(self, mode, buffering, encoding, errors, newline,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = PosixPath('/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_multidict/build/tests/cimultidict.pickle.5') name = '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_multidict/build/tests/cimultidict.pickle.5'
flags = 524288, mode = 438

    def _opener(self, name, flags, mode=0o666):
        # A stub for the opener argument to built-in open()
>       return self._accessor.open(self, flags, mode)
E FileNotFoundError: [Errno 2] No such file or directory: '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_multidict/build/tests/cimultidict.pickle.5'

/usr/lib/python3.8/pathlib.py:1054: FileNotFoundError
______________________ test_load_from_file[PyMultiDict-5] ______________________

pickle_protocol = 5, cls_name = 'PyMultiDict'

    def test_load_from_file(pickle_protocol, cls_name):
        cls = globals()[cls_name]
        d = cls([('a', 1), ('a', 2)])
        fname = '{}.pickle.{}'.format(cls_name.lower(), pickle_protocol)
        p = here / fname
>       with p.open('rb') as f:

tests/test_pickle.py:113:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.8/pathlib.py:1200: in open
    return io.open(self, mode, buffering, encoding, errors, newline,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = PosixPath('/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_multidict/build/tests/pymultidict.pickle.5') name = '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_multidict/build/tests/pymultidict.pickle.5'
flags = 524288, mode = 438

    def _opener(self, name, flags, mode=0o666):
        # A stub for the opener argument to built-in open()
>       return self._accessor.open(self, flags, mode)
E FileNotFoundError: [Errno 2] No such file or directory: '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_multidict/build/tests/pymultidict.pickle.5'

/usr/lib/python3.8/pathlib.py:1054: FileNotFoundError
_____________________ test_load_from_file[PyCIMultiDict-5] _____________________

pickle_protocol = 5, cls_name = 'PyCIMultiDict'

    def test_load_from_file(pickle_protocol, cls_name):
        cls = globals()[cls_name]
        d = cls([('a', 1), ('a', 2)])
        fname = '{}.pickle.{}'.format(cls_name.lower(), pickle_protocol)
        p = here / fname
>       with p.open('rb') as f:

tests/test_pickle.py:113:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.8/pathlib.py:1200: in open
    return io.open(self, mode, buffering, encoding, errors, newline,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = PosixPath('/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_multidict/build/tests/pycimultidict.pickle.5') name = '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_multidict/build/tests/pycimultidict.pickle.5'
flags = 524288, mode = 438

    def _opener(self, name, flags, mode=0o666):
        # A stub for the opener argument to built-in open()
>       return self._accessor.open(self, flags, mode)
E FileNotFoundError: [Errno 2] No such file or directory: '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_multidict/build/tests/pycimultidict.pickle.5'

/usr/lib/python3.8/pathlib.py:1054: FileNotFoundError
===================== 4 failed, 692 passed in 1.36 seconds =====================
E: pybuild pybuild:341: test: plugin distutils failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_multidict/build; python3.8 -m pytest tests dh_auto_test: pybuild --test --test-pytest -i python{version} -p "3.8 3.7" returned exit code 13
--- End Message ---
--- Begin Message ---
Source: python-multidict
Source-Version: 4.6.1-1

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

Debian distribution maintenance software
pp.
Nicolas Dandrimont <ol...@debian.org> (supplier of updated python-multidict 
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: Sat, 23 Nov 2019 11:55:24 +0100
Source: python-multidict
Architecture: source
Version: 4.6.1-1
Distribution: unstable
Urgency: medium
Maintainer: Piotr Ożarowski <pi...@debian.org>
Changed-By: Nicolas Dandrimont <ol...@debian.org>
Closes: 943615
Changes:
 python-multidict (4.6.1-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Nicolas Dandrimont ]
   * New upstream release
     - Add support for Python3.8 (Closes: #943615)
 .
   [ Ondřej Nový ]
   * Use debhelper-compat instead of debian/compat.
   * Bump Standards-Version to 4.4.1.
Checksums-Sha1:
 56c860465323c9348cbb580f0e3cec47fc6e6e82 2233 python-multidict_4.6.1-1.dsc
 2dd65ab2161522013f3f7a93a2bd30087f551e4b 115293 
python-multidict_4.6.1.orig.tar.gz
 3d6f187a4571b5b7941baf85bdd176404c39c959 2804 
python-multidict_4.6.1-1.debian.tar.xz
 f704d26f0c0e7c692645b7b0df422e32ad8d882a 7551 
python-multidict_4.6.1-1_amd64.buildinfo
Checksums-Sha256:
 d5eb48db4f0a1f20f90bed465db3546e516110d17433e105c404bf4620118e3f 2233 
python-multidict_4.6.1-1.dsc
 5159c4975931a1a78bf6602bbebaa366747fce0a56cb2111f44789d2c45e379f 115293 
python-multidict_4.6.1.orig.tar.gz
 d3e604ba826e6e901d7f4ece38ab67e69cc57b61e9354432433a6f1e796e6e92 2804 
python-multidict_4.6.1-1.debian.tar.xz
 a1559552a8cdd48b9bfd6698d839471a4831635ad317776287259d5faea37bd0 7551 
python-multidict_4.6.1-1_amd64.buildinfo
Files:
 21ab5feacb888c9795623d7a7463b8a0 2233 python optional 
python-multidict_4.6.1-1.dsc
 bee3828781685758410fa0fbcda8c88e 115293 python optional 
python-multidict_4.6.1.orig.tar.gz
 7e823b0a40a152f8b9018d90c5a2d5ff 2804 python optional 
python-multidict_4.6.1-1.debian.tar.xz
 466b37c314df3250c1196bbfe851b92c 7551 python optional 
python-multidict_4.6.1-1_amd64.buildinfo

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

iQJEBAEBCgAvFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAl3ZEPgRHG9sYXNkQGRl
Ymlhbi5vcmcACgkQ3K6QUi5xIr+sTg/xARNX1IeNZw2PFb9XuQI4djlAurR3kA/N
GQHGNlwD2r0oyKBPabgIfgGr+xaU0jwVkB1Lgm3YIWI77d6QydVMLcIa87UGZY66
a986d4djLd6/4/80MzmEEiN/IY0QYnQc3Y0SAgq/agoOG/PGzDxVeuBYwD+TG3Fa
vdb+GJOqHyE+pyidcmt2HjGLGGSwXpNjRIwf/FLWxSADl/h2Ul3awa8s2mv02It5
G1JJgPhcbdJN+nLEnzQ3wn1+GLDU5vXuW0xByjdRMjRLKzsQE1bUjajh1cpoBd3O
855ytFgCVrlBCE8YFyzA3s+QDMMR91JJALpuzagXkb5Tg+zAvfIR5cqXOvflVYHz
fC8fFAjtn4kG0baONFzNey/WfcXUyM5ODbQGT0HwdSVfx1OZHZPygRXjOjgrB8BR
gDtdzdH0wxSmGGZxHx3FOt89v1GVjOgg1/MEEkJunqH4UPQ6lsQVyxA7pIhHfNY2
VfDUkMwl5EYh8elKfheORWfndF6mVKbnzzGfzCZnViZyOotG9PNgAWwbZtaY2w6l
ZrqQ3XKryf8UkeIQ+KCgR0Tb38Ie3d9jKlbnbVBkdwB6uY5WKRXFOEInQB2t1kYw
+cPgq18NaoDbNMbXwjzxiBdV7dd9BRnAUogtng/Vwzh3izVmBCfCS/XjWCgYle/r
WoyNF/rhPg==
=/rvH
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to