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 <c...@bnavigator.de> + +- 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)