diff options
Diffstat (limited to 'python-xarray.spec')
-rw-r--r-- | python-xarray.spec | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/python-xarray.spec b/python-xarray.spec index 2c956fd..118cfab 100644 --- a/python-xarray.spec +++ b/python-xarray.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-xarray -Version: 2023.3.0 +Version: 2023.4.2 Release: 1 Summary: N-D labeled arrays and datasets in Python License: Apache-2.0 URL: https://github.com/pydata/xarray -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/28/d1/344827ebb99f67112599791ec21d845a54f0b6a21e33eed8787bc8e440ee/xarray-2023.3.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8b/33/0bef802b8528e823944becc850c6ea05404e1cdcd15e4d2ad55d5d5e87fb/xarray-2023.4.2.tar.gz BuildArch: noarch Requires: python3-numpy @@ -21,8 +21,6 @@ Requires: python3-scipy Requires: python3-zarr Requires: python3-fsspec Requires: python3-cftime -Requires: python3-rasterio -Requires: python3-cfgrib Requires: python3-pooch Requires: python3-bottleneck Requires: python3-numbagg @@ -38,8 +36,6 @@ Requires: python3-scipy Requires: python3-zarr Requires: python3-fsspec Requires: python3-cftime -Requires: python3-rasterio -Requires: python3-cfgrib Requires: python3-pooch Requires: python3-bottleneck Requires: python3-numbagg @@ -62,8 +58,6 @@ Requires: python3-scipy Requires: python3-zarr Requires: python3-fsspec Requires: python3-cftime -Requires: python3-rasterio -Requires: python3-cfgrib Requires: python3-pooch Requires: python3-pydap Requires: python3-dask[complete] @@ -138,7 +132,7 @@ powerful and concise interface. For example: - Keep track of arbitrary metadata in the form of a Python dictionary: ``x.attrs``. %prep -%autosetup -n xarray-2023.3.0 +%autosetup -n xarray-2023.4.2 %build %py3_build @@ -178,5 +172,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.3.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.4.2-1 - Package Spec generated |