Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-xsge_gui for openSUSE:Factory
checked in at 2024-01-03 12:24:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-xsge_gui (Old)
and /work/SRC/openSUSE:Factory/.python-xsge_gui.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-xsge_gui"
Wed Jan 3 12:24:41 2024 rev:4 rq:1136307 version:2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-xsge_gui/python-xsge_gui.changes
2021-06-01 10:35:45.804639559 +0200
+++
/work/SRC/openSUSE:Factory/.python-xsge_gui.new.28375/python-xsge_gui.changes
2024-01-03 12:24:49.611123979 +0100
@@ -1,0 +2,51 @@
+Fri Dec 29 10:32:00 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 2.0.0:
+ Additions:
+ + xsge_gui.RadioButton.group
+ + xsge_gui.button_bottom_sprite
+ + xsge_gui.button_bottomleft_sprite
+ + xsge_gui.button_bottomright_sprite
+ + xsge_gui.button_top_sprite
+ + xsge_gui.button_topleft_sprite
+ + xsge_gui.button_topright_sprite
+ + xsge_gui.button_pressed_bottom_sprite
+ + xsge_gui.button_pressed_bottomleft_sprite
+ + xsge_gui.button_pressed_bottomright_sprite
+ + xsge_gui.button_pressed_top_sprite
+ + xsge_gui.button_pressed_topleft_sprite
+ + xsge_gui.button_pressed_topright_sprite
+ + xsge_gui.button_selected_bottom_sprite
+ + xsge_gui.button_selected_bottomleft_sprite
+ + xsge_gui.button_selected_bottomright_sprite
+ + xsge_gui.button_selected_top_sprite
+ + xsge_gui.button_selected_topleft_sprite
+ + xsge_gui.button_selected_topright_sprite
+ + xsge_gui.button_color
+ + xsge_gui.button_pressed_color
+ + xsge_gui.button_selected_color
+ + xsge_gui.Button.get_height
+ + xsge_gui.textbox_color
+ + xsge_gui.textbox_top_sprite
+ + xsge_gui.textbox_topleft_sprite
+ + xsge_gui.textbox_topright_sprite
+ + xsge_gui.textbox_bottom_sprite
+ + xsge_gui.textbox_bottomleft_sprite
+ + xsge_gui.textbox_bottomright_sprite
+
+ Removals:
+ - xsge_gui.Window.event_close
+ - xsge_gui.button_sprite
+ - xsge_gui.button_pressed_sprite
+ - xsge_gui.button_selected_sprite
+ - xsge_gui.textbox_sprite
+
+ Misc changes:
+ * Windows no longer implicitly have a "close" button in the
+ top-right.
+ * Default fonts used are now in the Roboto family instead of the
+ obsolete Droid Sans.
+ * Default fonts are now much larger.
+ * Relicensed to GNU LGPL.
+
+-------------------------------------------------------------------
Old:
----
xsge_gui-1.2.1.tar.gz
New:
----
xsge_gui-2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-xsge_gui.spec ++++++
--- /var/tmp/diff_new_pack.U50B7X/_old 2024-01-03 12:24:51.471191941 +0100
+++ /var/tmp/diff_new_pack.U50B7X/_new 2024-01-03 12:24:51.471191941 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-xsge_gui
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,18 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
-%define skip_python36 1
+%{?sle15_python_module_pythons}
Name: python-xsge_gui
-Version: 1.2.1
+Version: 2.0
Release: 0
Summary: xSGE GUI Toolkit
-License: GPL-3.0-or-later
+License: LGPL-3.0-or-later
Group: Development/Languages/Python
-URL: http://xsge.nongnu.org
+URL: https://python-sge.github.io/
Source:
https://files.pythonhosted.org/packages/source/x/xsge_gui/xsge_gui-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-sge-pygame >= 1.0
@@ -47,14 +47,15 @@
%setup -q -n xsge_gui-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc README WHATSNEW
%license xsge_gui/COPYING
-%{python_sitelib}/*
+%{python_sitelib}/xsge_gui
+%{python_sitelib}/xsge_gui-%{version}.dist-info
++++++ xsge_gui-1.2.1.tar.gz -> xsge_gui-2.0.tar.gz ++++++
++++ 9849 lines of diff (skipped)