15
0
forked from pool/python-glfw
Files
python-glfw/python-glfw.changes

21 lines
853 B
Plaintext
Raw Normal View History

-------------------------------------------------------------------
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