forked from pool/python-glfw
- update to 2.6.3:
* Fixed wrapper for glfwGetMonitorWorkarea
* Implemented search for GLFW library specific to frozen
executables
* Revert changes made in 2.6.0
* Do not search for GLFW library when running in a frozen
executable
* Use multiprocessing for library version detection on non-
Windows systems
* Fixed package version in CHANGELOG.md and glfw/__init__.py
* Added more wrappers for unreleased macros
* Added support for PYGLFW_LIBRARY_VARIANT
* Added warnings for deprecated functions
- [1.12.0] - 2020-07-10
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-glfw?expand=0&rev=22
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a282a2a742a0d01734dbde746dfc8f696f76373520494e40f39f60615408426d
|
||||
size 30267
|
||||
3
glfw-2.6.3.tar.gz
Normal file
3
glfw-2.6.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf8dba1ba7cf306fd432bc23478ad8949c2666a7d426f7c368b02bb5d4c92902
|
||||
size 31356
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 17 02:13:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.6.3:
|
||||
* Fixed wrapper for glfwGetMonitorWorkarea
|
||||
* Implemented search for GLFW library specific to frozen
|
||||
executables
|
||||
* Revert changes made in 2.6.0
|
||||
* Do not search for GLFW library when running in a frozen
|
||||
executable
|
||||
* Use multiprocessing for library version detection on non-
|
||||
Windows systems
|
||||
* Fixed package version in CHANGELOG.md and glfw/__init__.py
|
||||
* Added more wrappers for unreleased macros
|
||||
* Added support for PYGLFW_LIBRARY_VARIANT
|
||||
* Added warnings for deprecated functions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 28 17:14:45 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
@@ -32,7 +49,7 @@ Wed Sep 28 21:23:41 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
- [2.0.0] - 2020-10-04
|
||||
Changed default error reporting method to warn
|
||||
Allow dict for ERROR_REPORTING
|
||||
- [1.12.0] - 2020-07-10
|
||||
- [1.12.0] - 2020-07-10
|
||||
Added support for CFFI pointers for Vulkan objects
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@@ -50,26 +67,26 @@ Thu Mar 5 12:46:21 UTC 2020 - pgajdos@suse.com
|
||||
## [1.11.0] - 2020-02-21
|
||||
- Updated to GLFW 3.3.2
|
||||
- Include support for both X11 and Wayland libraries in the wheel
|
||||
|
||||
|
||||
## [1.10.1] - 2020-01-21
|
||||
- Fixed default error callback name
|
||||
|
||||
|
||||
## [1.10.0] - 2020-01-19
|
||||
- Added more options to error reporting
|
||||
|
||||
|
||||
## [1.9.1] - 2020-01-08
|
||||
- Added conda search path for Windows
|
||||
|
||||
|
||||
## [1.9.0] - 2019-12-30
|
||||
- Added wrappers for native functions
|
||||
|
||||
|
||||
## [1.8.7] - 2019-12-10
|
||||
- Fixed glfwGetMonitorContentScale
|
||||
|
||||
|
||||
## [1.8.6] - 2019-12-09
|
||||
- Added macOS wheels
|
||||
- Added Microsoft Visual C++ runtime libraries to Windows wheels
|
||||
|
||||
|
||||
## [1.8.5] - 2019-11-28
|
||||
- Added /usr/lib/aarch64-linux-gnu/ to library search paths
|
||||
- Fix pointer types in get_window_content_scale
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-glfw
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-glfw
|
||||
Version: 2.5.5
|
||||
Version: 2.6.3
|
||||
Release: 0
|
||||
Summary: A ctypes-based wrapper for GLFW3
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user