From 66eeda8a2ab00770b6a18afae1f71ac9450c4e96628003e9211eecb37e8b6b13 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 7 Nov 2022 07:41:05 +0000 Subject: [PATCH 1/2] Accepting request 1033483 from home:pgajdos:python - python-six is not required OBS-URL: https://build.opensuse.org/request/show/1033483 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-genfire?expand=0&rev=9 --- python-genfire.changes | 5 +++++ python-genfire.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/python-genfire.changes b/python-genfire.changes index db9f337..c2f0d19 100644 --- a/python-genfire.changes +++ b/python-genfire.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 4 10:06:29 UTC 2022 - pgajdos@suse.com + +- python-six is not required + ------------------------------------------------------------------- Tue Jan 11 21:01:09 UTC 2022 - Dirk Müller diff --git a/python-genfire.spec b/python-genfire.spec index 00ce5d1..e31398f 100644 --- a/python-genfire.spec +++ b/python-genfire.spec @@ -35,7 +35,6 @@ BuildRequires: %{python_module pyFFTW} BuildRequires: %{python_module pyparsing >= 2.2.0} BuildRequires: %{python_module scipy >= 0.19.0} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six >= 1.10.0} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Pillow >= 4.1.1 @@ -45,7 +44,6 @@ Requires: python-pyFFTW Requires: python-pyparsing >= 2.2.0 Requires: python-scipy >= 0.19.0 Requires: python-setuptools -Requires: python-six >= 1.10.0 BuildArch: noarch Requires(post): update-alternatives Requires(postun):update-alternatives From 6ee0d6cb28f25e218d46b49c50e32d3a31c0f3f02bb906aa56beaf12136aa4f2 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 7 Nov 2022 07:44:40 +0000 Subject: [PATCH 2/2] Clean up SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-genfire?expand=0&rev=10 --- python-genfire.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/python-genfire.spec b/python-genfire.spec index e31398f..aec57c7 100644 --- a/python-genfire.spec +++ b/python-genfire.spec @@ -17,9 +17,6 @@ %define packagename genfire -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -# NEP 29: python36-numpy and -scipy are no longer available in TW -%define skip_python36 1 Name: python-genfire Version: 1.1.11 Release: 0 @@ -77,6 +74,7 @@ oriented projection images %files %{python_files} %doc README.md %python_alternative %{_bindir}/genfire -%{python_sitelib}/* +%{python_sitelib}/genfire +%{python_sitelib}/genfire-%{version}*-info %changelog