Upgrade package to version 2022.6.0

This commit is contained in:
Gzx1999 2022-09-27 10:40:04 +08:00
parent 7710da9301
commit 3bed7cff08
3 changed files with 14 additions and 47 deletions

View File

@ -1,23 +1,22 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-xarray Name: python-xarray
Version: 0.20.1 Version: 2022.6.0
Release: 1 Release: 1
Summary: N-D labeled arrays and datasets in Python Summary: N-D labeled arrays and datasets in Python
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/pydata/xarray URL: https://github.com/pydata/xarray
Source0: https://files.pythonhosted.org/packages/45/a5/8f81031b373fc7204b7015b7a15e0675993a41e031e6d4fb31a25eea0e68/xarray-0.20.1.tar.gz Source0: https://files.pythonhosted.org/packages/6d/42/d9958c0efdd555f2f21742ad0b92a5d512ac8395d00f57b6a85932eda5bc/xarray-2022.6.0.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-numpy Requires: python3-numpy
Requires: python3-pandas Requires: python3-pandas
Requires: python3-importlib-metadata Requires: python3-packaging
Requires: python3-typing-extensions
Requires: python3-scipy Requires: python3-scipy
Requires: python3-bottleneck Requires: python3-bottleneck
Requires: python3-numbagg Requires: python3-numbagg
Requires: python3-flox
Requires: python3-netCDF4 Requires: python3-netCDF4
Requires: python3-h5netcdf Requires: python3-h5netcdf
Requires: python3-scipy
Requires: python3-pydap Requires: python3-pydap
Requires: python3-zarr Requires: python3-zarr
Requires: python3-fsspec Requires: python3-fsspec
@ -25,24 +24,6 @@ Requires: python3-cftime
Requires: python3-rasterio Requires: python3-rasterio
Requires: python3-cfgrib Requires: python3-cfgrib
Requires: python3-pooch Requires: python3-pooch
Requires: python3-bottleneck
Requires: python3-numbagg
Requires: python3-dask[complete]
Requires: python3-matplotlib
Requires: python3-seaborn
Requires: python3-nc-time-axis
Requires: python3-netCDF4
Requires: python3-h5netcdf
Requires: python3-scipy
Requires: python3-pydap
Requires: python3-zarr
Requires: python3-fsspec
Requires: python3-cftime
Requires: python3-rasterio
Requires: python3-cfgrib
Requires: python3-pooch
Requires: python3-bottleneck
Requires: python3-numbagg
Requires: python3-dask[complete] Requires: python3-dask[complete]
Requires: python3-matplotlib Requires: python3-matplotlib
Requires: python3-seaborn Requires: python3-seaborn
@ -54,49 +35,32 @@ Requires: python3-ipykernel
Requires: python3-jupyter-client Requires: python3-jupyter-client
Requires: python3-nbsphinx Requires: python3-nbsphinx
Requires: python3-scanpydoc Requires: python3-scanpydoc
Requires: python3-netCDF4
Requires: python3-h5netcdf
Requires: python3-scipy
Requires: python3-pydap
Requires: python3-zarr
Requires: python3-fsspec
Requires: python3-cftime
Requires: python3-rasterio
Requires: python3-cfgrib
Requires: python3-pooch
Requires: python3-dask[complete]
Requires: python3-matplotlib
Requires: python3-seaborn
Requires: python3-nc-time-axis
%description %description
xarray introduces labels in the form of dimensions, coordinates and attributes xarray introduces labels in the form of dimensions, coordinates and attributes
on top of raw NumPy-like arrays, which allows for a more intuitive, more on top of raw NumPy-like arrays, which allows for a more intuitive, more
concise, and less error-prone developer experience. concise, and less error-prone developer experience.
%package -n python3-xarray %package -n python3-xarray
Summary: N-D labeled arrays and datasets in Python Summary: N-D labeled arrays and datasets in Python
Provides: python-xarray Provides: python-xarray
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-xarray %description -n python3-xarray
xarray introduces labels in the form of dimensions, coordinates and attributes xarray introduces labels in the form of dimensions, coordinates and attributes
on top of raw NumPy-like arrays, which allows for a more intuitive, more on top of raw NumPy-like arrays, which allows for a more intuitive, more
concise, and less error-prone developer experience. concise, and less error-prone developer experience.
%package help %package help
Summary: Development documents and examples for xarray Summary: Development documents and examples for xarray
Provides: python3-xarray-doc Provides: python3-xarray-doc
%description help %description help
xarray introduces labels in the form of dimensions, coordinates and attributes xarray introduces labels in the form of dimensions, coordinates and attributes
on top of raw NumPy-like arrays, which allows for a more intuitive, more on top of raw NumPy-like arrays, which allows for a more intuitive, more
concise, and less error-prone developer experience. concise, and less error-prone developer experience.
%prep %prep
%autosetup -n xarray-0.20.1 %autosetup -n xarray-%{version}
%build %build
%py3_build %py3_build
@ -136,5 +100,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Sep 27 2022 guozhengxin <guozhengxin@kylinos.cn> - 2022.6.0-1
- Upgrade package to version 2022.6.0
* Thu Dec 02 2021 Python_Bot <Python_Bot@openeuler.org> - 0.20.1-1 * Thu Dec 02 2021 Python_Bot <Python_Bot@openeuler.org> - 0.20.1-1
- Package Init - Package Init

Binary file not shown.

BIN
xarray-2022.6.0.tar.gz Normal file

Binary file not shown.