From a79839530af21481e5197eb12268f02174f9d5e52e494040a8669abe43bc42db Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 13 Feb 2021 08:19:06 +0000 Subject: [PATCH] Accepting request 871557 from home:bnavigator:branches:devel:languages:python - NEP 29: python36-numpy and -scipy are no longer available in TW skip python36 build OBS-URL: https://build.opensuse.org/request/show/871557 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-genfire?expand=0&rev=6 --- python-genfire.changes | 6 ++++++ python-genfire.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/python-genfire.changes b/python-genfire.changes index d62b434..f782014 100644 --- a/python-genfire.changes +++ b/python-genfire.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 12 23:52:18 UTC 2021 - Benjamin Greiner + +- NEP 29: python36-numpy and -scipy are no longer available in TW + skip python36 build + ------------------------------------------------------------------- Wed Jan 20 05:33:37 UTC 2021 - Steve Kowalik diff --git a/python-genfire.spec b/python-genfire.spec index ce54c2b..7fd524d 100644 --- a/python-genfire.spec +++ b/python-genfire.spec @@ -18,13 +18,15 @@ %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 Summary: GENeralized Fourier Iterative REconstruction License: GPL-3.0-only URL: https://github.com/genfire-em/GENFIRE-Python -Source: https://files.pythonhosted.org/packages/1e/e3/bb80c9e9f9b0255f70b230baf05609122a317945fa623eee8aba8f9ec8ec/%{packagename}-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/g/%{packagename}/%{packagename}-%{version}.tar.gz BuildRequires: %{python_module Pillow >= 4.1.1} BuildRequires: %{python_module PyQt5 >= 5.5.0} BuildRequires: %{python_module matplotlib >= 2.0.2}