Update to latest version (#2095334)

This commit is contained in:
Elliott Sales de Andrade
2022-08-01 02:29:35 -04:00
parent 2fd902e2ef
commit 1106cd741b
6 changed files with 23 additions and 20 deletions
+5 -4
View File
@@ -1,16 +1,16 @@
%global srcname xarray
%global data_commit dbd07bb91a7112db0fd2f912c146999f9d436b0e
%global data_commit 86974d54ce83a130303fe8caa629e60deb3cb6e5
%bcond_with docs
Name: python-%{srcname}
Version: 2022.3.0
Version: 2022.6.0
Release: %autorelease
Summary: N-D labeled arrays and datasets in Python
License: ASL 2.0
URL: https://github.com/pydata/xarray
Source0: %pypi_source
Source0: %pypi_source %{srcname}
# Data for examples only.
Source1: https://github.com/pydata/xarray-data/archive/%{data_commit}/xarray-data-%{data_commit}.tar.gz
Source2: https://github.com/rasterio/rasterio/raw/1.2.10/tests/data/RGB.byte.tif
@@ -22,6 +22,7 @@ Patch0003: 0003-DOC-Don-t-print-out-conda-pip-environment.patch
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3dist(bottleneck)
BuildRequires: python3dist(cftime) >= 1.2
BuildRequires: python3dist(dask[array]) >= 2.30
BuildRequires: python3dist(dask[dataframe]) >= 2.30
@@ -122,7 +123,7 @@ pytest_args=(
%files -n python3-%{srcname} -f %{pyproject_files}
%license LICENSE licenses/DASK_LICENSE licenses/NUMPY_LICENSE licenses/PANDAS_LICENSE licenses/PYTHON_LICENSE licenses/SEABORN_LICENSE
%doc README.rst
%doc README.md
%if %{with docs}
%files -n python-%{srcname}-doc