forked from pool/python-pygame
Accepting request 627927 from home:TheBlackCat:branches:devel:languages:python
- Update to 1.9.4 * python 3.7 support. * beta pypy support. * pygame.draw fixes * pygame.math is not experimental anymore. Speedups and bugfixes. * Debian, Mac homebrew, mac virtualenv, manylinux and other platform fixes. * documentation fixes, jedi support for type ahead in editors like VSCode and VIM. * Surface.blits for blitting many surfaces at once more quickly. OBS-URL: https://build.opensuse.org/request/show/627927 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygame?expand=0&rev=19
This commit is contained in:
committed by
Git OBS Bridge
parent
b213527c3c
commit
989cf58550
@@ -19,7 +19,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pygame
|
||||
Version: 1.9.3
|
||||
Version: 1.9.4
|
||||
Release: 0
|
||||
Source0: https://files.pythonhosted.org/packages/source/P/Pygame/pygame-%{version}.tar.gz
|
||||
Summary: A Python Module for Interfacing with the SDL Multimedia Library
|
||||
@@ -127,7 +127,7 @@ $python -m pygame.tests.__main__ --exclude opengl --time_out 300
|
||||
}
|
||||
|
||||
%files %{python_files}
|
||||
%doc WHATSNEW readme.html readme.rst
|
||||
%doc WHATSNEW readme.html README.rst
|
||||
%license LGPL
|
||||
%{python_sitearch}/pygame/
|
||||
%{python_sitearch}/pygame-%{version}-py*.egg-info
|
||||
@@ -137,7 +137,6 @@ $python -m pygame.tests.__main__ --exclude opengl --time_out 300
|
||||
%{python_sysconfig_var INCLUDEPY}/pygame/
|
||||
|
||||
%files -n %{name}-doc
|
||||
%license LGPL
|
||||
%doc docs/
|
||||
%doc examples/
|
||||
|
||||
|
Reference in New Issue
Block a user