commit python-hvplot for openSUSE:Factory

2024-09-02 Thread Source-Sync
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 2024-09-02 13:13:47

Comparing /work/SRC/openSUSE:Factory/python-hvplot (Old)
 and  /work/SRC/openSUSE:Factory/.python-hvplot.new.2698 (New)


Package is "python-hvplot"

Mon Sep  2 13:13:47 2024 rev:18 rq:1198011 version:0.10.0

Changes:

--- /work/SRC/openSUSE:Factory/python-hvplot/python-hvplot.changes  
2024-07-16 22:02:59.307105275 +0200
+++ /work/SRC/openSUSE:Factory/.python-hvplot.new.2698/python-hvplot.changes
2024-09-02 13:13:55.289032534 +0200
@@ -1,0 +2,5 @@
+Fri Aug 30 13:18:30 UTC 2024 - Ben Greiner 
+
+- Unpin numpy 2
+
+---



Other differences:
--
++ python-hvplot.spec ++
--- /var/tmp/diff_new_pack.mMnlCu/_old  2024-09-02 13:13:56.377077781 +0200
+++ /var/tmp/diff_new_pack.mMnlCu/_new  2024-09-02 13:13:56.381077947 +0200
@@ -16,7 +16,6 @@
 #
 
 
-%define skip_python39 1
 Name:   python-hvplot
 Version:0.10.0
 Release:0
@@ -37,10 +36,10 @@
 Requires:   python-bokeh >= 1.0.0
 Requires:   python-colorcet >= 2
 Requires:   python-holoviews >= 1.11.0
+Requires:   python-numpy >= 1.15
 Requires:   python-packaging
 Requires:   python-pandas
 Requires:   python-panel >= 0.11.0
-Requires:   (python-numpy >= 1.15 with python-numpy < 2)
 Requires:   (python-param >= 1.12 with python-param < 3)
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
@@ -74,7 +73,7 @@
 BuildRequires:  %{python_module holoviews >= 1.11.0}
 BuildRequires:  %{python_module ipywidgets}
 BuildRequires:  %{python_module networkx}
-BuildRequires:  %{python_module numpy >= 1.15 with %python-numpy < 2}
+BuildRequires:  %{python_module numpy >= 1.15}
 BuildRequires:  %{python_module pandas}
 BuildRequires:  %{python_module panel >= 0.11.0}
 BuildRequires:  %{python_module param >= 1.9.0}


commit python-hvplot for openSUSE:Factory

2024-07-16 Thread Source-Sync
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 2024-07-16 22:02:49

Comparing /work/SRC/openSUSE:Factory/python-hvplot (Old)
 and  /work/SRC/openSUSE:Factory/.python-hvplot.new.17339 (New)


Package is "python-hvplot"

Tue Jul 16 22:02:49 2024 rev:17 rq:1187634 version:0.10.0

Changes:

