14
0
forked from pool/python-pyglet

- update to 1.5.26:

* Windows - Backport WIC codec changes from 2.0
  * Fix library loading when passing multiple library names.
  * Windows - Prevent ImportError when attempting to load more than one DLL version.
  * Add initial support for FFmpeg 5.0
  * Windows - The GDI font renderer now supports Unicode font names.
  * Windows - Fix `on_resize` event not dispatched when `set_size` is called.
  * Documentation updates, fixed links, and corrections.
  * Windows - Fix crash when font characters are more than one codepoint in length.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=36
This commit is contained in:
2022-07-17 08:13:46 +00:00
committed by Git OBS Bridge
parent 8e5a8f443d
commit 42fb12c8ed
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Jul 17 08:10:27 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.5.26:
* Windows - Backport WIC codec changes from 2.0
* Fix library loading when passing multiple library names.
* Windows - Prevent ImportError when attempting to load more than one DLL version.
* Add initial support for FFmpeg 5.0
* Windows - The GDI font renderer now supports Unicode font names.
* Windows - Fix `on_resize` event not dispatched when `set_size` is called.
* Documentation updates, fixed links, and corrections.
* Windows - Fix crash when font characters are more than one codepoint in length.
-------------------------------------------------------------------
Wed Apr 6 11:53:31 UTC 2022 - pgajdos@suse.com