gentoo/dev-python/pyopengl/files/pyopengl-3.1.8-fix-version.patch
Sam James 31cb07ebad
dev-python/pyopengl: add 3.1.8
Bug: https://bugs.gentoo.org/934817
Signed-off-by: Sam James <sam@gentoo.org>
2024-09-18 03:45:34 +01:00

18 lines
613 B
Diff

https://github.com/mcfletch/pyopengl/issues/123
--- a/OpenGL/version.py
+++ b/OpenGL/version.py
@@ -1,2 +1,2 @@
"""Declares the current version for use in setuptools and the like"""
-__version__ = "3.1.7"
+__version__ = "3.1.8"
--- a/accelerate/OpenGL_accelerate/__init__.py
+++ b/accelerate/OpenGL_accelerate/__init__.py
@@ -6,5 +6,5 @@ wrapper mechanism. The source code is part of the
PyOpenGL package and is built via the setupaccel.py
script in the top level of the PyOpenGL source package.
"""
-__version__ = "3.1.7"
-__version_tuple__ = (3, 1, 7)
+__version__ = "3.1.8"
+__version_tuple__ = (3, 1, 8)