2025-07-25 05:04:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 25 05:03:22 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
- Add patch support-cython-3.1.patch:
|
|
|
|
* Support Cython 3.1 changes.
|
|
|
|
|
2025-04-28 19:21:03 +00:00
|
|
|
-------------------------------------------------------------------
|
2025-07-04 05:28:39 +00:00
|
|
|
Fri Jul 4 05:28:05 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
- Switch to pyproject macros.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2025-04-28 19:21:03 +00:00
|
|
|
Mon Apr 28 15:37:20 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
|
|
|
|
- Drop merged 112.patch and numpy2.patch
|
|
|
|
|
2024-09-11 07:53:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 10 12:33:04 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
|
|
|
|
|
|
|
- Add upstream patch numpy2.patch to fix compatibility with Numpy 2
|
|
|
|
* https://github.com/mcfletch/pyopengl/commit/f897b0ed75c00d4c524be4689683a334832217ac
|
|
|
|
|
2024-06-06 06:55:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 5 14:28:18 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
|
|
|
|
- Cherry-pick upstream patch to fix build with GCC 14
|
|
|
|
* https://github.com/mcfletch/pyopengl/pull/112.patch
|
|
|
|
|
2024-01-04 08:35:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 4 08:33:49 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
|
|
|
|
|
|
|
- Drop test_numpyaccel.py and test_arraydatatypeaccel.py as they are
|
|
|
|
already included in the downloaded tarball
|
|
|
|
|
2024-01-04 08:26:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 3 16:22:55 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
|
|
|
|
|
|
|
|
- Update to 3.1.7
|
|
|
|
- Changing to /master/ vs. hash for Source[1,2] files
|
|
|
|
|
2022-04-04 06:08:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 1 18:52:20 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 31 15:25:18 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
2021-03-24 11:29:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 23 20:48:03 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2020-07-18 05:56:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 17 21:57:47 UTC 2020 - Markus Ebner <info@ebner-markus.de>
|
|
|
|
|
|
|
|
- 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)
|
|
|
|
|
2019-08-19 09:12:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 19 05:37:59 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2018-10-25 12:45:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 25 12:41:21 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Version update to 3.1.3b1:
|
|
|
|
* no real changelog
|
|
|
|
|
2017-06-09 19:45:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 5 11:20:26 UTC 2017 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Update to version 3.1.1a1
|
|
|
|
- Converted to single-spec
|
|
|
|
|
2014-07-14 12:30:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 14 12:14:04 UTC 2014 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Update to 3.1.0
|
|
|
|
* no changelog
|
|
|
|
|
2013-04-19 12:31:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 18 13:41:53 UTC 2013 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Initial version
|
|
|
|
|