Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-hvplot for openSUSE:Factory 
checked in at 2021-07-22 22:43:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hvplot (Old)
 and      /work/SRC/openSUSE:Factory/.python-hvplot.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-hvplot"

Thu Jul 22 22:43:20 2021 rev:8 rq:907192 version:0.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hvplot/python-hvplot.changes      
2021-02-15 23:20:56.403811597 +0100
+++ /work/SRC/openSUSE:Factory/.python-hvplot.new.1899/python-hvplot.changes    
2021-07-22 22:44:00.359149323 +0200
@@ -1,0 +2,5 @@
+Mon Jul 19 10:13:57 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Fix pooch cache dir for xarray tutorial data
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-hvplot.spec ++++++
--- /var/tmp/diff_new_pack.kLrPh8/_old  2021-07-22 22:44:00.835148703 +0200
+++ /var/tmp/diff_new_pack.kLrPh8/_new  2021-07-22 22:44:00.839148697 +0200
@@ -42,7 +42,7 @@
 Requires:       python-numpy >= 1.15
 Requires:       python-pandas
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 Recommends:     python-Pillow
 Recommends:     python-dask
 Recommends:     python-datashader >= 0.6.5
@@ -54,13 +54,13 @@
 Recommends:     python-networkx
 Recommends:     python-notebook >= 5.4
 Recommends:     python-phantomjs
+Recommends:     python-python-snappy
 Recommends:     python-rasterio
 Recommends:     python-s3fs
+Recommends:     python-scikit-mage
 Recommends:     python-scipy
 Recommends:     python-selenium
 Recommends:     python-spatialpandas
-Recommends:     python-scikit-mage
-Recommends:     python-python-snappy
 Recommends:     python-streamz >= 0.3.0
 Recommends:     python-xarray
 BuildArch:      noarch
@@ -76,6 +76,7 @@
 BuildRequires:  %{python_module pandas}
 BuildRequires:  %{python_module param >= 1.6.1}
 BuildRequires:  %{python_module parameterized}
+BuildRequires:  %{python_module pooch}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module scipy}
 BuildRequires:  %{python_module selenium}
@@ -92,8 +93,9 @@
 plot APIs is offered, or it can be used as a standalone component.
 
 %prep
-%setup -q -n hvplot-%{version}
-tar -x -f %{SOURCE1} -C ~/ 
--transform='s/xarray-data-master/.xarray_tutorial_data/'
+%setup -q -n hvplot-%{version} -a1
+mkdir cache
+mv xarray-data-master cache/xarray_tutorial_data
 
 %build
 %python_build
@@ -103,7 +105,9 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# These tests cannot cast to to 32-bit datatypes gh#holoviz/hvplot#560
+# set pooch cache dir
+export XDG_CACHE_HOME=$(pwd)/cache
+# These tests cannot cast to 32-bit datatypes gh#holoviz/hvplot#560
 if [ $(getconf LONG_BIT) -eq 32 ]; then
   donttest+=" or test_aspect_and_frame_height_with_datashade"
   donttest+=" or test_aspect_with_datashade"

Reply via email to