- 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
This commit is contained in:
Matej Cepl 2024-03-01 21:04:42 +00:00 committed by Git OBS Bridge
parent 7b4792ad94
commit 3c048e7295
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 1 21:04:08 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Skip Python 3.9. It requires pydap, which is not available any
more.
-------------------------------------------------------------------
Tue Feb 27 10:56:32 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@ -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