diff --git a/python-xarray.spec b/python-xarray.spec index 98f95e8..27eed7a 100644 --- a/python-xarray.spec +++ b/python-xarray.spec @@ -1,55 +1,30 @@ %global _empty_manifest_terminate_build 0 Name: python-xarray -Version: 2023.2.0 +Version: 2023.5.0 Release: 1 Summary: N-D labeled arrays and datasets in Python License: Apache-2.0 URL: https://github.com/pydata/xarray -Source0: https://files.pythonhosted.org/packages/01/be/ef024d1f3ecac9e8924165e4c5a4e948a08b051036021863548653b97eb5/xarray-2023.2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/0a/1b/57b946c11b77f9ec1f4398bce9bf28ace25e4a644e4c5deed93b691ab70d/xarray-2023.5.0.tar.gz BuildArch: noarch -Requires: python3-numpy -Requires: python3-pandas -Requires: python3-packaging -Requires: python3-scipy -Requires: python3-bottleneck -Requires: python3-numbagg -Requires: python3-flox -Requires: python3-netCDF4 -Requires: python3-h5netcdf -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 -Requires: python3-sphinx-autosummary-accessors -Requires: python3-sphinx-rtd-theme -Requires: python3-ipython -Requires: python3-ipykernel -Requires: python3-jupyter-client -Requires: python3-nbsphinx -Requires: python3-scanpydoc - %description 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 -concise, and less error-prone developer experience. +concise, and less error-prone developer experience. %package -n python3-xarray Summary: N-D labeled arrays and datasets in Python Provides: python-xarray = %{version}-%{release} BuildRequires: python3-devel -BuildRequires: python3-setuptools +BuildRequires: python3-setuptools +Requires: python3-numpy +Requires: python3-pandas +Requires: python3-packaging %description -n python3-xarray 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 -concise, and less error-prone developer experience. +concise, and less error-prone developer experience. %package help Summary: Development documents and examples for xarray @@ -57,7 +32,7 @@ Provides: python3-xarray-doc %description help 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 -concise, and less error-prone developer experience. +concise, and less error-prone developer experience. %prep %autosetup -n xarray-%{version} @@ -66,40 +41,26 @@ concise, and less error-prone developer experience. %py3_build %install -%py3_install +%py3_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi -pushd %{buildroot} -if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst -fi -if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst -fi -if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst -fi -if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst -fi -touch doclist.lst -if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst -fi -popd -mv %{buildroot}/filelist.lst . -mv %{buildroot}/doclist.lst . +if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi -%files -n python3-xarray -f filelist.lst -%dir %{python3_sitelib}/* +%files -n python3-xarray +%{python3_sitelib}/* -%files help -f doclist.lst +%files help %{_docdir}/* %changelog +* Fri May 19 2023 wangjunqi - 2023.5.0-1 +- Update package to version 2023.5.0 + * Thu Feb 16 2023 wubijie - 2023.2.0-1 - Update package to version 2023.2.0 diff --git a/xarray-2023.2.0.tar.gz b/xarray-2023.2.0.tar.gz deleted file mode 100644 index 21ed4ad..0000000 Binary files a/xarray-2023.2.0.tar.gz and /dev/null differ diff --git a/xarray-2023.5.0.tar.gz b/xarray-2023.5.0.tar.gz new file mode 100644 index 0000000..ae931d9 Binary files /dev/null and b/xarray-2023.5.0.tar.gz differ