14
0

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

- 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

- 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.

OBS-URL: https://build.opensuse.org/request/show/966568
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opengl-accelerate?expand=0&rev=18
This commit is contained in:
2022-04-04 06:08:04 +00:00
committed by Git OBS Bridge
parent 3cc675ad6e
commit 7b7a0a159b
6 changed files with 101 additions and 41 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Tue Mar 23 20:48:03 UTC 2021 - Ben Greiner <code@bnavigator.de>