15
0
forked from pool/python-glfw

- Update to 1.7.1:

* Fixed a bug in set_window_icon and added support for PIL/pillow Image objects
  * Improved packaging
  * Added NORMALIZE_GAMMA_RAMPS, use namedtuples for structs and moved library loading to glfw.library
  * Added glfw.GLFW for the naming convention used by the GLFW C API
  * Fixed exception re-raising for Python 2
- There are no tests, so remove test conditional

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-glfw?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-03-04 11:44:15 +00:00
committed by Git OBS Bridge
parent f82a7a3a48
commit a24bc94f61
4 changed files with 18 additions and 15 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Mar 4 11:42:25 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.7.1:
* Fixed a bug in set_window_icon and added support for PIL/pillow Image objects
* Improved packaging
* Added NORMALIZE_GAMMA_RAMPS, use namedtuples for structs and moved library loading to glfw.library
* Added glfw.GLFW for the naming convention used by the GLFW C API
* Fixed exception re-raising for Python 2
- There are no tests, so remove test conditional
-------------------------------------------------------------------
Tue Dec 4 12:48:29 UTC 2018 - Matej Cepl <mcepl@suse.com>