From ce1ecc0bede93c78bb38f964be2c22a0a9c47ee355acb549c716ff839cfa83d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 4 May 2021 08:14:20 +0000 Subject: [PATCH 1/2] Accepting request 890195 from home:susnux:branches:devel:languages:python Update to version 1.7.1 OBS-URL: https://build.opensuse.org/request/show/890195 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sge-pygame?expand=0&rev=11 --- python-sge-pygame.changes | 6 ++++++ python-sge-pygame.spec | 4 ++-- sge-1.7.1.tar.gz | 3 +++ sge-1.7.tar.gz | 3 --- 4 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 sge-1.7.1.tar.gz delete mode 100644 sge-1.7.tar.gz diff --git a/python-sge-pygame.changes b/python-sge-pygame.changes index eca6446..f33e9c4 100644 --- a/python-sge-pygame.changes +++ b/python-sge-pygame.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 3 23:18:04 UTC 2021 - Ferdinand Thiessen + +- Update to version 1.7.1 + * Fix incompatibility with Pygame 2 + ------------------------------------------------------------------- Sun Sep 13 14:00:35 UTC 2020 - Martin Hauke diff --git a/python-sge-pygame.spec b/python-sge-pygame.spec index a1b0cc9..402e49a 100644 --- a/python-sge-pygame.spec +++ b/python-sge-pygame.spec @@ -1,7 +1,7 @@ # # spec file for package python-sge-pygame # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-sge-pygame -Version: 1.7 +Version: 1.7.1 Release: 0 Summary: A 2-D game engine for Python License: LGPL-3.0-or-later diff --git a/sge-1.7.1.tar.gz b/sge-1.7.1.tar.gz new file mode 100644 index 0000000..8f4f777 --- /dev/null +++ b/sge-1.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dac82107f7a41419d07fec50d0a3e67d6504680668219d447cf81ea7a7d5bd1 +size 1375640 diff --git a/sge-1.7.tar.gz b/sge-1.7.tar.gz deleted file mode 100644 index d51755d..0000000 --- a/sge-1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b03054ad88d9b19a7b5089a7e3ab454829be9aba34dd2f8b37accbecc36d609 -size 1376110 From 74ee5c58e4e5fb31ef446a827c239d5e6902b5f9a37dd9975bde47e0da31991f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 11 May 2021 12:24:44 +0000 Subject: [PATCH 2/2] - Skip python36 because pygame skipped it OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sge-pygame?expand=0&rev=12 --- python-sge-pygame.changes | 5 +++++ python-sge-pygame.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-sge-pygame.changes b/python-sge-pygame.changes index f33e9c4..6b75826 100644 --- a/python-sge-pygame.changes +++ b/python-sge-pygame.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 11 12:24:03 UTC 2021 - Markéta Machová + +- Skip python36 because pygame skipped it + ------------------------------------------------------------------- Mon May 3 23:18:04 UTC 2021 - Ferdinand Thiessen diff --git a/python-sge-pygame.spec b/python-sge-pygame.spec index 402e49a..e55e340 100644 --- a/python-sge-pygame.spec +++ b/python-sge-pygame.spec @@ -17,6 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python36 1 Name: python-sge-pygame Version: 1.7.1 Release: 0