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

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f891808c1bf65c7cc5131b0b26b047eae5cf37c7e253270964ac4b2f014774f2
size 6491357

3
pyglet-2.0.5.zip Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c47ff4eded95104d030e0697eedd6082b61dc987460bbca83ec47b6e7cbfd38a
size 6492747

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu May 4 19:33:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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.
-------------------------------------------------------------------
Thu Feb 23 11:46:51 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

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