diff --git a/python-xarray.spec b/python-xarray.spec index 26dfd2d46ab20ecbe51dc4381aeb49fa805991c2..c64295e126f9db878fd409dac6acd6c1edaf0b2e 100644 --- a/python-xarray.spec +++ b/python-xarray.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-xarray -Version: 2025.9.0 +Version: 2025.10.1 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/source/x/xarray/xarray-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/7b/ce/f5dd613ddd0b3f839c59e6c2fa20c62469bf671bf4c92a12b09dc0972326/xarray-2025.10.1.tar.gz BuildArch: noarch %description @@ -60,6 +60,10 @@ if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Thu Oct 23 2025 lipengyu - 2025.10.1-1 +- Update package to version 2025.10.1 +- Reverts a breaking change to Xarray's preferred netCDF backend + * Fri Sep 5 2025 lilu - 2025.9.0-1 - Update package to version 2025.9.0 - Support rechunking by SeasonResampler for seasonal data analysis diff --git a/xarray-2025.9.0.tar.gz b/xarray-2025.10.1.tar.gz similarity index 30% rename from xarray-2025.9.0.tar.gz rename to xarray-2025.10.1.tar.gz index f2e3c4d6cefa3f4a482771cbc7c96fb4e9ce9907..8bc7c4dff08179f94e0e0af3c7926cbce8803e58 100644 Binary files a/xarray-2025.9.0.tar.gz and b/xarray-2025.10.1.tar.gz differ