10
0
Files
Matej Cepl d5a53a39d3 Accepting request 1273192 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
- Drop merged 112.patch and numpy2.patch

OBS-URL: https://build.opensuse.org/request/show/1273192
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opengl-accelerate?expand=0&rev=29
2025-04-28 19:21:03 +00:00

31 lines
1.2 KiB
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/mcfletch/pyopengl</param>
<param name="scm">git</param>
<param name="include">accelerate</param>
<!--
INFO: This is latest revision as of 20220401
<param name="revision">227f9c66976d9f5dadf62b9a97e6beaec84831ca</param>
INFO: This is latest revision as of 20240103
<param name="revision">29b79e8966ba2930a5c44829b02dffc1ca600752</param>
-->
<param name="versionformat">%h</param>
<!-- Not sure if it's because of a lack of tagging, etc
but this was the only hacky way I could make this work
Not sure if it's a limitation of 'obs-service-tar_scm'
or my understanding of it.
-->
<!--
<param name="versionrewrite-pattern">29b79e8</param>
<param name="versionrewrite-replacement">3.1.7</param>
-->
<param name="versionrewrite-pattern">5dfca47</param>
<param name="versionrewrite-replacement">3.1.9</param>
<param name="filename">PyOpenGL-accelerate</param>
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>