From 989cf5855071380482f36f1d3cb7d8f47b9af279f6a24f4518cbf0746bc42a84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 7 Aug 2018 16:11:51 +0000 Subject: [PATCH] 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 --- pygame-1.9.3.tar.gz | 3 --- pygame-1.9.4.tar.gz | 3 +++ python-pygame.changes | 12 ++++++++++++ python-pygame.spec | 5 ++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 pygame-1.9.3.tar.gz create mode 100644 pygame-1.9.4.tar.gz diff --git a/pygame-1.9.3.tar.gz b/pygame-1.9.3.tar.gz deleted file mode 100644 index 8323312..0000000 --- a/pygame-1.9.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:751021819bdc0cbe5cbd51904abb6ff9e9aee5b0e8955af02284d0e77d6c9ec2 -size 2974541 diff --git a/pygame-1.9.4.tar.gz b/pygame-1.9.4.tar.gz new file mode 100644 index 0000000..2de5834 --- /dev/null +++ b/pygame-1.9.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700d1781c999af25d11bfd1f3e158ebb660f72ebccb2040ecafe5069d0b2c0b6 +size 4806863 diff --git a/python-pygame.changes b/python-pygame.changes index a3a178e..2839364 100644 --- a/python-pygame.changes +++ b/python-pygame.changes @@ -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 diff --git a/python-pygame.spec b/python-pygame.spec index 9c7829f..54cd59c 100644 --- a/python-pygame.spec +++ b/python-pygame.spec @@ -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/