From b156c8bf909e33b20ed1054f8003b1cb77913593c07be5c8beba0dfc766ee2bd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 12 Feb 2021 14:31:09 +0000 Subject: [PATCH 1/2] - skip python 36 build OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=85 --- python-distributed.changes | 5 +++++ python-distributed.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-distributed.changes b/python-distributed.changes index a9727e4..0989140 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 12 14:30:57 UTC 2021 - Dirk Müller + +- skip python 36 build + ------------------------------------------------------------------- Mon Feb 8 14:32:23 UTC 2021 - Ben Greiner diff --git a/python-distributed.spec b/python-distributed.spec index 7f28d1d..d2c0587 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -25,6 +25,7 @@ %bcond_with test %endif %define skip_python2 1 +%define skip_python36 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-distributed%{psuffix} Version: 2021.2.0 From 0066dc0d2df5602aecdce1b9b3368c3e283e34fd8c50ec25c55ade3086a133fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 15 Feb 2021 13:25:15 +0000 Subject: [PATCH 2/2] Accepting request 872380 from home:bnavigator:branches:devel:languages:python:numeric - Unskip python36 build. Just skip installing optional python36-sparse for the tests. OBS-URL: https://build.opensuse.org/request/show/872380 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=86 --- python-distributed.changes | 6 ++++++ python-distributed.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-distributed.changes b/python-distributed.changes index 0989140..5214ef0 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 15 11:56:35 UTC 2021 - Ben Greiner + +- Unskip python36 build. Just skip installing optional + python36-sparse for the tests. + ------------------------------------------------------------------- Fri Feb 12 14:30:57 UTC 2021 - Dirk Müller diff --git a/python-distributed.spec b/python-distributed.spec index d2c0587..ff35874 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -25,7 +25,6 @@ %bcond_with test %endif %define skip_python2 1 -%define skip_python36 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-distributed%{psuffix} Version: 2021.2.0 @@ -76,12 +75,12 @@ BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} BuildRequires: %{python_module sortedcontainers} -BuildRequires: %{python_module sparse} BuildRequires: %{python_module tblib} BuildRequires: %{python_module toolz >= 0.8.2} BuildRequires: %{python_module tornado >= 5 if %python-base < 3.8} BuildRequires: %{python_module tornado >= 6.0.3 if %python-base >= 3.8} BuildRequires: %{python_module zict >= 0.1.3} +BuildRequires: %{python_module sparse if (%python-base without python36-base)} %endif %python_subpackages