pygame 2.5.0-1 source package in Ubuntu

Changelog

pygame (2.5.0-1) unstable; urgency=medium

  * New upstream release. (Closes: #1042567)
    - Fixes segfault with singularity. (Closes: #1009752)
    - Drop patches applied upstream:
      - Don-t-assume-that-each-SDL-minor-version-is-incompatible-.patch
      - fix_sdl_test_ftbfs.patch
      - pr3577-Adjust-surface-masks-to-create-a-proper-24-bit-Surface.patch
      - s390x_time_test.patch
      - skip-tests-big-endian.patch
      - increase-acceptable-sleep-jitter-on-riscv64.patch
    - Drop patches that should be obsolete:
      - python-3.10-int-inflate.patch
      - python-3.10-pyssize-t-clean.patch
      - skip_flaky_tests_on_le.patch
      - skip-test_src_alpha_sdl2_blitter.patch
    - Refresh remaining patches.
  * Stop repacking upstream tarball due to lack of DFSG-incompatible files.
    - Update debian/copyright.

 -- Vincent Cheng <email address hidden>  Wed, 02 Aug 2023 21:34:40 -0700

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pygame_2.5.0-1.dsc 2.4 KiB df226a22e0a2c71aa68d0f317b436599785cae0d62924d217ba667fc3992e963
pygame_2.5.0.orig.tar.gz 14.8 MiB edd5745b79435976d92c0a7318aedcafcb7ac4567125ac6ba88aa473559ef9ab
pygame_2.5.0-1.debian.tar.xz 15.3 KiB 26cfc273cad1a1dc490d2d7566e36579fc1da19a8417ded3dcb98b27a8ca00fe

Available diffs

No changes file available.

Binary packages built by this source

python-pygame-doc: SDL bindings for games development in Python (documentation)

 A multimedia development kit for Python. Pygame provides modules for you
 to access the video display, play sounds, track time, read the mouse and
 joystick, control the CD player, render true type fonts and more. It does
 this using mainly the cross-platform SDL library, a lightweight wrapper
 to OS-specific APIs.
 .
 This package contains Pygame's API documentation and examples.

python3-pygame: SDL bindings for games development (Python 3)

 A multimedia development kit for Python. Pygame provides modules for you
 to access the video display, play sounds, track time, read the mouse and
 joystick, control the CD player, render true type fonts and more. It does
 this using mainly the cross-platform SDL library, a lightweight wrapper
 to OS-specific APIs.
 .
 This is the Python 3 version of the package.

python3-pygame-dbgsym: debug symbols for python3-pygame