Update to latest version (#2245099)

This commit is contained in:
Elliott Sales de Andrade
2024-08-18 23:42:52 -04:00
parent 28752f8893
commit 4a8ca0c05d
4 changed files with 5 additions and 33 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
%global srcname xarray
%global data_commit 7d8290e0be9d2a8f4b4381641f20a97db6eaea3d
%bcond_with docs
%bcond docs 0
Name: python-%{srcname}
Version: 2024.6.0
Version: 2024.7.0
Release: %autorelease
Summary: N-D labeled arrays and datasets in Python
@@ -95,7 +95,7 @@ tar xf %SOURCE1 --transform='s~^\(%{srcname}-data-%{data_commit}/\)~\1.xarray_tu
%if %{with docs}
# generate html docs
pushd doc
PYTHONPATH=${PWD}/.. HOME=${PWD}/../%{srcname}-data-%{data_commit} make html
PYTHONPATH=${PWD}/.. HOME=${PWD}/../%{srcname}-data-%{data_commit} sphinx-build -b html . _build/html
# remove the sphinx-build leftovers
rm -rf _build/html/.{doctrees,buildinfo}
popd