14
0
forked from pool/python-pyglet

Accepting request 877643 from devel:languages:python

- 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/request/show/877643
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyglet?expand=0&rev=12
This commit is contained in:
2021-03-08 14:19:20 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 4 deletions

View File

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

3
pyglet-1.5.15.zip Normal file
View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Mar 8 09:10:33 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <guillaume.gardet@opensuse.org>

View File

@@ -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