14
0
forked from pool/python-pyglet

- 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
This commit is contained in:
2021-03-08 09:10:56 +00:00
committed by Git OBS Bridge
parent 47372c0e4a
commit 3df59a8e39
4 changed files with 13 additions and 4 deletions

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