15
0
forked from pool/python-opengl

Accepting request 724516 from home:jayvdb:branches:devel:languages:python

Update to latest beta plus other adjustments

OBS-URL: https://build.opensuse.org/request/show/724516
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opengl?expand=0&rev=24
This commit is contained in:
Tomáš Chvátal
2019-08-19 09:11:16 +00:00
committed by Git OBS Bridge
parent aaddde93b2
commit 56ee2b1866
4 changed files with 68 additions and 15 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Aug 18 05:11:27 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Remove CFLAGS for noarch package
- Use setuptools to build the package
- Expand scope of fdupes to include egg-info
- Activate test suite, disabled using bcond check on platforms
without test dependency pygame, and with test_buffer_api_basic
disabled on platforms other than x86_64 and aarch64 due to
failures caused by the installation of opengel-accelerate
- Change optional dependencies tk and numpy to Recommends
instead of mandatory run time dependencies
- Add missing python-tk to Recommends to complement tk
- Change mtime adjustment algorithm to be more reflective of the
source date, based on OpenGL/__init__.py instead of .changes
- Upgrade to 3.1.3b2
- Python 3.7 compatibility fixes
-------------------------------------------------------------------
Tue Dec 4 12:51:01 UTC 2018 - Matej Cepl <mcepl@suse.com>