15
0
forked from pool/python-glfw
Files
python-glfw/python-glfw.changes
Tomáš Chvátal a24bc94f61 - 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
2019-03-04 11:44:15 +00:00

21 lines
853 B
Plaintext

-------------------------------------------------------------------
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>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Tue Nov 7 18:23:57 UTC 2017 - toddrme2178@gmail.com
- initial version