Your message dated Fri, 29 Jan 2021 02:48:28 +0000
with message-id <e1l5jpk-000i6j...@fasolo.debian.org>
and subject line Bug#950040: fixed in pysdl2 0.9.7+dfsg1-1
has caused the Debian Bug report #950040,
regarding pysdl2 FTBFS with libsdl2 2.0.10+dfsg1-1
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.)


-- 
950040: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950040
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pysdl2
Version: 0.9.6+dfsg1-1
Severity: serious
Tags: ftbfs

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/pysdl2.html

...
=================================== FAILURES ===================================
_____________________ SDL2ExtFontTest.test_FontManager_add _____________________

self = <sdl2.test.sdl2ext_font_test.SDL2ExtFontTest 
testMethod=test_FontManager_add>

    def test_FontManager_add(self):
        fm = sdl2ext.FontManager(RESOURCES.get_path("tuffy.ttf"))
        self.assertIn("tuffy", fm.aliases)
        self.assertIn("tuffy", fm.fonts)
        self.assertIn(16, fm.fonts["tuffy"])
        self.assertIsInstance(fm.fonts["tuffy"][16].contents, sdlttf.TTF_Font)
    
        # Do some metrics tests
        font = fm.fonts["tuffy"][16]
>       self.assertEqual(16, sdlttf.TTF_FontAscent(font))
E       AssertionError: 16 != 13

sdl2/test/sdl2ext_font_test.py:107: AssertionError
____________________ SDLSurfaceTest.test_SDL_ConvertSurface ____________________

self = <sdl2.test.surface_test.SDLSurfaceTest 
testMethod=test_SDL_ConvertSurface>

    def test_SDL_ConvertSurface(self):
        for idx in pixels.ALL_PIXELFORMATS:
            if pixels.SDL_ISPIXELFORMAT_FOURCC(idx):
                continue
            pfmt = pixels.SDL_AllocFormat(idx)
            for fmt in pixels.ALL_PIXELFORMATS:
                if pixels.SDL_ISPIXELFORMAT_FOURCC(fmt):
                    continue
                bpp = c_int()
                rmask, gmask, bmask, amask = Uint32(), Uint32(), Uint32(), 
Uint32()
                ret = pixels.SDL_PixelFormatEnumToMasks(fmt, byref(bpp),
                                                        byref(rmask), 
byref(gmask),
                                                        byref(bmask), 
byref(amask))
                self.assertEqual(ret, SDL_TRUE)
                sf = surface.SDL_CreateRGBSurface(0, 10, 20, bpp, rmask, gmask,
                                                  bmask, amask)
                self.assertIsInstance(sf.contents, surface.SDL_Surface)
                csf = surface.SDL_ConvertSurface(sf, pfmt, 0)
>               self.assertTrue(csf, error.SDL_GetError())
E               AssertionError: <sdl2.surface.LP_SDL_Surface object at 
0x7f8ef1eff940> is not true : b'Blit combination not supported'

sdl2/test/surface_test.py:103: AssertionError
_________________ SDLSurfaceTest.test_SDL_ConvertSurfaceFormat _________________

self = <sdl2.test.surface_test.SDLSurfaceTest 
testMethod=test_SDL_ConvertSurfaceFormat>

    def test_SDL_ConvertSurfaceFormat(self):
        for pfmt in pixels.ALL_PIXELFORMATS:
            if pixels.SDL_ISPIXELFORMAT_FOURCC(pfmt):
                continue
            for fmt in pixels.ALL_PIXELFORMATS:
                if pixels.SDL_ISPIXELFORMAT_FOURCC(fmt):
                    continue
                bpp = c_int()
                rmask, gmask, bmask, amask = Uint32(), Uint32(), Uint32(), 
Uint32()
                ret = pixels.SDL_PixelFormatEnumToMasks(fmt, byref(bpp),
                                                        byref(rmask), 
byref(gmask),
                                                        byref(bmask), 
byref(amask))
                self.assertEqual(ret, SDL_TRUE)
                sf = surface.SDL_CreateRGBSurface(0, 10, 20, bpp, rmask, gmask,
                                                  bmask, amask)
                self.assertIsInstance(sf.contents, surface.SDL_Surface)
                csf = surface.SDL_ConvertSurfaceFormat(sf, pfmt, 0)
