Your message dated Mon, 12 Dec 2022 16:04:24 +0000
with message-id <e1p4li0-00fefi...@fasolo.debian.org>
and subject line Bug#1024907: fixed in deepdiff 6.2.2-1
has caused the Debian Bug report #1024907,
regarding deepdiff: (autopkgtest) needs update for python3.11: AssertionError
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.)
--
1024907: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1024907
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: deepdiff
Version: 5.8.2-3
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
deepdiff 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
deepdiff from testing 5.8.2-3
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/d/deepdiff/28726222/log.gz
=================================== FAILURES
===================================
_________________________ TestDeepDiffText.test_enums
__________________________
self = <tests.test_diff_text.TestDeepDiffText object at 0x7f8e09e9ee10>
def test_enums(self):
from enum import Enum
class MyEnum(Enum):
A = 1
B = 2
ddiff = DeepDiff(MyEnum.A, MyEnum(1))
result = {}
assert ddiff == result
ddiff = DeepDiff(MyEnum.A, MyEnum.B)
result = {
'values_changed': {
'root._name_': {
'old_value': 'A',
'new_value': 'B'
},
'root._value_': {
'old_value': 1,
'new_value': 2
},
'root.name': {
'old_value': 'A',
'new_value': 'B'
},
'root.value': {
'old_value': 1,
'new_value': 2
},
}
}
assert ddiff == result
E AssertionError: assert {'values_chan...d_value': 1}}} ==
{'values_chan...d_value': 1}}}
E Differing items:
E {'values_changed': {'root._name_': {'new_value': 'B',
'old_value': 'A'}, 'root._sort_order_': {'new_value': 1, 'old_value':
0}, 'root._value_': {'new_value': 2, 'old_value': 1}, 'root.name':
{'new_value': 'B', 'old_value': 'A'}, ...}} != {'values_changed':
{'root._name_': {'new_value': 'B', 'old_value': 'A'}, 'root._value_':
{'new_value': 2, 'old_value': 1}, 'root.name': {'new_value': 'B',
'old_value': 'A'}, 'root.value': {'new_value': 2, 'old_value': 1}}}
E Use -v to get more diff
tests/test_diff_text.py:584: AssertionError
__________________________ TestDeepHashPrep.test_enum
__________________________
self = <tests.test_hash.TestDeepHashPrep object at 0x7f8e0a0b7b90>
def test_enum(self):
class MyEnum(Enum):
A = 1
B = 2
> assert DeepHashPrep(MyEnum.A)[MyEnum.A] ==
r'objMyEnum:{str:_name_:str:A;str:_value_:int:1}'
E AssertionError: assert 'objMyEnum:{s...value_:int:1}' ==
'objMyEnum:{s...value_:int:1}'
E - objMyEnum:{str:_name_:str:A;str:_value_:int:1}
E +
objMyEnum:{str:_name_:str:A;str:_sort_order_:int:0;str:_value_:int:1}
E ? +++++++++++++++++++++++
tests/test_hash.py:269: AssertionError
OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: deepdiff
Source-Version: 6.2.2-1
Done: Louis-Philippe Véronneau <po...@debian.org>
We believe that the bug you reported is fixed in the latest version of
deepdiff, 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 1024...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Louis-Philippe Véronneau <po...@debian.org> (supplier of updated deepdiff
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: Mon, 12 Dec 2022 10:41:02 -0500
Source: deepdiff
Architecture: source
Version: 6.2.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Louis-Philippe Véronneau <po...@debian.org>
Closes: 1024907
Changes:
deepdiff (6.2.2-1) unstable; urgency=medium
.
* Team upload.
* New upstream version. (Closes: #1024907)
Checksums-Sha1:
3fd62986575b482cd90f9e05e39862121e1cae76 1630 deepdiff_6.2.2-1.dsc
1d06315ae020d7cc068c88d5759227cac9eb1dd6 405900 deepdiff_6.2.2.orig.tar.gz
73a3760219c9f6b7aa7bac2f9b5b8713a9839c03 2972 deepdiff_6.2.2-1.debian.tar.xz
a4c7892850babbeaba26e919a23085290db79e2e 7499 deepdiff_6.2.2-1_amd64.buildinfo
Checksums-Sha256:
22549b552a6e8abe96a22742b4f627f0bca875f8ddee85a5ea0d6930285164af 1630
deepdiff_6.2.2-1.dsc
a321f915155ab66115d5f5d404b891c48e8aabc217cecc05a3712fe37e7fe665 405900
deepdiff_6.2.2.orig.tar.gz
feb4b07e063b6e338a11e9909e920c38982677de0f8ad36553ec48437e4750a2 2972
deepdiff_6.2.2-1.debian.tar.xz
093e250d6bf1ba04bb9057fc484824bc4586b4d944fba770e2356cbc031c9803 7499
deepdiff_6.2.2-1_amd64.buildinfo
Files:
17296fb7972d238804165304458463eb 1630 python optional deepdiff_6.2.2-1.dsc
dd5a0f5f757849358c3d870fff29ee38 405900 python optional
deepdiff_6.2.2.orig.tar.gz
e9df156483d9e4ebaad4304953cb6b4d 2972 python optional
deepdiff_6.2.2-1.debian.tar.xz
ab4cb3c59a0e08e35c13b7e73ac425d7 7499 python optional
deepdiff_6.2.2-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iHUEARYKAB0WIQTKp0AHB6gWsCAvw830JXpQshz6hQUCY5dMBgAKCRD0JXpQshz6
hVa2AQCybC8eSOw36TGXLRi3FoMSm5hVXsE8CzL73Tib/CdFcgEA1u8KdQ4Q7HVC
hahvkc87XJb/7TPUOv5rgaQIRQIUHwo=
=E7Ac
-----END PGP SIGNATURE-----
--- End Message ---