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-30 15:40:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-hvplot (Old) and /work/SRC/openSUSE:Factory/.python-hvplot.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hvplot" Mon Sep 30 15:40:15 2024 rev:20 rq:1204573 version:0.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-hvplot/python-hvplot.changes 2024-09-24 17:32:46.163806089 +0200 +++ /work/SRC/openSUSE:Factory/.python-hvplot.new.29891/python-hvplot.changes 2024-09-30 15:40:38.645628928 +0200 @@ -1,0 +2,13 @@ +Sun Sep 29 13:59:12 UTC 2024 - Ben Greiner <[email protected]> + +- Update to 0.11.0 + * New integration: DuckDB! + * Automatic latitude/longitude conversion when displaying a tile + map + * Support for displaying subcoordinate y-axis + * New hover options: hover_tooltips and hover_formatters + * Optimized Pandas index support + * Fixing "No output in jupyter" + * Update of the minimum version of the dependencies + +------------------------------------------------------------------- Old: ---- hvplot-0.10.0.tar.gz New: ---- hvplot-0.11.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-hvplot.spec ++++++ --- /var/tmp/diff_new_pack.G388TK/_old 2024-09-30 15:40:40.025686410 +0200 +++ /var/tmp/diff_new_pack.G388TK/_new 2024-09-30 15:40:40.029686576 +0200 @@ -25,8 +25,9 @@ %bcond_with test %endif +%{?sle15_python_modules_python} Name: python-hvplot%{psuffix} -Version: 0.10.0 +Version: 0.11.0 Release: 0 Summary: High-level plotting API for the PyData ecosystem built on HoloViews License: BSD-3-Clause @@ -34,19 +35,20 @@ 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 +BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-bokeh >= 1.0.0 +Requires: python-bokeh >= 3.1 Requires: python-colorcet >= 2 -Requires: python-holoviews >= 1.11.0 -Requires: python-numpy >= 1.15 +Requires: python-holoviews >= 1.19.0 +Requires: python-numpy >= 1.21 Requires: python-packaging -Requires: python-pandas -Requires: python-panel >= 0.11.0 +Requires: python-pandas >= 1.3 +Requires: python-panel >= 1.0 Requires: (python-param >= 1.12 with python-param < 3) Requires(post): update-alternatives Requires(postun): update-alternatives @@ -70,12 +72,17 @@ Recommends: python-spatialpandas Recommends: python-streamz >= 0.3.0 Recommends: python-xarray +Suggests: python-duckdb +Suggests: python-pyproj +Suggests: python-cartopy +Suggests: python-geoviews BuildArch: noarch %if %{with test} ## BuildRequires: %{python_module hvplot = %{version}} ## BuildRequires: %{python_module Pillow} +BuildRequires: %{python_module bokeh_sampledata} BuildRequires: %{python_module dask} BuildRequires: %{python_module datashader} BuildRequires: %{python_module ipywidgets} @@ -83,12 +90,17 @@ BuildRequires: %{python_module parameterized} BuildRequires: %{python_module plotly} BuildRequires: %{python_module pooch} +BuildRequires: %{python_module psutil} 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} +# Only pyproj of the triple available +#BuildRequires: %%{python_module pyproj} +#BuildRequires: %%{python_module cartopy} +#BuildRequires: %%{python_module geoviews} %endif %python_subpackages @@ -121,6 +133,8 @@ export XDG_CACHE_HOME=$(pwd)/cache # no network donttest="test_urls" +# not all packages for geographic projection support +donttest="$donttest or test_check_crs or test_explorer_geo_revise_kind" # 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" ++++++ hvplot-0.10.0.tar.gz -> hvplot-0.11.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-hvplot/hvplot-0.10.0.tar.gz /work/SRC/openSUSE:Factory/.python-hvplot.new.29891/hvplot-0.11.0.tar.gz differ: char 5, line 1
