15
0
forked from pool/python-glfw

- update to 1.11.2

* Fixed missing parameter in set_window_opacity
 * Replaced non-ASCII whitespace
 * Fixed a TypeError in _GLFWgamepadstate

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-glfw?expand=0&rev=16
This commit is contained in:
2020-07-08 12:40:16 +00:00
committed by Git OBS Bridge
parent bbe2d56fc4
commit 492baa8e99
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b95f8f33404c87cdc3d8fe6c30fca598efb920c28b1e01cda70c341a495bdb3
size 26158

3
glfw-1.11.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30737b24a8cbc241b567c3592d4221825d0a89aa65acbffd620ebe8118a5a578
size 27794

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jul 8 12:38:53 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 1.11.2
* Fixed missing parameter in set_window_opacity
* Replaced non-ASCII whitespace
* Fixed a TypeError in _GLFWgamepadstate
-------------------------------------------------------------------
Thu Mar 5 12:46:21 UTC 2020 - pgajdos@suse.com

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-glfw
Version: 1.11.0
Version: 1.11.2
Release: 0
Summary: A ctypes-based wrapper for GLFW3
License: MIT