15
0
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:
2023-12-17 02:14:08 +00:00
committed by Git OBS Bridge
parent a09b53ed23
commit d6973f65ee
4 changed files with 30 additions and 13 deletions

View File

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