Your message dated Thu, 11 Jan 2024 13:51:37 +0000
with message-id <e1rnvt7-002vzv...@fasolo.debian.org>
and subject line Bug#1056436: fixed in pycryptodome 3.20.0+dfsg-1
has caused the Debian Bug report #1056436,
regarding pycryptodome's autopkg tests fail with Python 3.12
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.)


-- 
1056436: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056436
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pycryptodome
Version: 3.18.0+dfsg1-1
Severity: important
Tags: sid trixie
User: debian-pyt...@lists.debian.org
Usertags: python3.12

pycryptodome's autopkg tests fail with Python 3.12:

[...]
512s ======================================================================
512s ERROR: testInit2 (Cryptodome.SelfTest.Util.test_asn1.DerBitStringTests.testInit2)
512s ----------------------------------------------------------------------
512s Traceback (most recent call last):
512s File "/usr/lib/python3/dist-packages/Cryptodome/SelfTest/Util/test_asn1.py", line 655, in testInit2
512s     self.assertEquals(der.encode(), b('\x03\x04\x00\x02\x01\x01'))
512s     ^^^^^^^^^^^^^^^^^
512s AttributeError: 'DerBitStringTests' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?
512s
512s ======================================================================
512s ERROR: testDecode1 (Cryptodome.SelfTest.Util.test_asn1.DerSetOfTests.testDecode1)
512s ----------------------------------------------------------------------
512s Traceback (most recent call last):
512s File "/usr/lib/python3/dist-packages/Cryptodome/SelfTest/Util/test_asn1.py", line 731, in testDecode1
512s     self.assertEquals(len(der),0)
512s     ^^^^^^^^^^^^^^^^^
512s AttributeError: 'DerSetOfTests' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?
512s
512s ======================================================================
512s ERROR: testDecode2 (Cryptodome.SelfTest.Util.test_asn1.DerSetOfTests.testDecode2)
512s ----------------------------------------------------------------------
512s Traceback (most recent call last):
512s File "/usr/lib/python3/dist-packages/Cryptodome/SelfTest/Util/test_asn1.py", line 741, in testDecode2
512s     self.assertEquals(len(der),2)
512s     ^^^^^^^^^^^^^^^^^
512s AttributeError: 'DerSetOfTests' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?
512s
512s ======================================================================
512s ERROR: testDecode4 (Cryptodome.SelfTest.Util.test_asn1.DerSetOfTests.testDecode4)
512s ----------------------------------------------------------------------
512s Traceback (most recent call last):
512s File "/usr/lib/python3/dist-packages/Cryptodome/SelfTest/Util/test_asn1.py", line 756, in testDecode4
512s     self.assertEquals(der,
512s     ^^^^^^^^^^^^^^^^^
512s AttributeError: 'DerSetOfTests' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?
512s
512s ======================================================================
512s ERROR: testEncode1 (Cryptodome.SelfTest.Util.test_asn1.DerSetOfTests.testEncode1)
512s ----------------------------------------------------------------------
512s Traceback (most recent call last):
512s File "/usr/lib/python3/dist-packages/Cryptodome/SelfTest/Util/test_asn1.py", line 695, in testEncode1
512s     self.assertEquals(der.encode(), b('1\x00'))
512s     ^^^^^^^^^^^^^^^^^
512s AttributeError: 'DerSetOfTests' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?
512s
512s ======================================================================
512s ERROR: testEncode2 (Cryptodome.SelfTest.Util.test_asn1.DerSetOfTests.testEncode2)
512s ----------------------------------------------------------------------
512s Traceback (most recent call last):
512s File "/usr/lib/python3/dist-packages/Cryptodome/SelfTest/Util/test_asn1.py", line 707, in testEncode2 512s self.assertEquals(der.encode(), b('1\x08\x02\x02\x00\xff\x02\x02\x01\x80'))
512s     ^^^^^^^^^^^^^^^^^
512s AttributeError: 'DerSetOfTests' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?
512s
512s ======================================================================
512s ERROR: testEncode4 (Cryptodome.SelfTest.Util.test_asn1.DerSetOfTests.testEncode4)
512s ----------------------------------------------------------------------
512s Traceback (most recent call last):
512s File "/usr/lib/python3/dist-packages/Cryptodome/SelfTest/Util/test_asn1.py", line 723, in testEncode4
512s     self.assertEquals(der.encode(), b('1\x05\x01\x00\x01\x01\x01'))
512s     ^^^^^^^^^^^^^^^^^
512s AttributeError: 'DerSetOfTests' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?
512s
512s ======================================================================
512s ERROR: testInit1 (Cryptodome.SelfTest.Util.test_asn1.DerSetOfTests.testInit1)
512s ----------------------------------------------------------------------
512s Traceback (most recent call last):
512s File "/usr/lib/python3/dist-packages/Cryptodome/SelfTest/Util/test_asn1.py", line 690, in testInit1
512s     self.assertEquals(der.encode(), b('1\x06\x02\x01\x01\x02\x01\x02'))
512s     ^^^^^^^^^^^^^^^^^
512s AttributeError: 'DerSetOfTests' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?
512s
512s ======================================================================
512s ERROR: test_sign_verify (Cryptodome.SelfTest.Signature.test_dss.FIPS_DSA_Tests.test_sign_verify)
512s FIPS DSA Tests
512s ----------------------------------------------------------------------
512s Traceback (most recent call last):
512s File "/usr/lib/python3/dist-packages/Cryptodome/SelfTest/Signature/test_dss.py", line 141, in test_sign_verify
512s     self.failUnless(signer.can_sign())
512s     ^^^^^^^^^^^^^^^
512s AttributeError: 'FIPS_DSA_Tests' object has no attribute 'failUnless'
512s
512s ======================================================================
512s ERROR: test_sign_verify (Cryptodome.SelfTest.Signature.test_dss.FIPS_ECDSA_Tests.test_sign_verify)
512s FIPS ECDSA Tests
512s ----------------------------------------------------------------------
512s Traceback (most recent call last):
512s File "/usr/lib/python3/dist-packages/Cryptodome/SelfTest/Signature/test_dss.py", line 251, in test_sign_verify
512s     self.failUnless(signer.can_sign())
512s     ^^^^^^^^^^^^^^^
512s AttributeError: 'FIPS_ECDSA_Tests' object has no attribute 'failUnless'
512s
512s ----------------------------------------------------------------------
512s Ran 2549 tests in 30.543s
512s
512s FAILED (errors=185)
512s Traceback (most recent call last):
512s   File "<frozen runpy>", line 198, in _run_module_as_main
512s   File "<frozen runpy>", line 88, in _run_code
512s File "/usr/lib/python3/dist-packages/Cryptodome/SelfTest/__main__.py", line 38, in <module>
512s     SelfTest.run(stream=sys.stdout, verbosity=1, config=config)
512s File "/usr/lib/python3/dist-packages/Cryptodome/SelfTest/__init__.py", line 77, in run
512s     raise SelfTestError("Self-test failed", result)
512s Cryptodome.SelfTest.SelfTestError: ('Self-test failed', <unittest.runner.TextTestResult run=2549 errors=185 failures=0>)
512s autopkgtest [18:29:21]: test unittests: -----------------------]

