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
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:751021819bdc0cbe5cbd51904abb6ff9e9aee5b0e8955af02284d0e77d6c9ec2
|
|
||||||
size 2974541
|
|
3
pygame-1.9.4.tar.gz
Normal file
3
pygame-1.9.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:700d1781c999af25d11bfd1f3e158ebb660f72ebccb2040ecafe5069d0b2c0b6
|
||||||
|
size 4806863
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 7 15:32:41 UTC 2018 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 13 14:54:51 UTC 2018 - toddrme2178@gmail.com
|
Wed Jun 13 14:54:51 UTC 2018 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pygame
|
Name: python-pygame
|
||||||
Version: 1.9.3
|
Version: 1.9.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Source0: https://files.pythonhosted.org/packages/source/P/Pygame/pygame-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/P/Pygame/pygame-%{version}.tar.gz
|
||||||
Summary: A Python Module for Interfacing with the SDL Multimedia Library
|
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}
|
%files %{python_files}
|
||||||
%doc WHATSNEW readme.html readme.rst
|
%doc WHATSNEW readme.html README.rst
|
||||||
%license LGPL
|
%license LGPL
|
||||||
%{python_sitearch}/pygame/
|
%{python_sitearch}/pygame/
|
||||||
%{python_sitearch}/pygame-%{version}-py*.egg-info
|
%{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/
|
%{python_sysconfig_var INCLUDEPY}/pygame/
|
||||||
|
|
||||||
%files -n %{name}-doc
|
%files -n %{name}-doc
|
||||||
%license LGPL
|
|
||||||
%doc docs/
|
%doc docs/
|
||||||
%doc examples/
|
%doc examples/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user