Hello community,
here is the log from the commit of package python-sge-pygame for
openSUSE:Factory checked in at 2020-09-14 12:30:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sge-pygame (Old)
and /work/SRC/openSUSE:Factory/.python-sge-pygame.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sge-pygame"
Mon Sep 14 12:30:25 2020 rev:4 rq:834133 version:1.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sge-pygame/python-sge-pygame.changes
2018-12-07 14:39:23.658774236 +0100
+++
/work/SRC/openSUSE:Factory/.python-sge-pygame.new.4249/python-sge-pygame.changes
2020-09-14 12:31:28.369218964 +0200
@@ -1,0 +2,31 @@
+Sun Sep 13 14:00:35 UTC 2020 - Martin Hauke <[email protected]>
+
+- Update to version 1.7
+ Specification additions:
+ * sge.gfx.Font.linesize
+ * sge.gfx.Sprite.size
+ Specification misc changes:
+ * Added an outline and outline_thickness argument to
+ sge.gfx.Sprite.draw_text and related methods.
+ * Added use of an argument by the pixelate transition to control
+ rate of pixelation updates.
+ * Specified that extending sge.s with additional string variables
+ is allowed.
+ * Removed the warning about use of MP3 files in the documentation
+ since MP3 patents expired a couple years ago.
+ Specification bugfixes:
+ * Missing documentation for sge.gfx.Sprite.get_spritelist
+ * Missing documentation for sge.gfx.Color.__init__
+ * sge.gfx.Sprite.scale docs talking about rotation rather than
+ scaling
+- Update to version 1.7
+ Specification additions:
+ * sge.s.isometric
+ * sge.s.orthogonal
+ * sge.gfx.Sprite.get_spritelist
+ Specification misc changes:
+ * Full name changed from "SGE Game Engine" to "Seclusion Game Engine"
+ Specification bugfixes:
+ * Misspelling of "backgrounds" as "bckgrounds"
+
+-------------------------------------------------------------------
Old:
----
sge-pygame-1.5.1.tar.gz
New:
----
sge-1.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sge-pygame.spec ++++++
--- /var/tmp/diff_new_pack.Hw5FrR/_old 2020-09-14 12:31:30.921220591 +0200
+++ /var/tmp/diff_new_pack.Hw5FrR/_new 2020-09-14 12:31:30.925220595 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-sge-pygame
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define major_version 1.5
Name: python-sge-pygame
-Version: 1.5.1
+Version: 1.7
Release: 0
Summary: A 2-D game engine for Python
License: LGPL-3.0-or-later
Group: Development/Languages/Python
-Url: http://stellarengine.nongnu.org
-Source:
http://download.savannah.gnu.org/releases/stellarengine/%{major_version}/sge-pygame-%{version}.tar.gz
+URL: https://python-sge.github.io
+Source:
https://files.pythonhosted.org/packages/source/s/sge/sge-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
Requires: python-pygame >= 1.9.1
@@ -43,7 +42,7 @@
This implementation of the SGE uses Pygame as a backend.
%prep
-%setup -q -n sge-pygame-%{version}
+%setup -q -n sge-%{version}
%build
%python_build
@@ -53,7 +52,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
-%doc README README.pygame
+%doc README README.pygame WHATSNEW WHATSNEW.pygame
%license sge/COPYING sge/COPYING.LESSER
%{python_sitelib}/*
++++++ sge-pygame-1.5.1.tar.gz -> sge-1.7.tar.gz ++++++
++++ 67942 lines of diff (skipped)