From 3c048e7295477c5349d69283d43d93416006689332cf7674e45b1e24d4d395f1 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 1 Mar 2024 21:04:42 +0000 Subject: [PATCH] - Skip Python 3.9. It requires pydap, which is not available any more. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xarray?expand=0&rev=91 --- python-xarray.changes | 6 ++++++ python-xarray.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-xarray.changes b/python-xarray.changes index 570fdfb..800c9d6 100644 --- a/python-xarray.changes +++ b/python-xarray.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 1 21:04:08 UTC 2024 - Matej Cepl + +- Skip Python 3.9. It requires pydap, which is not available any + more. + ------------------------------------------------------------------- Tue Feb 27 10:56:32 UTC 2024 - Ben Greiner diff --git a/python-xarray.spec b/python-xarray.spec index cb13c94..6c94115 100644 --- a/python-xarray.spec +++ b/python-xarray.spec @@ -25,6 +25,7 @@ %define psuffix %{nil} %endif +%define skip_python39 1 %{?sle15_python_module_pythons} Name: python-xarray%{psuffix} Version: 2024.2.0 @@ -119,7 +120,6 @@ Requires: python-pooch Requires: python-scipy >= 1.10 Requires: python-xarray = %{version} Requires: python-zarr >= 2.13 -Requires: (python-pydap >= 3.3 if python-base < 3.10) %description io The [io] extra for xarray, N-D labeled arrays and datasets in Python