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 2025-12-23 13:44:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hvplot (Old)
 and      /work/SRC/openSUSE:Factory/.python-hvplot.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-hvplot"

Tue Dec 23 13:44:00 2025 rev:21 rq:1323993 version:0.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hvplot/python-hvplot.changes      
2024-09-30 15:40:38.645628928 +0200
+++ /work/SRC/openSUSE:Factory/.python-hvplot.new.1928/python-hvplot.changes    
2025-12-23 13:44:04.212845698 +0100
@@ -1,0 +2,62 @@
+Sun Dec 21 16:46:49 UTC 2025 - Ben Greiner <[email protected]>
+
+- Require holoviews >= 1.21: Not declared upstream but tests fail
+  with a message that selector only works with >= 1.21
+
+-------------------------------------------------------------------
+Sat Dec 20 19:34:40 UTC 2025 - Ben Greiner <[email protected]>
+
+- Update to 0.12.2
+  ## Enhancements:
+  * Automatically convert xlim/ylim to Web Mercator when tiles=True
+    (#1685)
+  * Automatically use y as default text kwarg if only two columns
+    (#1681)
+  ## Bug Fixes:
+  * Fix handling of hv.dim expressions in size and color parameters
+    (#1691)
+  * Exclude internal style columns (_color and _size) from tooltips
+    (#1690)
+- The 0.12.1 release is a patch release that brings a few bugfixes
+  and enhancements, and most importantly adds a new extended
+  Gallery top-level section with about 50 examples, replacing the
+  previous and limited Reference Gallery.
+  ## Enhancements:
+  * hvplot.show supports displaying Param/Panel reactive
+    expressions (#1651)
+  ## Bug Fixes:
+  * Fix error raised when importing sampledata and hvsampledata is
+    not installed (#1649)
+  * Ensure the hist plotting method uses bin_range (#1663)
+- Release 0.12.0
+  * This minor release brings extensive documentation improvements,
+    exposes new HoloViews options, and brings a few bugfixes. Check
+    out the release blog post for a visual overview of the key
+    updates.
+  * Major expansion and improvement of the reference documentation,
+    covering all plotting options and methods
+  * Ability to switch between multiple versions of hvPlot on the
+    website
+  * A new selector option for sample hover info on datashaded
+    plotsunindent.
+  * Toolbar customization with toolbar and autohide_toolbar
+  * Flexible legends with the new legend_cols and legend_opts
+    options
+  * Advanced styling enabled by the backend_opts option
+  * A new sampledata module for easy access to sample datasets
+  * Dropped Python 3.9 support
+  ## Enhancements:
+  * Add the selector option to display sample information on hover
+    for rasterized/datashaded plots (#1585)
+  * Add the toolbar and autohide_toolbar options (#1634)
+  * Add the backend_opts option (#1635)
+  * Add the legend_cols and legend_opts options (#1636)
+  * Add support for log10 binning for histograms with logx and
+    loglog (#1593)
+  * Add the sampledata module (#1628)
+  ## Bug Fixes:
+  * Fix handling CRS translation (#1600)
+  * Remove unused piece of code (#1588)
+  * Minor fixes to andrews_curves (#1563)
+
+-------------------------------------------------------------------

Old:
----
  hvplot-0.11.0.tar.gz

New:
----
  hvplot-0.12.2.tar.gz

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

Other differences:
------------------
++++++ python-hvplot.spec ++++++
--- /var/tmp/diff_new_pack.ndx9JO/_old  2025-12-23 13:44:13.981252700 +0100
+++ /var/tmp/diff_new_pack.ndx9JO/_new  2025-12-23 13:44:13.985252866 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-hvplot
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,24 +27,23 @@
 
 %{?sle15_python_modules_python}
 Name:           python-hvplot%{psuffix}
-Version:        0.11.0
+Version:        0.12.2
 Release:        0
 Summary:        High-level plotting API for the PyData ecosystem built on 
HoloViews
 License:        BSD-3-Clause
 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
-BuildRequires:  %{python_module base >= 3.9}
+Source1:        
https://github.com/pydata/xarray-data/archive/f6f83f99b603fbec09189af8eeae9d3d90267f6c.tar.gz#/xarray-data.tar.gz
+BuildRequires:  %{python_module base >= 3.10}
+BuildRequires:  %{python_module hatch-vcs >= 0.4.0}
+BuildRequires:  %{python_module hatchling >= 1.25.0}
 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 >= 3.1
 Requires:       python-colorcet >= 2
-Requires:       python-holoviews >= 1.19.0
+Requires:       python-holoviews >= 1.21.0
 Requires:       python-numpy >= 1.21
 Requires:       python-packaging
 Requires:       python-pandas >= 1.3
@@ -83,10 +82,12 @@
 ##
 BuildRequires:  %{python_module Pillow}
 BuildRequires:  %{python_module bokeh_sampledata}
+BuildRequires:  %{python_module cftime}
 BuildRequires:  %{python_module dask}
 BuildRequires:  %{python_module datashader}
 BuildRequires:  %{python_module ipywidgets}
 BuildRequires:  %{python_module networkx}
+BuildRequires:  %{python_module numpydoc}
 BuildRequires:  %{python_module parameterized}
 BuildRequires:  %{python_module plotly}
 BuildRequires:  %{python_module pooch}

++++++ hvplot-0.11.0.tar.gz -> hvplot-0.12.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-hvplot/hvplot-0.11.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-hvplot.new.1928/hvplot-0.12.2.tar.gz differ: 
char 4, line 1

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

Reply via email to