14
0

Accepting request 1136620 from home:sbradnick:branches:devel:languages:python

- Update to 3.1.7
- Changing to /master/ vs. hash for Source[1,2] files

OBS-URL: https://build.opensuse.org/request/show/1136620
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opengl-accelerate?expand=0&rev=20
This commit is contained in:
2024-01-04 08:26:17 +00:00
committed by Git OBS Bridge
parent 7b7a0a159b
commit a14f52c902
5 changed files with 28 additions and 17 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f022fff9456e7a0ecd3e5ed2c3e598c917c527f6b418fcd99dc4f90c7e7f7645
size 588161

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7e8b81c60c1a07d5b29fe89a9f1aba3172cd9e4b68046454e913943e7e4cb6f
size 599962

View File

@@ -1,14 +1,13 @@
<!--
# vim: set syntax=xml
-->
<services>
<service name="tar_scm" mode="disabled">
<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 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
@@ -16,11 +15,15 @@
Not sure if it's a limitation of 'obs-service-tar_scm'
or my understanding of it.
-->
<param name="versionrewrite-pattern">227f9c66</param>
<!--
<param name="versionrewrite-pattern">227f9c6</param>
<param name="versionrewrite-replacement">3.1.6</param>
-->
<param name="versionrewrite-pattern">29b79e8</param>
<param name="versionrewrite-replacement">3.1.7</param>
<param name="filename">PyOpenGL-accelerate</param>
</service>
<service name="recompress" mode="disabled">
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Apr 1 18:52:20 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-opengl-accelerate
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
#%%{?!python_module:%%define python_module() python-%%{**} python3-%%{**}}
%define tarname PyOpenGL-accelerate
%define _version 3.1.6
%define _version 3.1.7
Name: python-opengl-accelerate
Version: %{_version}
Release: 0
@@ -28,8 +28,10 @@ Group: Development/Libraries/Python
URL: http://pyopengl.sourceforge.net
Source0: %{tarname}-%{_version}.tar.gz
# test files: GitHub repo has no tags, use commit hash
Source1: https://github.com/mcfletch/pyopengl/raw/c26398b91a/accelerate/tests/test_arraydatatypeaccel.py
Source2: https://github.com/mcfletch/pyopengl/raw/c26398b91a/accelerate/tests/test_numpyaccel.py
#Source1: https://github.com/mcfletch/pyopengl/raw/c26398b91a/accelerate/tests/test_arraydatatypeaccel.py
#Source2: https://github.com/mcfletch/pyopengl/raw/c26398b91a/accelerate/tests/test_numpyaccel.py
Source1: https://github.com/mcfletch/pyopengl/raw/master/accelerate/tests/test_arraydatatypeaccel.py
Source2: https://github.com/mcfletch/pyopengl/raw/master/accelerate/tests/test_numpyaccel.py
#
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module devel}