From 27fa6128bbb1be9acfc4198a247e232d25a5cddbe15b0013b9eccff4be6aa8f7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Jan 2024 22:03:22 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xsge_lighting?expand=0&rev=13 --- python-xsge_lighting.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-xsge_lighting.spec b/python-xsge_lighting.spec index 659cfac..1fa2aa6 100644 --- a/python-xsge_lighting.spec +++ b/python-xsge_lighting.spec @@ -1,7 +1,7 @@ # # spec file for package python-xsge_lighting # -# Copyright (c) 2023 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 @@ -26,6 +26,7 @@ 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 pip} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros Requires: python-sge-pygame >= 1.0 From 9e197875a67bc4516b7f6100ee021560da7dd6437d8162efc1e3d1d3130c36fe Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 15 Mar 2024 02:08:59 +0000 Subject: [PATCH 2/2] - Add missing BuildRequires on setuptools. - Drop unneeded Requires on six. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xsge_lighting?expand=0&rev=15 --- python-xsge_lighting.changes | 6 ++++++ python-xsge_lighting.spec | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-xsge_lighting.changes b/python-xsge_lighting.changes index f69e6e3..bb39e32 100644 --- a/python-xsge_lighting.changes +++ b/python-xsge_lighting.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 15 02:08:31 UTC 2024 - Steve Kowalik + +- Add missing BuildRequires on setuptools. +- Drop unneeded Requires on six. + ------------------------------------------------------------------- Fri Dec 29 12:28:21 UTC 2023 - Dirk Müller diff --git a/python-xsge_lighting.spec b/python-xsge_lighting.spec index 1fa2aa6..b7b60ef 100644 --- a/python-xsge_lighting.spec +++ b/python-xsge_lighting.spec @@ -30,10 +30,8 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros Requires: python-sge-pygame >= 1.0 -Requires: python-six >= 1.4.0 BuildRequires: fdupes BuildArch: noarch - %python_subpackages %description