From d6973f65eefcb1635fcff2d1d6c2e2a8b3fc2bdd3c0c09a878092ed5d3374f85 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 17 Dec 2023 02:14:08 +0000 Subject: [PATCH] - 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 --- glfw-2.5.5.tar.gz | 3 --- glfw-2.6.3.tar.gz | 3 +++ python-glfw.changes | 33 +++++++++++++++++++++++++-------- python-glfw.spec | 4 ++-- 4 files changed, 30 insertions(+), 13 deletions(-) delete mode 100644 glfw-2.5.5.tar.gz create mode 100644 glfw-2.6.3.tar.gz diff --git a/glfw-2.5.5.tar.gz b/glfw-2.5.5.tar.gz deleted file mode 100644 index 137fd9d..0000000 --- a/glfw-2.5.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a282a2a742a0d01734dbde746dfc8f696f76373520494e40f39f60615408426d -size 30267 diff --git a/glfw-2.6.3.tar.gz b/glfw-2.6.3.tar.gz new file mode 100644 index 0000000..9e39582 --- /dev/null +++ b/glfw-2.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8dba1ba7cf306fd432bc23478ad8949c2666a7d426f7c368b02bb5d4c92902 +size 31356 diff --git a/python-glfw.changes b/python-glfw.changes index 6a7346e..cd1d49c 100644 --- a/python-glfw.changes +++ b/python-glfw.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Dec 17 02:13:39 UTC 2023 - Dirk Müller + +- 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 @@ -32,7 +49,7 @@ Wed Sep 28 21:23:41 UTC 2022 - Yogalakshmi Arunachalam - [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 diff --git a/python-glfw.spec b/python-glfw.spec index 26c4e08..ad3bf7f 100644 --- a/python-glfw.spec +++ b/python-glfw.spec @@ -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