From 3df59a8e397d65b07accf58d3c7da0f4ae188278b7ee8ab007726031c712adfe Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Mar 2021 09:10:56 +0000 Subject: [PATCH] - update to 1.5.15: - shapes.Circle segment calculation will always use a minimum of 14 segments. - shapes.Arc is now made from line segments, and by default has unconnected ends. - Windows - Use the internal keystate to determine the mod shift rather than relying on GetKeyState which relies on another event that may be called after WM_INPUT. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=32 --- pyglet-1.5.14.zip | 3 --- pyglet-1.5.15.zip | 3 +++ python-pyglet.changes | 9 +++++++++ python-pyglet.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 pyglet-1.5.14.zip create mode 100644 pyglet-1.5.15.zip diff --git a/pyglet-1.5.14.zip b/pyglet-1.5.14.zip deleted file mode 100644 index 2837a3c..0000000 --- a/pyglet-1.5.14.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c99758089141be6d2c787902c9d0367b43f94976bbcd3853ea7e438b404c39cd -size 3223701 diff --git a/pyglet-1.5.15.zip b/pyglet-1.5.15.zip new file mode 100644 index 0000000..347da4f --- /dev/null +++ b/pyglet-1.5.15.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9d8337388cedabf1f1c5dc21a45bb2b0e5327fba47f996c8573818c3dfa478 +size 3242009 diff --git a/python-pyglet.changes b/python-pyglet.changes index 40d6694..2644a65 100644 --- a/python-pyglet.changes +++ b/python-pyglet.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Mar 8 09:10:33 UTC 2021 - Dirk Müller + +- update to 1.5.15: + - shapes.Circle segment calculation will always use a minimum of 14 segments. + - shapes.Arc is now made from line segments, and by default has unconnected ends. + - Windows - Use the internal keystate to determine the mod shift rather than relying on GetKeyState + which relies on another event that may be called after WM_INPUT. + ------------------------------------------------------------------- Fri Feb 19 10:52:14 UTC 2021 - Guillaume GARDET diff --git a/python-pyglet.spec b/python-pyglet.spec index e1658c8..3e8c9c7 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.14 +Version: 1.5.15 Release: 0 Summary: Windowing and multimedia library License: BSD-3-Clause AND MIT