Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-xsge_lighting for
openSUSE:Factory checked in at 2024-01-03 12:24:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-xsge_lighting (Old)
and /work/SRC/openSUSE:Factory/.python-xsge_lighting.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-xsge_lighting"
Wed Jan 3 12:24:45 2024 rev:4 rq:1135653 version:1.0.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-xsge_lighting/python-xsge_lighting.changes
2021-06-01 10:37:49.080849440 +0200
+++
/work/SRC/openSUSE:Factory/.python-xsge_lighting.new.28375/python-xsge_lighting.changes
2024-01-03 12:24:53.659271888 +0100
@@ -1,0 +2,6 @@
+Fri Dec 29 12:28:21 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 1.0.3:
+ * Relicensed to LGPL
+
+-------------------------------------------------------------------
Old:
----
xsge_lighting-1.0.2.tar.gz
New:
----
xsge_lighting-1.0.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-xsge_lighting.spec ++++++
--- /var/tmp/diff_new_pack.ggPmhm/_old 2024-01-03 12:24:54.183291035 +0100
+++ /var/tmp/diff_new_pack.ggPmhm/_new 2024-01-03 12:24:54.183291035 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-xsge_lighting
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 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,17 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
-%define skip_python36 1
+%{?sle15_python_module_pythons}
Name: python-xsge_lighting
-Version: 1.0.2
+Version: 1.0.3
Release: 0
Summary: xSGE Lighting Library
-License: GPL-3.0-or-later
+License: LGPL-3.0-or-later
URL: https://python-sge.github.io/
#Git-Clone: https://github.com/python-sge/xsge
Source:
https://files.pythonhosted.org/packages/source/x/xsge_lighting/xsge_lighting-%{version}.tar.gz
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
Requires: python-sge-pygame >= 1.0
Requires: python-six >= 1.4.0
@@ -47,14 +46,15 @@
%setup -q -n xsge_lighting-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc README
%license xsge_lighting/COPYING
-%{python_sitelib}/*
+%{python_sitelib}/xsge_lighting
+%{python_sitelib}/xsge_lighting-%{version}.dist-info
++++++ xsge_lighting-1.0.2.tar.gz -> xsge_lighting-1.0.3.tar.gz ++++++
++++ 6158 lines of diff (skipped)