Your message dated Sat, 09 Dec 2023 14:50:10 +0000
with message-id <[email protected]>
and subject line Bug#1056535: fixed in translate-toolkit 3.11.1-1
has caused the Debian Bug report #1056535,
regarding translate-toolkit'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 [email protected]
immediately.)


-- 
1056535: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056535
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:translate-toolkit
Version: 3.8.4-1
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: python3.12

translate-toolkit's autopkg tests fail with Python 3.12:

[...]
370s =================================== FAILURES =================================== 370s ________________________ TestRC2POCommand.test_convert _________________________
370s
370s self = <translate.convert.test_rc2po.TestRC2POCommand object at 0x7f64d7490b60>
370s
370s     def test_convert(self):
370s         """Tests the conversion to a po file"""
370s         self.create_testfile("simple.rc", RC_SOURCE)
370s         self.run_command(i="simple.rc", o="simple.po")
370s         po_result = pofile(self.open_testfile("simple.po"))
370s >       assert len(po_result.units) == 23
370s E       assert 0 == 23
370s E        +  where 0 = len([])
370s E + where [] = <translate.storage.pypo.pofile object at 0x7f64d69090a0>.units
370s
370s /usr/lib/python3/dist-packages/translate/convert/test_rc2po.py:91: AssertionError 370s _________________ TestRC2POCommand.test_convert_encoding_utf16 _________________
370s
370s self = <translate.convert.test_rc2po.TestRC2POCommand object at 0x7f64d7492ed0>
370s
370s     def test_convert_encoding_utf16(self):
370s         self.create_testfile("simple.rc", RC_SOURCE.encode("utf-16"))
370s self.run_command(i="simple.rc", o="simple.po", charset="utf-16")
370s         po_result = pofile(self.open_testfile("simple.po"))
370s >       assert len(po_result.units) == 23
370s E       assert 0 == 23
370s E        +  where 0 = len([])
370s E + where [] = <translate.storage.pypo.pofile object at 0x7f64d61f69c0>.units
370s
370s /usr/lib/python3/dist-packages/translate/convert/test_rc2po.py:107: AssertionError 370s _________________ TestRC2POCommand.test_convert_encoding_utf8 __________________
370s
370s self = <translate.convert.test_rc2po.TestRC2POCommand object at 0x7f64d7498950>
370s
370s     def test_convert_encoding_utf8(self):
370s         self.create_testfile("simple.rc", RC_SOURCE.encode("utf-8"))
370s         self.run_command(i="simple.rc", o="simple.po", charset="utf-8")
370s         po_result = pofile(self.open_testfile("simple.po"))
370s >       assert len(po_result.units) == 23
370s E       assert 0 == 23
370s E        +  where 0 = len([])
370s E + where [] = <translate.storage.pypo.pofile object at 0x7f64d625f020>.units
370s
370s /usr/lib/python3/dist-packages/translate/convert/test_rc2po.py:122: AssertionError 370s _________________________ TestRC2POCommand.test_menuex _________________________
370s
370s self = <translate.convert.test_rc2po.TestRC2POCommand object at 0x7f64d74988f0>
370s
370s         def test_menuex(self):
370s             source = """
370s     LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
370s
370s     IDM_STARTMENU MENUEX
370s     BEGIN
370s         POPUP ""
370s         BEGIN
370s             MENUITEM "", -1, MFT_SEPARATOR
370s             POPUP "&Programs", IDM_PROGRAMS
370s             BEGIN
370s                 MENUITEM "(Empty)", -1, MFT_STRING, MFS_GRAYED
370s             END
370s MENUITEM "Sh&ut Down...", IDM_SHUTDOWN, MFT_STRING, MFS_ENABLED
370s         END
370s     END
370s     """
370s             self.create_testfile("simple.rc", source.encode("utf-8"))
370s self.run_command(i="simple.rc", o="simple.po", charset="utf-8")
370s             po_result = pofile(self.open_testfile("simple.po"))
370s >           assert len(po_result.units) == 5
370s E           assert 0 == 5
370s E            +  where 0 = len([])
370s E + where [] = <translate.storage.pypo.pofile object at 0x7f64d61f65d0>.units
370s
370s /usr/lib/python3/dist-packages/translate/convert/test_rc2po.py:144: AssertionError
[...]
370s ===== 4 failed, 3074 passed, 4 skipped, 39 xfailed, 102 warnings in 12.66s =====
--- End Message ---
--- Begin Message ---
Source: translate-toolkit
Source-Version: 3.11.1-1
Done: Stuart Prescott <[email protected]>

