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

35 lines
1.3 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Fri Jul 26 13:41:20 UTC 2019 - pgajdos@suse.com
- version update to 1.8.2
* Added the sys.prefix/lib to the search path
* Added the changelog back to the source distribution
-------------------------------------------------------------------
Tue May 21 10:53:22 UTC 2019 - pgajdos@suse.com
- version update to 1.8.0
* Update for GLFW 3.3
* Fixed typo set_get_window_frame_size
-------------------------------------------------------------------
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