14
0
forked from pool/python-pyglet

- update to 2.0.5:

* windows.key: add support for extended function keys
  * Windows now uses "Apartment Threaded" mode for better
    compatibility with other libraries.
  * image: allow blanking newly created Textures (skipped by
    default when creating from image).
  * input.macos: Fix ControllerManager hot-plugging on macOS.
  * font.windows: Fix 32bit crashes with DirectWrite font
    backend.
  * math: Fix incorrect calculation in Mat4.look_at method.
  * image: Fix blitting from regions, caused by invalid unpacking
    settings.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=44
This commit is contained in:
2023-05-04 19:34:47 +00:00
committed by Git OBS Bridge
parent 2bd05a65c6
commit c537a871f1
4 changed files with 20 additions and 4 deletions

View File

@@ -31,7 +31,7 @@
%define skip_python2 1
%bcond_with pytest_helpers
Name: python-pyglet
Version: 2.0.4
Version: 2.0.5
Release: 0
Summary: Windowing and multimedia library
License: BSD-3-Clause AND MIT