From 4ce96f668fb18c67a1ecff310fc5163e6458a3abf3376739c1d3407fcead452b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 13 Oct 2022 06:56:16 +0000 Subject: [PATCH] Accepting request 1010265 from home:yarunachalam:branches:devel:languages:python - Update to version 1.5.27 * Bugfixes - Windows - stop setting HWND_TOPMOST for fullscreen windows - obj decoder - Fix GL_SHININESS (Ns) value parsing - Fix broken property setter for shapes.Polygon (#676) - Fix keys getting "stuck" in KeyStateHandler when Window loses focus (#682) OBS-URL: https://build.opensuse.org/request/show/1010265 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=38 --- pyglet-1.5.26.zip | 3 --- pyglet-1.5.27.zip | 3 +++ python-pyglet.changes | 10 ++++++++++ python-pyglet.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 pyglet-1.5.26.zip create mode 100644 pyglet-1.5.27.zip diff --git a/pyglet-1.5.26.zip b/pyglet-1.5.26.zip deleted file mode 100644 index 3e40e51..0000000 --- a/pyglet-1.5.26.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee8c5e0b5b87df84188e20e552982eba8da00944b4c5560f1cfdd5c9714d19b0 -size 6978332 diff --git a/pyglet-1.5.27.zip b/pyglet-1.5.27.zip new file mode 100644 index 0000000..f55a60a --- /dev/null +++ b/pyglet-1.5.27.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d00e067451f3b10fd51b69764fddab65444372a2da344ee2b35f0a8e6ebf005 +size 6978692 diff --git a/python-pyglet.changes b/python-pyglet.changes index a90594b..a345032 100644 --- a/python-pyglet.changes +++ b/python-pyglet.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Oct 12 14:13:18 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 1.5.27 + * Bugfixes + - Windows - stop setting HWND_TOPMOST for fullscreen windows + - obj decoder - Fix GL_SHININESS (Ns) value parsing + - Fix broken property setter for shapes.Polygon (#676) + - Fix keys getting "stuck" in KeyStateHandler when Window loses focus (#682) + ------------------------------------------------------------------- Sun Jul 17 08:10:27 UTC 2022 - Dirk Müller diff --git a/python-pyglet.spec b/python-pyglet.spec index 6cb8bc8..3f8f8a7 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -32,7 +32,7 @@ %define skip_python2 1 %bcond_with pytest_helpers Name: python-pyglet -Version: 1.5.26 +Version: 1.5.27 Release: 0 Summary: Windowing and multimedia library License: BSD-3-Clause AND MIT