--- /work/SRC/openSUSE:Factory/python-hvplot/python-hvplot.changes  
2024-03-05 18:51:48.379536010 +0100
+++ /work/SRC/openSUSE:Factory/.python-hvplot.new.17339/python-hvplot.changes   
2024-07-16 22:02:59.307105275 +0200
@@ -1,0 +2,25 @@
+Tue Jul  9 03:45:20 UTC 2024 - Steve Kowalik 
+
+- Update to 0.10.0:
+  * Enhancements:
++ Add bgcolor parameter to set the background color (#1308)
++ Add robust parameter, similarly to Xarray (#1291)
++ Add tiles_opts parameter to customize the tiles (#1299)
++ Add support to xyzservices tiles (#1307)
++ Allow to set the downsample algorithm as string input (#1314)
++ Allow crs as Cartopy class name to match projection (#1332)
+  * Bug Fixes:
++ Fix saving Panel objects with hvplot.save (#1297)
++ Fix setting group_label when plotting a histogram (#1310)
++ Fix the support of HoloViews ImageStack support and usage of
+  aggregator and by (#1316)
++ Fix handling of EPSG codes (#1330)
++ Explorer: fix handling of Xarray objects that have dims without
+  coords (#1334)
+  * Compatibility:
++ Minor changes in preparation of the HoloViews Pandas index
+  refactor (#1281)
+- Limit numpy to < 2.
+- Delete now unneeded rpmlintrc.
+
+---

Old:

  hvplot-0.9.2.tar.gz
  python-hvplot-rpmlintrc

New:

  hvplot-0.10.0.tar.gz



Other differences:
--
++ python-hvplot.spec ++
--- /var/tmp/diff_new_pack.qaTKvQ/_old  2024-07-16 22:03:00.475147874 +0200
+++ /var/tmp/diff_new_pack.qaTKvQ/_new  2024-07-16 22:03:00.475147874 +0200
@@ -18,19 +18,18 @@
 
 %define skip_python39 1
 Name:   python-hvplot
-Version:0.9.2
+Version:0.10.0
 Release:0
 Summary:High-level plotting API for the PyData ecosystem built on 
HoloViews
 License:BSD-3-Clause
-Group:  Development/Languages/Python
 URL:https://github.com/pyviz/hvplot
 Source0:
https://files.pythonhosted.org/packages/source/h/hvplot/hvplot-%{version}.tar.gz
 # Test data. Bump the commit whenever you bump this version
 Source1:
https://github.com/pydata/xarray-data/archive/7d8290e0be9d2a8f4b4381641f20a97db6eaea3d.tar.gz#/xarray-data.tar.gz
-Source100:  python-hvplot-rpmlintrc
 BuildRequires:  %{python_module param >= 1.9 with %python-param < 3}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pyct >= 0.4.4}
+BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
@@ -38,10 +37,10 @@
 Requires:   python-bokeh >= 1.0.0
 Requires:   python-colorcet >= 2
 Requires:   python-holoviews >= 1.11.0
-Requires:   python-numpy >= 1.15
 Requires:   python-packaging
 Requires:   python-pandas
 Requires:   python-panel >= 0.11.0
+Requires:   (python-numpy >= 1.15 with python-numpy < 2)
 Requires:   (python-param >= 1.12 with python-param < 3)
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
@@ -75,7 +74,7 @@
 BuildRequires:  %{python_module holoviews >= 1.11.0}
 BuildRequires:  %{python_module ipywidgets}
 BuildRequires:  %{python_module networkx}
-BuildRequires:  %{python_module numpy >= 1.7}
+BuildRequires:  %{python_module numpy >= 1.15 with %python-numpy < 2}
 BuildRequires:  %{python_module pandas}
 BuildRequires:  %{python_module panel >= 0.11.0}
 BuildRequires:  %{python_module param >= 1.9.0}
@@ -135,5 +134,5 @@
 %license LICENSE
 %{python_sitelib}/hvplot
 %exclude %{python_sitelib}/hvplot/tests
-%{python_sitelib}/hvplot-%{version}*-info
+%{python_sitelib}/hvplot-%{version}.dist-info
 

++ hvplot-0.9.2.tar.gz -> hvplot-0.10.0.tar.gz ++
/work/SRC/openSUSE:Factory/python-hvplot/hvplot-0.9.2.tar.gz 
/work/SRC/openSUSE:Factory/.python-hvplot.new.17339/hvplot-0.10.0.tar.gz 
differ: char 5, line 1


commit python-hvplot for openSUSE:Factory

2024-03-05 Thread Source-Sync
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 2024-03-05 18:51:46

Comparing /work/SRC/openSUSE:Factory/python-hvplot (Old)
 and  /work/SRC/openSUSE:Factory/.python-hvplot.new.1770 (New)


Package is "python-hvplot"

Tue Mar  5 18:51:46 2024 rev:16 rq:1155037 version:0.9.2

Changes:

--- /work/SRC/openSUSE:Factory/python-hvplot/python-hvplot.changes  
2023-11-14 21:43:47.398302132 +0100
+++ /work/SRC/openSUSE:Factory/.python-hvplot.new.1770/python-hvplot.changes
2024-03-05 18:51:48.379536010 +0100
@@ -1,0 +2,25 @@
+Sat Mar  2 09:59:59 UTC 2024 - Ben Greiner 
+
+- Update to 0.9.2
+  * Correctly fall back to all numeric Polars columns when y is not
+specified (#1247)
+  * Compatibility with Pandas 2.2 (#1257)
+- Update to 0.9.1
+  ## Enhancements:
+  * Explorer: give more space to the plot and various UI tweaks
+(#1197, #1198, #1199, #1225)
+  * Explorer: disable the geographic controls when geoviews is not
+installed (#1223)
+  * Explorer: change the default plot type from line to scatter
+(#1228)
+  * Support polars objects in the hvplot.plot entrypoint (#1219,
+#1222)
+  ## Bug fixes:
+  * Fix ignoring hover_cols in OHLC plots (#1216)
+  * Fix considering datashaded plots with one y variable as
+categorical (#1231)
+  * Fix displaying Panel objects returned by hvPlot with show
+(#1230)
+- Skip python39: no xarray anymore
+
+---

Old:

  hvplot-0.9.0.tar.gz

New:

  hvplot-0.9.2.tar.gz



Other differences:
--
++ python-hvplot.spec ++
--- /var/tmp/diff_new_pack.AItm07/_old  2024-03-05 18:51:49.295569269 +0100
+++ /var/tmp/diff_new_pack.AItm07/_new  2024-03-05 18:51:49.295569269 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-hvplot
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,9 @@
 #
 
 
+%define skip_python39 1
 Name:   python-hvplot
-Version:0.9.0
+Version:0.9.2
 Release:0
 Summary:High-level plotting API for the PyData ecosystem built on 
HoloViews
 License:BSD-3-Clause
@@ -27,9 +28,11 @@
 # Test data. Bump the commit whenever you bump this version
 Source1:
https://github.com/pydata/xarray-data/archive/7d8290e0be9d2a8f4b4381641f20a97db6eaea3d.tar.gz#/xarray-data.tar.gz
 Source100:  python-hvplot-rpmlintrc
-BuildRequires:  %{python_module param >= 1.9}
+BuildRequires:  %{python_module param >= 1.9 with %python-param < 3}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pyct >= 0.4.4}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-bokeh >= 1.0.0
@@ -39,9 +42,9 @@
 Requires:   python-packaging
 Requires:   python-pandas
 Requires:   python-panel >= 0.11.0
-Requires:   python-param >= 1.9
+Requires:   (python-param >= 1.12 with python-param < 3)
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 Recommends: python-Pillow
 Recommends: python-dask
 Recommends: python-datashader >= 0.6.5
@@ -105,10 +108,10 @@
 sed -i "s/import hvplot.xarray/import pytest; xarray = 
pytest.importorskip('xarray')/" hvplot/tests/testinteractive.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check

++ hvplot-0.9.0.tar.gz -> hvplot-0.9.2.tar.gz ++
 12428 lines of diff (skipped)


commit python-hvplot for openSUSE:Factory

2023-11-14 Thread Source-Sync
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 2023-11-14 21:43:36

Comparing /work/SRC/openSUSE:Factory/python-hvplot (Old)
 and  /work/SRC/openSUSE:Factory/.python-hvplot.new.17445 (New)


Package is "python-hvplot"

Tue Nov 14 21:43:36 2023 rev:15 rq:1125872 version:0.9.0

Changes:

--- /work/SRC/openSUSE:Factory/python-hvplot/python-hvplot.changes  
2023-06-11 19:57:18.503893536 +0200
+++ /work/SRC/openSUSE:Factory/.python-hvplot.new.17445/python-hvplot.changes   
2023-11-14 21:43:47.398302132 +0100
@@ -1,0 +2,14 @@
+Tue Nov 14 11:38:42 UTC 2023 - Markéta Machová 
+
+- update to 0.9.0
+  * The Explorer has been extended with some features
+  * Add experimental Fugue integration
+  * Add basic Polars integration
+  * Add .hvplot.explorer() as an alternate entry point to create an explorer
+  * Add the resample_when option to dynamically enable 
datashade/rasterize/downsample
+  * Fix x-limit, y-limit, and rasterize support for geo features
+  * Preparations before the release of Param 2.0 
+  * Drop Python 3.6 and 3.7
+  * More changes, see https://hvplot.holoviz.org/releases.html
+
+---

Old:

  hvplot-0.8.4.tar.gz

New:

  hvplot-0.9.0.tar.gz



Other differences:
--
++ python-hvplot.spec ++
--- /var/tmp/diff_new_pack.kFuhzq/_old  2023-11-14 21:43:48.558345073 +0100
+++ /var/tmp/diff_new_pack.kFuhzq/_new  2023-11-14 21:43:48.558345073 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-hvplot
-Version:0.8.4
+Version:0.9.0
 Release:0
 Summary:High-level plotting API for the PyData ecosystem built on 
HoloViews
 License:BSD-3-Clause

++ hvplot-0.8.4.tar.gz -> hvplot-0.9.0.tar.gz ++
 8623 lines of diff (skipped)


commit python-hvplot for openSUSE:Factory

2023-06-11 Thread Source-Sync
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 2023-06-11 19:54:27

Comparing /work/SRC/openSUSE:Factory/python-hvplot (Old)
 and  /work/SRC/openSUSE:Factory/.python-hvplot.new.15902 (New)


Package is "python-hvplot"

Sun Jun 11 19:54:27 2023 rev:14 rq:1091745 version:0.8.4

Changes:

--- /work/SRC/openSUSE:Factory/python-hvplot/python-hvplot.changes  
2023-04-05 21:35:48.090618615 +0200
+++ /work/SRC/openSUSE:Factory/.python-hvplot.new.15902/python-hvplot.changes   
2023-06-11 19:57:18.503893536 +0200
@@ -1,0 +2,14 @@
+Thu Jun  8 12:26:27 UTC 2023 - Ben Greiner 
+
+- Update to 0.8.4
+  * Fix .interactive layout compatibility with Bokeh 3 (1076)
+  * Fix usage with intake (1052)
+  * Fix deprecated usage of Param 2.0 (1064)
+  * Fix projection when xlim/ylim provided (1053)
+  * Fix interpretation of positional arg with geopandas, now used
+as color (1056)
+  * Fix import error messages for geo dependencies (1054)
+  * Fix usage of hover for geometries - make it less likely to fail
+(1055)
+
+---

Old:

  hvplot-0.8.3.tar.gz

New:

  hvplot-0.8.4.tar.gz



Other differences:
--
++ python-hvplot.spec ++
--- /var/tmp/diff_new_pack.tduzqL/_old  2023-06-11 19:57:19.555899880 +0200
+++ /var/tmp/diff_new_pack.tduzqL/_new  2023-06-11 19:57:19.559899904 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-hvplot
-Version:0.8.3
+Version:0.8.4
 Release:0
 Summary:High-level plotting API for the PyData ecosystem built on 
HoloViews
 License:BSD-3-Clause
@@ -27,13 +27,12 @@
 # Test data. Bump the commit whenever you bump this version
 Source1:
https://github.com/pydata/xarray-data/archive/7d8290e0be9d2a8f4b4381641f20a97db6eaea3d.tar.gz#/xarray-data.tar.gz
 Source100:  python-hvplot-rpmlintrc
-BuildRequires:  %{python_module param >= 1.6.1}
+BuildRequires:  %{python_module param >= 1.9}
 BuildRequires:  %{python_module pyct >= 0.4.4}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-# https://github.com/holoviz/hvplot/issues/970
-Requires:   (python-bokeh >= 1.0.0 with python-bokeh < 2.5)
+Requires:   python-bokeh >= 1.0.0
 Requires:   python-colorcet >= 2
 Requires:   python-holoviews >= 1.11.0
 Requires:   python-numpy >= 1.15
@@ -66,9 +65,10 @@
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module Pillow}
-BuildRequires:  %{python_module bokeh >= 1.0.0 with %python-bokeh < 2.5}
+BuildRequires:  %{python_module bokeh >= 1.0.0}
 BuildRequires:  %{python_module colorcet >= 2}
 BuildRequires:  %{python_module dask}
+BuildRequires:  %{python_module datashader}
 BuildRequires:  %{python_module holoviews >= 1.11.0}
 BuildRequires:  %{python_module ipywidgets}
 BuildRequires:  %{python_module networkx}
@@ -84,8 +84,7 @@
 BuildRequires:  %{python_module scipy}
 BuildRequires:  %{python_module selenium}
 BuildRequires:  %{python_module streamz >= 0.3.0}
-BuildRequires:  %{python_module xarray if %python-base >= 3.9}
-BuildRequires:  %{python_module datashader if (%python-base >= 3.9 with 
%python-base < 3.11)}
+BuildRequires:  %{python_module xarray}
 # /SECTION
 %python_subpackages
 

++ hvplot-0.8.3.tar.gz -> hvplot-0.8.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hvplot-0.8.3/PKG-INFO new/hvplot-0.8.4/PKG-INFO
--- old/hvplot-0.8.3/PKG-INFO   2023-03-17 12:17:18.0 +0100
+++ new/hvplot-0.8.4/PKG-INFO   2023-06-05 20:43:58.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: hvplot
-Version: 0.8.3
+Version: 0.8.4
 Summary: A high-level plotting API for the PyData ecosystem built on HoloViews.
 Home-page: https://hvplot.pyviz.org
 Author: Philipp Rudiger
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hvplot-0.8.3/hvplot/.version 
new/hvplot-0.8.4/hvplot/.version
--- old/hvplot-0.8.3/hvplot/.version2023-03-17 12:17:17.0 +0100
+++ new/hvplot-0.8.4/hvplot/.version2023-06-05 20:43:58.0 +0200
@@ -1 +1 @@
-{"git_describe": "v0.8.3-0-gfe39eff", "version_string": "0.8.3"}
\ No newline at end of file
+{"git_describe": "v0.8.4-0-gd336e11", "version_string": "0.8.4"}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hvplot-0.8.3/hvplot/converter.py 
new/hvplot-0.8.4/hvplot/converter.py
--- old/hvplot-0.8.3/hvplot/converter.py2023-03-17 12:10:46.0 
+0100
+++ new/hvplot-0.8.4/hvplot/converter.py2023-06-05 

commit python-hvplot for openSUSE:Factory

2023-04-05 Thread Source-Sync
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 2023-04-05 21:28:14

Comparing /work/SRC/openSUSE:Factory/python-hvplot (Old)
 and  /work/SRC/openSUSE:Factory/.python-hvplot.new.19717 (New)


Package is "python-hvplot"

Wed Apr  5 21:28:14 2023 rev:13 rq:1077446 version:0.8.3

Changes:

--- /work/SRC/openSUSE:Factory/python-hvplot/python-hvplot.changes  
2023-02-07 18:49:57.483413188 +0100
+++ /work/SRC/openSUSE:Factory/.python-hvplot.new.19717/python-hvplot.changes   
2023-04-05 21:35:48.090618615 +0200
@@ -1,0 +2,16 @@
+Sat Apr  1 19:45:30 UTC 2023 - Ben Greiner 
+
+- Update to 0.8.3
+  * Allow .hvplot to execute the ibis backend (#990)
+  * Improve package name in error message (#1005)
+  * Let process_crs try a few approaches before raising error
+(#1026)
+  * Fix label on unnamed data array (#1025)
+  * Only use xarray long_name metadata if it is a string (#1031)
+  * Replace deprecated Param methods (#1030)
+  * Ensure interactive pipeline is not re-executed needlessly
+(#1029)
+  * Fixes subplots=True for geo=True and by (#761)
+  * Force column names to string (#1042)
+
+---

Old:

  hvplot-0.8.2.tar.gz

New:

  hvplot-0.8.3.tar.gz



Other differences:
--
++ python-hvplot.spec ++
--- /var/tmp/diff_new_pack.GAGl6p/_old  2023-04-05 21:35:49.658627565 +0200
+++ /var/tmp/diff_new_pack.GAGl6p/_new  2023-04-05 21:35:49.670627633 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-hvplot
-Version:0.8.2
+Version:0.8.3
 Release:0
 Summary:High-level plotting API for the PyData ecosystem built on 
HoloViews
 License:BSD-3-Clause
@@ -39,6 +39,8 @@
 Requires:   python-numpy >= 1.15
 Requires:   python-packaging
 Requires:   python-pandas
+Requires:   python-panel >= 0.11.0
+Requires:   python-param >= 1.9
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
 Recommends: python-Pillow
@@ -67,21 +69,23 @@
 BuildRequires:  %{python_module bokeh >= 1.0.0 with %python-bokeh < 2.5}
 BuildRequires:  %{python_module colorcet >= 2}
 BuildRequires:  %{python_module dask}
-BuildRequires:  %{python_module datashader}
 BuildRequires:  %{python_module holoviews >= 1.11.0}
 BuildRequires:  %{python_module ipywidgets}
 BuildRequires:  %{python_module networkx}
 BuildRequires:  %{python_module numpy >= 1.7}
 BuildRequires:  %{python_module pandas}
-BuildRequires:  %{python_module param >= 1.6.1}
+BuildRequires:  %{python_module panel >= 0.11.0}
+BuildRequires:  %{python_module param >= 1.9.0}
 BuildRequires:  %{python_module parameterized}
 BuildRequires:  %{python_module plotly}
 BuildRequires:  %{python_module pooch}
+BuildRequires:  %{python_module pytest-xdist}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module scipy}
 BuildRequires:  %{python_module selenium}
 BuildRequires:  %{python_module streamz >= 0.3.0}
-BuildRequires:  %{python_module xarray}
+BuildRequires:  %{python_module xarray if %python-base >= 3.9}
+BuildRequires:  %{python_module datashader if (%python-base >= 3.9 with 
%python-base < 3.11)}
 # /SECTION
 %python_subpackages
 
@@ -98,6 +102,8 @@
 pushd cache/xarray_tutorial_data
 tar -x -f %{SOURCE1} --strip-components=1
 popd
+sed -i "s/import xarray as xr/import pytest; xr = 
pytest.importorskip('xarray')/" hvplot/tests/test*.py
+sed -i "s/import hvplot.xarray/import pytest; xarray = 
pytest.importorskip('xarray')/" hvplot/tests/testinteractive.py
 
 %build
 %python_build
@@ -120,7 +126,7 @@
   donttest+=" or test_xlim_affects_x_range"
   donttest+=" or test_plot_resolution_with_rasterize"
 fi
-%pytest hvplot/tests/test* -ra -k "not ($donttest)"
+%pytest hvplot/tests/test* -n auto -ra -k "not ($donttest)"
 
 %files %{python_files}
 %doc README.md

++ hvplot-0.8.2.tar.gz -> hvplot-0.8.3.tar.gz ++
 2271 lines of diff (skipped)


commit python-hvplot for openSUSE:Factory

2023-02-07 Thread Source-Sync
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 2023-02-07 18:49:55

Comparing /work/SRC/openSUSE:Factory/python-hvplot (Old)
 and  /work/SRC/openSUSE:Factory/.python-hvplot.new.4462 (New)


Package is "python-hvplot"

Tue Feb  7 18:49:55 2023 rev:12 rq:1063602 version:0.8.2

Changes:

--- /work/SRC/openSUSE:Factory/python-hvplot/python-hvplot.changes  
2022-11-24 14:24:41.480979594 +0100
+++ /work/SRC/openSUSE:Factory/.python-hvplot.new.4462/python-hvplot.changes
2023-02-07 18:49:57.483413188 +0100
@@ -1,0 +2,30 @@
+Tue Feb  7 09:05:39 UTC 2023 - Daniel Garcia 
+
+- Update to 0.8.2
+  ## Dependencies:
+  * Add Panel lower pin to ensure Bokeh 3 is not installed (#974)
+  ## Interactive:
+  * Support slice (#776)
+  ## Plot:
+  * Convert DataFrame columns with type RangeIndex to strings to ensure
+compatibility with HoloViews (#932)
+  * Ensure that xarray dataset metadata propagates to NdOverlays (#930)
+  * Support rioxarray (#905)
+  * Improve error message mentionning pyproj (#950)
+  ## Explorer:
+  * Don't error on datetime-like axis (#968)
+  * Don't use xlim/ylim slider if start and end values are identical (#966)
+  ## Documentation:
+  * New and updated docstrings (#892, #863)
+  * Improve the landing page (#874, #903, #876)
+  * Change http to https (#873)
+  * Add intended rolling_window param into pipeline (#944)
+  * Updates the README (#817)
+  * Miscellaneous documentation improvements (#866, #887, #910)
+  ## Development:
+  * Add pre-commit to format and lint the code on commits (#967)
+  ## CI:
+  * Miscellaneous fixes and improvements (#867, #922, #947, #948, #949, #960,
+#977)
+
+---

Old:

  hvplot-0.8.1.tar.gz

New:

  hvplot-0.8.2.tar.gz



Other differences:
--
++ python-hvplot.spec ++
--- /var/tmp/diff_new_pack.P5NSQ3/_old  2023-02-07 18:49:58.431418283 +0100
+++ /var/tmp/diff_new_pack.P5NSQ3/_new  2023-02-07 18:49:58.483418563 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-hvplot
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-hvplot
-Version:0.8.1
+Version:0.8.2
 Release:0
 Summary:High-level plotting API for the PyData ecosystem built on 
HoloViews
 License:BSD-3-Clause

++ hvplot-0.8.1.tar.gz -> hvplot-0.8.2.tar.gz ++
 4512 lines of diff (skipped)


commit python-hvplot for openSUSE:Factory

2022-11-24 Thread Source-Sync
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 2022-11-24 14:24:40

Comparing /work/SRC/openSUSE:Factory/python-hvplot (Old)
 and  /work/SRC/openSUSE:Factory/.python-hvplot.new.1597 (New)


Package is "python-hvplot"

Thu Nov 24 14:24:40 2022 rev:11 rq:1037584 version:0.8.1

Changes:

--- /work/SRC/openSUSE:Factory/python-hvplot/python-hvplot.changes  
2022-02-03 23:17:34.608166216 +0100
+++ /work/SRC/openSUSE:Factory/.python-hvplot.new.1597/python-hvplot.changes
2022-11-24 14:24:41.480979594 +0100
@@ -1,0 +2,81 @@
+Tue Nov 22 18:37:24 UTC 2022 - Ben Greiner 
+
+- Update to 0.8.1
+  ## Interactive:
+  * Set interactive function to lazy to avoid calling it twice
+(772)
+  * Add support for hvplot kind accessor (781, 858)
+  * Add more tests to Interactive and some comments (812)
+  * Fixes to the operators implemented by Interactive (814)
+  * Propagate max_rows (815)
+  * Only register the function parameters watchers once (818)
+  * Do not re-execute transform on copied clones (833)
+  * Internal callback made dependent only when parameters are found
+(857)
+  ## Explorer:
+  * Make the explorer easier to use (799)
+  * Enhancement to Fields tab in explorer (811)
+  * Remove the marker styling option of the explorer (809)
+  ## Plot:
+  * Make rescale_discrete_levels a plot option (758)
+  * Ensure that dataframes with multiple columns are categorically
+shaded (759)
+  * Display a color bar when rasterize is enabled (782)
+  * Update the expected DataSet plot title after xarray 2022.6.0
+(795)
+  * Set categorically shaded when there's more than one variable
+(843)
+  * Clone GeoViews' features (850)
+  * Documentation:
+  * Add new and improve existing docstrings (793, 826, 827, 822)
+  * Update developer install instructions (794)
+  * Rework the landing page and add a Getting started guide (838)
+  ## Misc:
+  * No longer use basestring from holoviews.core.util (757)
+  * Ensure that repr is initialized on hvplot backend import (774)
+  * Add RGB test data (779)
+  * Add flatten utility function (798)
+- Release 0.8.0
+  ## Main new features:
+  * Add ability to call interactive on bound functions (#720)
+  * Add support to the Matplotlib and Plotly backends (#653)
+  * Add the hvPlotExplorer, a Panel UI component designed to
+explore data (#638, #639, #651, #710, #726)
+  ## Enhancements:
+  * Interactive:
+- Allow using getitem on an accessor in interactive (#633)
+- Allow attribute access on ufunc on interactive (#635)
+- Enhancements for interactive API (#640)
+- Flatten op_args to be able to find nested widgets (#699)
+  * Allow dynspread to be used with rasterize (#637)
+  * Add a title to xarray plots with scalar coords (#659)
+  * Adding datashade and rasterize options to scatter_matrix (#495)
+  * Update the default internal value of clim to support Matplotlib
+(#679)
+  * Ensure bokeh/panel extension is loaded only once (#686)
+  * Add support for planar layout from Networkx (#700)
+  * Wrap color in hv.dim when it matches a dimension/column (#717)
+  * Expose datashader line_width and rescale_discrete_levels
+options (#731)
+  * Improve array-like handling for x and y inputs (#714)
+  ## Fixes:
+  * Interactive:
+- Interactive fixes (#630)
+- Fix for interactive transform (#632)
+- Fix issue with accessors on interactive (#641)
+- Consistently dereference attribute access (#642)
+  * State that the data cannot be symmetric if it's empty (#680)
+  * Disable hover on errorbars plot (#721)
+  * Fix application of the scale argument for geoviews features
+(#725)
+  ## Maintenance:
+  * Drop support for py2.7, min supported version is py3.6 now
+(#702)
+  * Switch to Pytest and run the CI on Python 3.6, 3.8 and 3.9
+(#703)
+  * Changed to packaging.version (#708)
+  * Fix a broken test due to PROJ unexpectedly matching a normal
+string (#660)
+- Add upper pin for bokeh, gh#holoviz/hvplot#970
+
+---

Old:

  hvplot-0.7.3.tar.gz

New:

  hvplot-0.8.1.tar.gz



Other differences:
--
++ python-hvplot.spec ++
--- /var/tmp/diff_new_pack.DComNo/_old  2022-11-24 14:24:44.784997120 +0100
+++ /var/tmp/diff_new_pack.DComNo/_new  2022-11-24 14:24:44.792997163 +0100
@@ -16,28 +16,28 @@
 #
 
 
-%{?!python_module:%define python_module() python3-%{**}}
-%define skip_python2 1
 Name:   python-hvplot
-Version:0.7.3
+Version:0.8.1
 Release:0
 Summary:High-level plotting API for the PyData ecosystem built on 
HoloViews
 License:BSD-3-Clause
 Group:

commit python-hvplot for openSUSE:Factory

2022-02-03 Thread Source-Sync
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 2022-02-03 23:16:39

Comparing /work/SRC/openSUSE:Factory/python-hvplot (Old)
 and  /work/SRC/openSUSE:Factory/.python-hvplot.new.1898 (New)


Package is "python-hvplot"

Thu Feb  3 23:16:39 2022 rev:10 rq:950555 version:0.7.3

Changes:

--- /work/SRC/openSUSE:Factory/python-hvplot/python-hvplot.changes  
2021-09-25 22:51:25.039347031 +0200
+++ /work/SRC/openSUSE:Factory/.python-hvplot.new.1898/python-hvplot.changes
2022-02-03 23:17:34.608166216 +0100
@@ -1,0 +2,5 @@
+Mon Jan 31 20:33:03 UTC 2022 - Ben Greiner 
+
+- Don't test with python310-dask: not supported yet
+
+---



Other differences:
--
++ python-hvplot.spec ++
--- /var/tmp/diff_new_pack.svteYp/_old  2022-02-03 23:17:35.316161384 +0100
+++ /var/tmp/diff_new_pack.svteYp/_new  2022-02-03 23:17:35.320161357 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-hvplot
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,8 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
-# NEP 29: python36-numpy is no longer available on Tumbleweed
-%define skip_python36 1
 Name:   python-hvplot
 Version:0.7.3
 Release:0
@@ -68,8 +66,8 @@
 BuildRequires:  %{python_module Pillow}
 BuildRequires:  %{python_module bokeh >= 1.0.0}
 BuildRequires:  %{python_module colorcet >= 2}
-BuildRequires:  %{python_module dask}
-BuildRequires:  %{python_module datashader >= 0.6.5}
+BuildRequires:  %{python_module dask if %python-base < 3.10}
+BuildRequires:  %{python_module datashader >= 0.6.5 if %python-base < 3.10}
 BuildRequires:  %{python_module holoviews >= 1.11.0}
 BuildRequires:  %{python_module networkx}
 BuildRequires:  %{python_module numpy >= 1.7}


commit python-hvplot for openSUSE:Factory

2021-09-25 Thread Source-Sync
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-09-25 22:51:22

Comparing /work/SRC/openSUSE:Factory/python-hvplot (Old)
 and  /work/SRC/openSUSE:Factory/.python-hvplot.new.1899 (New)


Package is "python-hvplot"

Sat Sep 25 22:51:22 2021 rev:9 rq:921149 version:0.7.3

Changes:

--- /work/SRC/openSUSE:Factory/python-hvplot/python-hvplot.changes  
2021-07-22 22:44:00.359149323 +0200
+++ /work/SRC/openSUSE:Factory/.python-hvplot.new.1899/python-hvplot.changes
2021-09-25 22:51:25.039347031 +0200
@@ -1,0 +2,15 @@
+Thu Sep 23 13:00:03 UTC 2021 - Ben Greiner 
+
+- Update to 0.7.3
+  * Improved .interactive Dataframe support: max_rows display,
+column access (#640)
+  * Improved accessor and attribute behavior for .interactive
+(#633, #635, #641, #642)
+  * Add .holoviews() terminal method to .interactive pipelines
+  * Add support for kwargs to .interactive.layout
+  * Misc fixes to .interactive API (#630, #632)
+  * Allow dynspread=True to be used with rasterize=True (now that
+Datashader supports it)
+- remove unnecessary no-network.patch
+
+---
@@ -4,0 +20,39 @@
+
+---
+Tue May 25 10:10:08 UTC 2021 - Matej Cepl 
+
+- Update to 0.7.2:
+  - Add support for geographic features (#622)
+  - Added support for OHLC plot (#623)
+  - Add Ibis backend, providing hvPlot features for lazy SQL
+queries (#507)
+  - Support setting options for diagonal plots in scatter_matrix
+(#602)
+  - Take group_label from columns if available (#615)
+  - Add kwargs to interactive.layout()
+  - Fix support for clim on contours (#587)
+  - Adding default coordinates to datasets with missing coords
+(#605)
+  - Do not plot streamz example point (#614)
+  - Fix passing in multiple z-values (#616)
+  - Ensure violin and boxplot color is applied (#619)
+  - Ensure categorical colormapping is applied during datashade
+(#621)
+  - Switch default tile source to OSM (since Wikipedia tiles are
+no longer available) (#610)
+  - Correctly document .hist rather than .histogram (#571)
+  - Use strings rather than bytes when referring to airplane
+dataset columns (#538)
+  - Preserve function signature and docstring in
+with_hv_extension (#601)
+  - Add hover_cols example (#612)
+  - Switch to pydata sphinx theme (#613)
+  - Update available options in customization docs (#620)
+  - Add hover='vline' hover='hline' options to expose Bokeh HoverTool mode 
(#493)
+  - Support streaming plots from HoloViews streams (not needing
+a streamz source) (#542)
+  - Misc: GitHub Actions (#568), melting wide data (#566), 'by'
+columns (#565), NetworkX (#549), cycles for continuous
+colormaps (#548), interactivity warning (#550)
+- Add no-network.patch to allow testing without a network
+  connection (gh#holoviz/hvplot#662).

Old:

  hvplot-0.7.0.tar.gz

New:

  hvplot-0.7.3.tar.gz



Other differences:
--
++ python-hvplot.spec ++
--- /var/tmp/diff_new_pack.bDA6Qc/_old  2021-09-25 22:51:26.379348736 +0200
+++ /var/tmp/diff_new_pack.bDA6Qc/_new  2021-09-25 22:51:26.383348742 +0200
@@ -21,7 +21,7 @@
 # NEP 29: python36-numpy is no longer available on Tumbleweed
 %define skip_python36 1
 Name:   python-hvplot
-Version:0.7.0
+Version:0.7.3
 Release:0
 Summary:High-level plotting API for the PyData ecosystem built on 
HoloViews
 License:BSD-3-Clause
@@ -72,7 +72,7 @@
 BuildRequires:  %{python_module datashader >= 0.6.5}
 BuildRequires:  %{python_module holoviews >= 1.11.0}
 BuildRequires:  %{python_module networkx}
-BuildRequires:  %{python_module numpy >= 1.15}
+BuildRequires:  %{python_module numpy >= 1.7}
 BuildRequires:  %{python_module pandas}
 BuildRequires:  %{python_module param >= 1.6.1}
 BuildRequires:  %{python_module parameterized}
@@ -93,9 +93,8 @@
 plot APIs is offered, or it can be used as a standalone component.
 
 %prep
-%setup -q -n hvplot-%{version} -a1
-mkdir cache
-mv xarray-data-master cache/xarray_tutorial_data
+%autosetup -p1 -n hvplot-%{version}
+tar -x -f %{SOURCE1} 
--transform='s/xarray-data-master/cache\/xarray_tutorial_data/'
 
 %build
 %python_build

++ hvplot-0.7.0.tar.gz -> hvplot-0.7.3.tar.gz ++
 10224 lines of diff (skipped)

++ xarray-data.tar.gz ++
/work/SRC/openSUSE:Factory/python-hvplot/xarray-data.tar.gz 
/work/SRC/openSUSE:Factory/.python-hvplot.new.1899/xarray-data.tar.gz differ: 
char 14, line 1


commit python-hvplot for openSUSE:Factory

2021-07-22 Thread Source-Sync
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 
+
+- 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"


commit python-hvplot for openSUSE:Factory

2021-02-15 Thread Source-Sync
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-02-15 23:18:40

Comparing /work/SRC/openSUSE:Factory/python-hvplot (Old)
 and  /work/SRC/openSUSE:Factory/.python-hvplot.new.28504 (New)


Package is "python-hvplot"

Mon Feb 15 23:18:40 2021 rev:7 rq:872002 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-hvplot/python-hvplot.changes  
2020-06-24 15:50:10.660729849 +0200
+++ /work/SRC/openSUSE:Factory/.python-hvplot.new.28504/python-hvplot.changes   
2021-02-15 23:20:56.403811597 +0100
@@ -1,0 +2,27 @@
+Sat Feb 13 10:37:40 UTC 2021 - Ben Greiner 
+
+- Update to version 0.7.0
+  Major new features:
+  * Powerful new .interactive() API for building easy apps (#505,
+#523)
+  * New transforms argument to transform data in .hvplot() calls 
+(#526)
+  Other new features and enhancements:
+  * Support passing geographic projections as strings (#372)
+  * Improved data selection, e.g. for filtering on metadata (#522)
+  * Provide color_key to datashade as well as cmap, for convenience
+(#525)
+  * Update param warnings to new API (#528)
+  Bug fixes:
+  * Fix for specifying hover_cols (#504)
+  * Remove outdated reference to __main__ console script (#494)
+  * Misc doc fixes, including to Streaming.ipynb (#481, #511)
+  * Handle node_shape for networkx (#527)
+- Skip python36 build: python36-numpy is being removed from TW
+  (NEP 29)
+- Enable test suite
+  * Use xarray-data.tar.gz
+  * Skip tests not working on 32-bit gh#holoviz/hvplot#560
+- No more entrypoint
+
+---

Old:

  hvplot-0.6.0.tar.gz

New:

  hvplot-0.7.0.tar.gz
  xarray-data.tar.gz



Other differences:
--
++ python-hvplot.spec ++
--- /var/tmp/diff_new_pack.aAcj9n/_old  2021-02-15 23:20:57.931813879 +0100
+++ /var/tmp/diff_new_pack.aAcj9n/_new  2021-02-15 23:20:57.935813884 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-hvplot
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,20 +18,28 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
+# NEP 29: python36-numpy is no longer available on Tumbleweed
+%define skip_python36 1
 Name:   python-hvplot
-Version:0.6.0
+Version:0.7.0
 Release:0
 Summary:High-level plotting API for the PyData ecosystem built on 
HoloViews
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 URL:https://github.com/pyviz/hvplot
 Source0:
https://files.pythonhosted.org/packages/source/h/hvplot/hvplot-%{version}.tar.gz
+# Test data
+Source1:
https://github.com/pydata/xarray-data/archive/master.tar.gz#/xarray-data.tar.gz
 Source100:  python-hvplot-rpmlintrc
+BuildRequires:  %{python_module param >= 1.6.1}
+BuildRequires:  %{python_module pyct >= 0.4.4}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-bokeh >= 1.0.0
+Requires:   python-colorcet >= 2
 Requires:   python-holoviews >= 1.11.0
+Requires:   python-numpy >= 1.15
 Requires:   python-pandas
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
@@ -39,30 +47,32 @@
 Recommends: python-dask
 Recommends: python-datashader >= 0.6.5
 Recommends: python-geopandas
-Recommends: python-geoviews
 Recommends: python-intake
 Recommends: python-intake-parquet
+Recommends: python-intake-xarray
 Recommends: python-nbsite >= 0.5.1
 Recommends: python-networkx
 Recommends: python-notebook >= 5.4
-Recommends: python-param >= 1.6.1
 Recommends: python-phantomjs
+Recommends: python-rasterio
+Recommends: python-s3fs
 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
 # SECTION test requirements
 BuildRequires:  %{python_module Pillow}
 BuildRequires:  %{python_module bokeh >= 1.0.0}
-BuildRequires:  %{python_module coveralls}
+BuildRequires:  %{python_module colorcet >= 2}
 BuildRequires:  %{python_module dask}
 BuildRequires:  %{python_module datashader >= 0.6.5}
-BuildRequires:  %{python_module flake8}
 BuildRequires:  %{python_module holoviews >= 1.11.0}
-BuildRequires:  %{python_module nbsmoke >= 0.2.0}
 BuildRequires