14
0
forked from pool/python-pyglet

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
This commit is contained in:
2022-10-13 06:56:16 +00:00
committed by Git OBS Bridge
parent 42fb12c8ed
commit 4ce96f668f
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Oct 12 14:13:18 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <dmueller@suse.com>