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 <[email protected]> + +- 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)
