| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Add patch support-cython-3.1.patch: * Support Cython 3.1 changes.
- Switch to pyproject macros.
- 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
- Drop merged 112.patch and numpy2.patch
- Add upstream patch numpy2.patch to fix compatibility with Numpy 2 * https://github.com/mcfletch/pyopengl/commit/f897b0ed75c00d4c524be4689683a334832217ac
- Cherry-pick upstream patch to fix build with GCC 14 * https://github.com/mcfletch/pyopengl/pull/112.patch
- Drop test_numpyaccel.py and test_arraydatatypeaccel.py as they are already included in the downloaded tarball
- Update to 3.1.7 - Changing to /master/ vs. hash for Source[1,2] files
- Adding _service file - Cleaning up Source0 declaration since PyPI doesn't have a tarball - Updating hash for 'accelerate/test' Source[1,2] - Adding code to %prep section to deal w/ how _service pulls down files for the gzip'd tarball
- Update to 3.1.6
* Pulled directly from https://github.com/mcfletch/pyopengl since
pypi.org (via py2pack fetch) doesn't have this version available.
* Seems that some packages which use PyOpenGL and accelerate have
a soft requirement that they're the same version.
- Don't build the numpy formathandler for python36. NumPy is optional and not available for python36 on Tumbleweed. - Add test files test_arraydatatypeaccel.py and test_numpyaccel.py
- Update to 3.1.5
* This aligns python3-opengl-accelerate with python3-opengl, which
is required by some other packages
* no real changelog
- Drop patch commit1080.patch, included upstream
- Drop shipped pxd files, included upstream (https://github.com/mcfletch/pyopengl/commit/d401885f6a1c61213058a96e050eb45ee6189b7c)
- Version update to 3.1.3b1: * no real changelog
- Add commit1080.patch to make source compatible with opengl 3.1.3b2 needed for Python 3.7 compatibility - Add wrapper.pxd and formathandler.pxd needed to rebuild from source
- Version update to 3.1.3b1: * no real changelog
- Update to version 3.1.1a1 - Converted to single-spec
- Update to 3.1.0 * no changelog
- Initial version