We believe that the bug you reported is fixed in the latest version of
translate-toolkit, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stuart Prescott <[email protected]> (supplier of updated translate-toolkit 
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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 10 Dec 2023 00:33:51 +1100
Source: translate-toolkit
Architecture: source
Version: 3.11.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian l10n developers <[email protected]>
Changed-By: Stuart Prescott <[email protected]>
Closes: 1056535
Changes:
 translate-toolkit (3.11.1-1) unstable; urgency=medium
 .
   * New upstream version.
     - Compatible with Python 3.12 (Closes: #1056535)
     - Refresh patches
     - Add new patch to test installed scripts
     - Remove old syrupy cache handling
     - Update autopkgtest tests for new test layout
     - Fix up paths in d/copyright
     - Drop code to move test data around in d/rules
     - Drop code to push (some) tests into .deb
     - Update lintian overrides
Checksums-Sha1:
 e5895aa2f127e1843d67f452131ba9b716910d5d 3065 translate-toolkit_3.11.1-1.dsc
 ff4e65185e0f7bafbb84eb3550cbc6dab3668850 1197476 
translate-toolkit_3.11.1.orig.tar.gz
 b89041b540a3f8b3557501fa6cd608c8002b63a7 24272 
translate-toolkit_3.11.1-1.debian.tar.xz
 edd5cb4666bee3f30f4ef64e289e84b38e09969f 9976 
translate-toolkit_3.11.1-1_amd64.buildinfo
Checksums-Sha256:
 2bba1c63b8ed321a7d9b59076d5a27bee11e7ed49be3d7916a1e887258c46468 3065 
translate-toolkit_3.11.1-1.dsc
 bcdfd868560d902630338e5b76e9f46c8cefb0d40464aa386f298b285d464f5f 1197476 
translate-toolkit_3.11.1.orig.tar.gz
 34e4720387f973d5583670485000580f50b500cbe833c2008c20861fed433e48 24272 
translate-toolkit_3.11.1-1.debian.tar.xz
 eb0bbeb2494f84e5d2fa7300fbcad853afc089ec54095e0151ab3626edb4d857 9976 
translate-toolkit_3.11.1-1_amd64.buildinfo
Files:
 90b8c523d13761af7b7f0dc1459a87b1 3065 python optional 
translate-toolkit_3.11.1-1.dsc
 c0d0f4c710953d581d132e341874f0a6 1197476 python optional 
translate-toolkit_3.11.1.orig.tar.gz
 6034df0274d6dee482e6c01d67201c43 24272 python optional 
translate-toolkit_3.11.1-1.debian.tar.xz
 50db2baa0920232caaab9b4c3b78ef39 9976 python optional 
translate-toolkit_3.11.1-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEkOLSwa0Uaht+u4kdu8F+uxOW8vcFAmV0evoACgkQu8F+uxOW
8veX8BAAoU0z7Cb8EWKne+vxkC1EW8AG2UXw7qs43jTDuAlqWnSLliswBbOqwItp
Xma5mSM5yyqOesJG4SdoVFAyc1VPocxqZwHTbZ9Lp0XVj/RLyqq7Kd2+SDCSZqjb
N81gNGmDifVDqykffOip94uJ6ONcMHAwx9IESAMStOwFaOR0mk8A84lbdztlxurR
FR3/FMU25thFoaigLUU/B2r6Sis3N4hxVHIXxL8uR5iEWXTZYcdNwGd9mVpi5upG
TZFBbBXl6xtmQ1H9IvIfjpcy5f5l5W6lTZcwpVX0XKNnTaxE6dGRNfSY9JI3JtFU
d2UgkZd6UTQF21Facai2XM3LyXd2JUS8xEwbYxLLkfriD31DFD94Wmv/LskOi8Ov
HfDQ14XvLS2YLKmrCE8tuFKpV2yPzar5gC1gWllQLMyAdGnC5H+jSRWt+y/8Ggpn
osvsu7r7LxtzUc/+8gKGNyfiXTf08JzOkkwlEvlVX1qYI9KdThyaevsEIg4jx8po
2DFF0c4OuKmMoq8YKt/V8s98VPTxMmslDMaRXJ80lpcN6zb3XqkQj+asbM7/oZfi
hHzSxbBRlXajSxhryMil3abRkqZW/M/8RsopP2fbX21KWdMdGYmpgr/za8OodfvE
DD6ARfasALk7h5pPlbevd1BRQukMJ2hdPM8afNx0mBdjLRl7vw8=
=tNVf
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to