diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 09:55:17 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 09:55:17 +0000 |
commit | 26d30d3152b5487d04547a91a55dca4ba32d9d9a (patch) | |
tree | 90d14547c5d118703b23ac92db16c8fd428bdc23 | |
parent | 22604ceef792a4e6a4ed6d4bd39295c1ed1a5dd1 (diff) |
automatic import of python-xarrayopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-xarray.spec | 14 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 11 deletions
@@ -1,2 +1,3 @@ /xarray-2023.2.0.tar.gz /xarray-2023.3.0.tar.gz +/xarray-2023.4.2.tar.gz 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 @@ -1 +1 @@ -6857f0c43e3c8916a45f2257b6c7ffee xarray-2023.3.0.tar.gz +b3a5642630b361307846b0c9bcdfe64f xarray-2023.4.2.tar.gz |