From c537a871f11ad10153086c5f0045ac1aaf49d0b7dfd5f46aa73b059319b2848d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 4 May 2023 19:34:47 +0000 Subject: [PATCH] - 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 --- pyglet-2.0.4.zip | 3 --- pyglet-2.0.5.zip | 3 +++ python-pyglet.changes | 16 ++++++++++++++++ python-pyglet.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 pyglet-2.0.4.zip create mode 100644 pyglet-2.0.5.zip diff --git a/pyglet-2.0.4.zip b/pyglet-2.0.4.zip deleted file mode 100644 index f9ef3a7..0000000 --- a/pyglet-2.0.4.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f891808c1bf65c7cc5131b0b26b047eae5cf37c7e253270964ac4b2f014774f2 -size 6491357 diff --git a/pyglet-2.0.5.zip b/pyglet-2.0.5.zip new file mode 100644 index 0000000..dd99c08 --- /dev/null +++ b/pyglet-2.0.5.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c47ff4eded95104d030e0697eedd6082b61dc987460bbca83ec47b6e7cbfd38a +size 6492747 diff --git a/python-pyglet.changes b/python-pyglet.changes index 69e8d0a..237809c 100644 --- a/python-pyglet.changes +++ b/python-pyglet.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu May 4 19:33:34 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-pyglet.spec b/python-pyglet.spec index a7bb3fe..883b955 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -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