Update to latest version (#2245099)
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user