15
0
forked from pool/python-opengl

Accepting request 1273336 from home:mcalabkova:branches:devel:languages:python

- update to 3.1.9
  * Reduce the number of iterations in memory leak test to avoid JIT
    triggering
  * Cleanup formatting in a few modules
  * Don't bomb out during egl test when there's no egl devices
  * Regenerated C wrappers with latest Cython
  * Numpy intp type for latest numpy
  * Fix ctypes FormatHandler for Python 3.12+
  * More changes, see upstream commits

OBS-URL: https://build.opensuse.org/request/show/1273336
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opengl?expand=0&rev=40
This commit is contained in:
2025-04-29 08:36:59 +00:00
committed by Git OBS Bridge
parent c4891ba42b
commit 4c3d7e7264
5 changed files with 25 additions and 36 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Apr 28 15:25:23 UTC 2025 - Markéta Machová <mmachova@suse.com>
- update to 3.1.9
* Reduce the number of iterations in memory leak test to avoid JIT
triggering
* Cleanup formatting in a few modules
* Don't bomb out during egl test when there's no egl devices
* Regenerated C wrappers with latest Cython
* Numpy intp type for latest numpy
* Fix ctypes FormatHandler for Python 3.12+
* More changes, see upstream commits
-------------------------------------------------------------------
Tue Mar 19 08:55:23 UTC 2024 - Ben Greiner <code@bnavigator.de>