forked from pool/python-pygame
Accepting request 704173 from home:pgajdos
- version update to 1.9.6 * mixer thread deadlock issue when controlling it from different threads. * pygame.version.vernum now has major, minor, and patch attributes. - added patches Do not test mp3 format. + python-pygame-test-no-mp3.patch OBS-URL: https://build.opensuse.org/request/show/704173 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygame?expand=0&rev=23
This commit is contained in:
committed by
Git OBS Bridge
parent
0e8f72c450
commit
26cc9de4ef
13
python-pygame-test-no-mp3.patch
Normal file
13
python-pygame-test-no-mp3.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: pygame-1.9.6/test/mixer_music_test.py
|
||||
===================================================================
|
||||
--- pygame-1.9.6.orig/test/mixer_music_test.py 2019-04-25 08:14:48.000000000 +0200
|
||||
+++ pygame-1.9.6/test/mixer_music_test.py 2019-05-20 10:36:59.969907416 +0200
|
||||
@@ -33,7 +33,7 @@ class MixerMusicModuleTest(unittest.Test
|
||||
# Load a music file for playback
|
||||
|
||||
data_fname = example_path('data')
|
||||
- formats = ['mp3', 'ogg', 'wav']
|
||||
+ formats = ['ogg', 'wav']
|
||||
|
||||
for f in formats:
|
||||
path = os.path.join(data_fname, 'house_lo.%s' % f)
|
Reference in New Issue
Block a user