Your message dated Sun, 25 Dec 2022 15:05:11 +0000
with message-id <e1p9syp-000lnp...@fasolo.debian.org>
and subject line Bug#1025023: fixed in python-boltons 21.0.0-2
has caused the Debian Bug report #1025023,
regarding python-boltons: (autopkgtest) needs update for python3.11: new 
through_method __getstate__?
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.)


-- 
1025023: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1025023
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-boltons
Version: 21.0.0-1
Severity: serious
Tags: sid bookworm
User: debian...@lists.debian.org
Usertags: needs-update
User: debian-pyt...@lists.debian.org
Usertags: python3.11
Control: affects -1 src:python3-defaults

Dear maintainer(s),

We are in the transition of adding python3.11 as a supported Python version [0]. With a recent upload of python3-defaults the autopkgtest of python-boltons fails in testing when that autopkgtest is run with the binary packages of python3-defaults from unstable. It passes when run with only packages from testing. In tabular form:

                       pass            fail
python3-defaults       from testing    3.10.6-3
python-boltons         from testing    21.0.0-1
all others             from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration of python3-defaults to testing [1]. https://docs.python.org/3/whatsnew/3.11.html lists what's new in Python3.11, it may help to identify what needs to be updated.

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[0] https://bugs.debian.org/1021984
[1] https://qa.debian.org/excuses.php?package=python3-defaults

https://ci.debian.net/data/autopkgtest/testing/amd64/p/python-boltons/28728882/log.gz

=================================== FAILURES =================================== _____________________________ test_frozendict_api ______________________________

    def test_frozendict_api():
        # all the read-only methods that are fine
        through_methods = ['__class__',
                           '__cmp__',
                           '__contains__',
                           '__delattr__',
                           '__dir__',
                           '__eq__',
                           '__format__',
                           '__ge__',
                           '__getattribute__',
                           '__getitem__',
                           '__gt__',
                           '__init__',
                           '__iter__',
                           '__le__',
                           '__len__',
                           '__lt__',
                           '__ne__',
                           '__new__',
                           '__or__',
                           '__reduce__',
                           '__reversed__',
                           '__ror__',
                           '__setattr__',
                           '__sizeof__',
                           '__str__',
                           'copy',
                           'get',
                           'has_key',
                           'items',
                           'iteritems',
                           'iterkeys',
                           'itervalues',
                           'keys',
                           'values',
                           'viewitems',
                           'viewkeys',
                           'viewvalues']
            fd = FrozenDict()
        ret = []
        for attrname in dir(fd):
            if attrname == '_hash':  # in the dir, even before it's set
                continue
            attr = getattr(fd, attrname)
            if not callable(attr):
                continue
if getattr(FrozenDict, attrname) == getattr(dict, attrname, None) and attrname not in through_methods:
              assert attrname == False
E               AssertionError: assert '__getstate__' == False

tests/test_dictutils.py:515: AssertionError
=========================== short test summary info ============================ FAILED tests/test_dictutils.py::test_frozendict_api - AssertionError: assert ... ======================== 1 failed, 389 passed in 2.32s =========================
autopkgtest [23:01:36]: test upstream

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: python-boltons
Source-Version: 21.0.0-2
Done: Stefano Rivera <stefa...@debian.org>

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

Debian distribution maintenance software
pp.
Stefano Rivera <stefa...@debian.org> (supplier of updated python-boltons 
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: Sun, 25 Dec 2022 10:42:46 -0400
Source: python-boltons
Architecture: source
Version: 21.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Stefano Rivera <stefa...@debian.org>
Closes: 1025023
Changes:
 python-boltons (21.0.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Patch: Python 3.11 support. Closes: #1025023
Checksums-Sha1:
 140048a4c9b0b032e03b0112524fb67df1221c4b 1540 python-boltons_21.0.0-2.dsc
 9aeb273d0d002aece81d3ce1388f6f745aae89aa 4708 
python-boltons_21.0.0-2.debian.tar.xz
 2cf06ec7d395353fc7488efb59449f6cd5b23294 6661 
python-boltons_21.0.0-2_source.buildinfo
Checksums-Sha256:
 56ff1ea8b59864926b7336f1e2056136628ab50e5ff02afdf9e7d88fb704f47f 1540 
python-boltons_21.0.0-2.dsc
 4628cbb8bc37703a439d464dd26bbe6e2ae62af38a2f9f7f6e8a794a1da379ad 4708 
python-boltons_21.0.0-2.debian.tar.xz
 1a667cbc9c2094d48cb7d8944f15a21380cbba81b132a4a270967cbfc0c10643 6661 
python-boltons_21.0.0-2_source.buildinfo
Files:
 e870f24dff2ae9c1dc3bd4d83ff77079 1540 python optional 
python-boltons_21.0.0-2.dsc
 3106de667fc93dda3c178eb6618b1699 4708 python optional 
python-boltons_21.0.0-2.debian.tar.xz
 a04deecfe3c7a760f60f9193c1dd8906 6661 python optional 
python-boltons_21.0.0-2_source.buildinfo

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

iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCY6hipxQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2P1CAP4kfO7v+CVSgKCdMeiX8AoY5TV1k/WN
5rVSB4RN4rontwEAksELgt4TzkzpWx2Qp3O/VUqqxlJNLgwTGtK/+1UNKgg=
=5S63
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to