Update to latest version.
This commit is contained in:
+15
-15
@@ -4,8 +4,8 @@
|
||||
%bcond_with docs
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.16.2
|
||||
Release: 2%{?dist}
|
||||
Version: 0.17.0
|
||||
Release: 1%{?dist}
|
||||
Summary: N-D labeled arrays and datasets in Python
|
||||
|
||||
License: ASL 2.0
|
||||
@@ -18,26 +18,26 @@ Source2: https://github.com/mapbox/rasterio/raw/1.0.21/tests/data/RGB.byt
|
||||
Patch0001: 0001-DOC-Don-t-download-RGB.byte.tif-during-build.patch
|
||||
Patch0002: 0002-DOC-Skip-examples-using-unpackaged-dependencies.patch
|
||||
Patch0003: 0003-DOC-Don-t-print-out-conda-pip-environment.patch
|
||||
# We do not have new enough pint.
|
||||
Patch0004: 0004-Revert-un-xfail-the-pint-assert_allclose-and-assert_.patch
|
||||
# Fix tests with Matplotlib 3.4.
|
||||
Patch0004: https://github.com/pydata/xarray/pull/4256.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3dist(cftime) >= 1
|
||||
BuildRequires: python3-dask+array
|
||||
BuildRequires: python3-dask+dataframe
|
||||
BuildRequires: python3dist(netcdf4) >= 1.4
|
||||
BuildRequires: python3dist(numpy) >= 1.15
|
||||
BuildRequires: python3dist(pandas) >= 0.25
|
||||
BuildRequires: python3-dask+array >= 2.11
|
||||
BuildRequires: python3-dask+dataframe >= 2.11
|
||||
BuildRequires: python3dist(netcdf4) >= 1.5
|
||||
BuildRequires: python3dist(numpy) >= 1.17
|
||||
BuildRequires: python3dist(pandas) >= 1
|
||||
BuildRequires: python3dist(pint)
|
||||
BuildRequires: python3dist(pytest) >= 2.7.1
|
||||
BuildRequires: python3dist(pytest-xdist)
|
||||
BuildRequires: python3dist(rasterio) >= 1
|
||||
BuildRequires: python3dist(seaborn)
|
||||
BuildRequires: python3dist(rasterio) >= 1.1
|
||||
BuildRequires: python3dist(seaborn) >= 0.10
|
||||
BuildRequires: python3dist(setuptools) >= 41.2
|
||||
BuildRequires: python3dist(setuptools-scm)
|
||||
BuildRequires: python3dist(zarr) >= 2.3
|
||||
BuildRequires: python3dist(zarr) >= 2.4
|
||||
|
||||
%global _description %{expand: \
|
||||
Xarray (formerly xray) is an open source project and Python package that
|
||||
@@ -75,12 +75,9 @@ BuildRequires: natural-earth-map-data-10m
|
||||
BuildRequires: python3-ipython-sphinx
|
||||
BuildRequires: python3dist(jupyter-client)
|
||||
BuildRequires: python3dist(matplotlib)
|
||||
BuildRequires: python3dist(netcdf4)
|
||||
BuildRequires: python3dist(rasterio)
|
||||
BuildRequires: python3dist(sphinx)
|
||||
BuildRequires: python3dist(sphinx-gallery)
|
||||
BuildRequires: python3dist(sphinx-rtd-theme)
|
||||
BuildRequires: python3dist(zarr)
|
||||
|
||||
%description -n python-%{srcname}-doc
|
||||
Documentation for xarray
|
||||
@@ -133,6 +130,9 @@ rm -rf xarray
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Mar 13 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.17.0-1
|
||||
- Update to latest version (#1933230)
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
||||
Reference in New Issue
Block a user