--- End Message ---
--- Begin Message ---
Source: pycryptodome
Source-Version: 3.20.0+dfsg-1
Done: Benjamin Drung <bdr...@debian.org>

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

Debian distribution maintenance software
pp.
Benjamin Drung <bdr...@debian.org> (supplier of updated pycryptodome 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: Thu, 11 Jan 2024 14:32:40 +0100
Source: pycryptodome
Built-For-Profiles: noudeb
Architecture: source
Version: 3.20.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1053328 1056436
Launchpad-Bugs-Fixed: 2039968
Changes:
 pycryptodome (3.20.0+dfsg-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release (Closes: #1056436)
     - C unit tests also run on non-x86 architectures
       (Closes: #1053328, LP: #2039968)
   * Drop patches applied upstream
Checksums-Sha1:
 3eba073ee489312b43331aa11c828d3df485c6a2 2300 pycryptodome_3.20.0+dfsg-1.dsc
 8bcd1126199147257eb88a546f73de01a122268f 10883808 
pycryptodome_3.20.0+dfsg.orig.tar.xz
 a025f3469de9964e34b8f7c1f0773652b585f7eb 11544 
pycryptodome_3.20.0+dfsg-1.debian.tar.xz
 118dccaa238c380dfc22ee0d464aa52f38fca585 9615 
pycryptodome_3.20.0+dfsg-1_source.buildinfo
Checksums-Sha256:
 53369a241b4c64aa4d95c43e00792be22d1959a90d0dc074eddd3df78a4d74e4 2300 
pycryptodome_3.20.0+dfsg-1.dsc
 f7d907ec53696f7559fb9a1b19d61f55f7aff053f3196be5bf8dff83bc049a16 10883808 
pycryptodome_3.20.0+dfsg.orig.tar.xz
 bb120cbecaff71d5c0a465be74e40e1d1498ec751806b73d734feedda7d09404 11544 
pycryptodome_3.20.0+dfsg-1.debian.tar.xz
 f293dd6724d1213d6e5578db3740119928473a377c9f4c56f41c990cc2a53e60 9615 
pycryptodome_3.20.0+dfsg-1_source.buildinfo
Files:
 d344d93b19f25c0437964f8a4373e029 2300 python optional 
pycryptodome_3.20.0+dfsg-1.dsc
 f10ab092b8ee362d9ee1e9aa3a2221d3 10883808 python optional 
pycryptodome_3.20.0+dfsg.orig.tar.xz
 34e82e85459f99f549f988ec8745d468 11544 python optional 
pycryptodome_3.20.0+dfsg-1.debian.tar.xz
 24f36de5f15a7ba786a69e1e217008d2 9615 python optional 
pycryptodome_3.20.0+dfsg-1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmWf734ACgkQFZ61xO/I
d0y20RAAkSnH9qXaIMM29oGiRYiegVuDQxiptq5fRlb8ufagC4Lo214Smq299xZ0
gIzu0KdI6NAxRPyGbLPf78U3XSiEzWyye3lkoh/zKJmdHDWOpgOygzjTNa0SRG3D
pS9yScjb4PqDhL5ofaLgyVHlZITNb2C4i2TvMzKpBMiIrDObCDuJWRSTIWLxKOAC
K0jl8WNoQLXQKyNdb1O5wnlcjDthsqJvrS5o6Rb84GYsx9c8MPse7JGiebsV1FWp
dQ+Mje9YTsNoMkn1DLdryCpmazIHUUBeGNXkgjXiZe/sQRLFfHdTPnHELFczqmgQ
Ippmj3dSPgjky4Se+FDB2KMAhO1yB75MfjL+D/FuGfupFCeaiNY5OTwegX5ggp99
uxQx18o/WOeBOA6OUU4dycbS4fFOX+KtGbw/FudavzRcEaU1WPpgz/BMZEPQuySS
icwwObtau1ixsJPVVqJq00LEx6MI6p5gbBcAQ1zE2NDiK5nRuhTctO5mjqfJ5R5a
Smg63ktXtoqD4GWCsqzUVeD02p6lH3Rzc7DKmN5B6Tz8gOPKsFCIyXERnKOrBHm4
yVSJZJGENoAygxSUN5JRoQqoKUEicCSsw91U1HgFfjQ5Co9VGhFOFMjQ7XXH28e3
ELKtHRxDpPwVfhFMzrN9PhOyjL1bUo/+zxf7Boz5sDkN7WqNcCU=
=ZhOJ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to