14
0
forked from pool/python-pyglet

Accepting request 824883 from home:mcalabkova:branches:devel:languages:python

- Update to version 1.5.7
  * Support for Python 2 has been dropped. Python 3.5 is now the minimum supported version.
  * Added preliminary support for loading 3D models from obj files.
  * Switched from avbin to ffmpeg for decoding media files.
  * Many long deprecated methods and attributes have now been removed.
  * Many more bugfixes and small improvements
- Updated pyglet-1.2.4-fix-image-import.patch
- Dropped pypng-license.patch

OBS-URL: https://build.opensuse.org/request/show/824883
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=26
This commit is contained in:
Tomáš Chvátal
2020-08-10 11:34:30 +00:00
committed by Git OBS Bridge
parent 3cefb11dc4
commit 86cfb75473
6 changed files with 29 additions and 128 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Aug 7 14:38:30 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to version 1.5.7
* Support for Python 2 has been dropped. Python 3.5 is now the minimum supported version.
* Added preliminary support for loading 3D models from obj files.
* Switched from avbin to ffmpeg for decoding media files.
* Many long deprecated methods and attributes have now been removed.
* Many more bugfixes and small improvements
- Updated pyglet-1.2.4-fix-image-import.patch
- Dropped pypng-license.patch
-------------------------------------------------------------------
Sun Sep 15 07:07:32 UTC 2019 - John Vandenberg <jayvdb@gmail.com>