Debian Patches
Status for pyopengl/3.1.10+dfsg-1
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-skip-tests-until-we-know-what-is-going-on.patch | skip tests until we know what is going on. | =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca@debian.org> | no | 2025-03-11 | ||
Skip-check_egl_platform_ext-in-case-of-PermissionError.patch | Skip check_egl_platform_ext in case of PermissionError pyopengl 3.1.9+dfsg-1.1 autopkgtest fails on arm64: ``` =================================== FAILURES =================================== _________________________ test_check_egl_platform_ext __________________________ @wraps(func) def test_x(): log.info("Starting test: %s", filename) pipe = subprocess.Popen( [ sys.executable, file, ], stdout=subprocess.PIPE, stderr=subprocess.PIPE, ) try: stdout, stderr = pipe.communicate() except subprocess.TimeoutExpired: log.warning("TIMEOUT on %s", filename) pipe.kill() raise except subprocess.CalledProcessError as err: log.warning("ERROR reported by process: %s", err) raise output = stdout.decode('utf-8', errors='ignore') lines = [x.strip() for x in output.strip().splitlines()] if not lines: log.error( "Test did not produce output: %s", stderr.decode('utf-8', errors='ignore'), ) > raise RuntimeError('Test script failure') E RuntimeError: Test script failure tests/test_checks.py:77: RuntimeError |
Benjamin Drung <benjamin.drung@canonical.com> | no | 2025-07-02 | ||
f984f1ce58ff9123b0aa2f790c252340897255ab.patch | [PATCH] test_mmap_data: use a temporary directory for writing data | Scott Talbert <swt@techie.net> | yes | 2025-08-25 |
All known versions for source package 'pyopengl'
- 3.1.10+dfsg-1 (forky, sid)
- 3.1.9+dfsg-2 (trixie)
- 3.1.6+dfsg-3 (bookworm)