>               self.assertTrue(csf, error.SDL_GetError())
E               AssertionError: <sdl2.surface.LP_SDL_Surface object at 
0x7f8ef1ec7ac0> is not true : b'Blit combination not supported'

sdl2/test/surface_test.py:145: AssertionError
=============================== warnings summary ===============================
...

--- End Message ---
--- Begin Message ---
Source: pysdl2
Source-Version: 0.9.7+dfsg1-1
Done: Håvard Flaget Aasen <haavard_aa...@yahoo.no>

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

Debian distribution maintenance software
pp.
Håvard Flaget Aasen <haavard_aa...@yahoo.no> (supplier of updated pysdl2 
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: Fri, 29 Jan 2021 03:33:10 +0100
Source: pysdl2
Architecture: source
Version: 0.9.7+dfsg1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Håvard Flaget Aasen <haavard_aa...@yahoo.no>
Closes: 950040
Changes:
 pysdl2 (0.9.7+dfsg1-1) unstable; urgency=medium
 .
   * Team upload.
   [ Ondřej Nový ]
   * d/control: Update Maintainer field with new Debian Python Team
     contact address.
   * d/control: Update Vcs-* fields with new Debian Python Team Salsa
     layout.
 .
   [ Håvard Flaget Aasen ]
   * New upstream version 0.9.7+dfsg1
     New version supports libsdl2 2.0.10 Closes: #950040
   * d/patches: Rebase and drop patches included upstream
   * d/control:
     - Bump debhelper to 13
     - Add Rules-Requires-Root: no
     - Mark doc package Multi-Arch: foreign
     - Update suggested package to a python3 package.
   * d/watch: Bump version to 4
   * d/upstream/metadata: Remove depcrecated fields and update URL's
   * Documentation: Stop building devhelp, only build html. We also stopped
     using intersphinx, and removed 'todo' which generated a buildpath in the
     documentation.
   * d/copyright:
     - Update Source URL, now points to GitHub
     - Update Files-Excluded, remove folder no longer supplied upstream
     - Update copyright, update year, and remove some names.
Checksums-Sha1:
 44213b7fd625b16abc77a2cf877d44a233880b4a 1693 pysdl2_0.9.7+dfsg1-1.dsc
 d62811d9603607131c260a9b80a3206f52e2b265 268988 pysdl2_0.9.7+dfsg1.orig.tar.xz
 d9010245aa6d0f8652cd410fc1e9d0d25130a0be 6820 
pysdl2_0.9.7+dfsg1-1.debian.tar.xz
 e055ed7dc8d28019554296e7659e266a298fd166 9514 
pysdl2_0.9.7+dfsg1-1_source.buildinfo
Checksums-Sha256:
 d2e9a2cdd00123c687cfba01b9e904683678cb192497390256e7534310b0ddfa 1693 
pysdl2_0.9.7+dfsg1-1.dsc
 e6546238b8703fa763ff2b2d770634c4c4c936037cc987fd1df92341ecfb147e 268988 
pysdl2_0.9.7+dfsg1.orig.tar.xz
 7f98e5bbefea46579e9801633537033b41ef4663b26e0ac9fafd5308aad2d280 6820 
pysdl2_0.9.7+dfsg1-1.debian.tar.xz
 39522f1a9cc90ba421b8c2d85be8f8167e752ace5ec179fc584fa2c8023dabc2 9514 
pysdl2_0.9.7+dfsg1-1_source.buildinfo
Files:
 f77a1b441e5040720194547e36d18009 1693 python optional pysdl2_0.9.7+dfsg1-1.dsc
 2661d5e4a6bb2029197dee4dd38cdd28 268988 python optional 
pysdl2_0.9.7+dfsg1.orig.tar.xz
 86090ebabbc05a07b50a11265e4af29d 6820 python optional 
pysdl2_0.9.7+dfsg1-1.debian.tar.xz
 3bb0e911123ed9c0501b749ab6c927e0 9514 python optional 
pysdl2_0.9.7+dfsg1-1_source.buildinfo

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

iHUEARYKAB0WIQTumtb5BSD6EfafSCRHew2wJjpU2AUCYBN0LwAKCRBHew2wJjpU
2L/UAQDKOjN4txFz46rcMdl3+4AOtMQhpiaqLx0DWwW6laevlAD+OUzmdpEgoC17
+Yt4PemW+gHZysOpkgEBevz8cfXwMgM=
=pfzd
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to