forked from pool/python-glfw
* Updated the GLFW version in the wheels to 3.3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-glfw?expand=0&rev=12
41 lines
1.5 KiB
Plaintext
41 lines
1.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Sep 12 11:43:03 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.8.3:
|
|
* Updated the GLFW version in the wheels to 3.3
|
|
|
|
-------------------------------------------------------------------
|
|
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
|