Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-holoviews for
openSUSE:Factory checked in at 2021-04-10 15:27:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-holoviews (Old)
and /work/SRC/openSUSE:Factory/.python-holoviews.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-holoviews"
Sat Apr 10 15:27:03 2021 rev:29 rq:884078 version:1.14.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-holoviews/python-holoviews.changes
2021-02-11 12:52:53.741960543 +0100
+++
/work/SRC/openSUSE:Factory/.python-holoviews.new.2401/python-holoviews.changes
2021-04-10 15:28:05.570428958 +0200
@@ -1,0 +2,66 @@
+Fri Apr 9 09:43:43 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to version 1.14.3
+ Enhancements:
+ * Allow applying linked selections to chained DynamicMap (#4870)
+ * Issuing improved error message when __radd__ called with an
+ integer (#4868)
+ * Implement MultiInterface.assign (#4880)
+ * Handle tuple unit on xarray attribute (#4881)
+ * Support selection masks and expressions on gridded data (#4882)
+ Bug fixes:
+ * Handle empty renderers when merging HoverTool.renderers (#4856)
+ Compatibility:
+ * Support matplotlib versions >=3.4 (#4878)
+- Skip tests not taking into account new functionality with
+ matplotlib 3.4.1 -- gh#holoviz/holoviews#4886
+
+-------------------------------------------------------------------
+Thu Mar 4 23:52:33 UTC 2021 - Atri Bhattacharya <[email protected]>
+
+- Update to version 1.14.2:
+ * Enhancements:
+ - Bokeh 2.3 compatibility (gh#holoviz/holoviews#4805,
+ gh#holoviz/holoviews#4809).
+ - Supporting dictionary streams parameter in DynamicMaps and
+ operations (gh#holoviz/holoviews#4787,
+ gh#holoviz/holoviews#4818, gh#holoviz/holoviews#4822).
+ - Support spatialpandas DaskGeoDataFrame
+ (gh#holoviz/holoviews#4792).
+ - Disable zoom on axis for geographic plots
+ (gh#holoviz/holoviews#4812
+ - Add support for non-aligned data in Area stack classmethod
+ (gh#holoviz/holoviews#4836).
+ - Handle arrays and datetime ticks
+ (gh#holoviz/holoviews#4831).
+ - Support single-value numpy array as input to HLine and VLine
+ (gh#holoviz/holoviews#4798).
+ * Bug fixes:
+ - Ensure link_inputs parameter on operations is passed to
+ apply (gh#holoviz/holoviews#4795).
+ - Fix for muted option on overlaid Bokeh plots
+ (gh#holoviz/holoviews#4830).
+ - Check for nested dim dependencies
+ (gh#holoviz/holoviews#4785).
+ - Fixed np.nanmax call when computing ranges
+ (gh#holoviz/holoviews#4847).
+ - Fix for Dimension pickling (gh#holoviz/holoviews#4843).
+ - Fixes for dask backed elements in plotting
+ (gh#holoviz/holoviews#4813).
+ - Handle isfinite for NumPy and Pandas masked arrays
+ (gh#holoviz/holoviews#4817).
+ - Fix plotting Graph on top of Tiles/Annotation
+ (gh#holoviz/holoviews#4828).
+ - Miscellaneous fixes for the Bokeh plotting extension
+ (gh#holoviz/holoviews#4814, gh#holoviz/holoviews#4839).
+ - Miscellaneous fixes for index based linked selections
+ (gh#holoviz/holoviews#4776).
+ * Documentation:
+ - Expanded on Tap Stream example in Reference Gallery
+ (gh#holoviz/holoviews#4782).
+ - Miscellaneous typo and broken link fixes
+ (gh#holoviz/holoviews#4783, gh#holoviz/holoviews#4827,
+ gh#holoviz/holoviews#4844, gh#holoviz/holoviews#4811).
+- Drop holoviews-pr4803-dask2021.patch: upstreamed.
+
+-------------------------------------------------------------------
Old:
----
holoviews-1.14.1.tar.gz
holoviews-pr4803-dask2021.patch
New:
----
holoviews-1.14.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-holoviews.spec ++++++
--- /var/tmp/diff_new_pack.DarBOR/_old 2021-04-10 15:28:06.154429645 +0200
+++ /var/tmp/diff_new_pack.DarBOR/_new 2021-04-10 15:28:06.158429650 +0200
@@ -21,15 +21,13 @@
# NEP 29: NumPy dropped Python 3.6
%define skip_python36 1
Name: python-holoviews
-Version: 1.14.1
+Version: 1.14.3
Release: 0
Summary: Composable, declarative visualizations for Python
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/holoviz/holoviews
Source0:
https://files.pythonhosted.org/packages/source/h/holoviews/holoviews-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM gh#holoviz/holoviews#4803 support dask 2021.1
-Patch0:
https://github.com/holoviz/holoviews/pull/4803.patch#/holoviews-pr4803-dask2021.patch
# PATCH-FEATURE-UPSTREAM remove_nose.patch gh#holoviz/holoviews#4621
[email protected]
Patch1: remove_nose.patch
BuildRequires: %{python_module colorcet}
@@ -38,7 +36,7 @@
BuildRequires: %{python_module panel >= 0.8.0}
BuildRequires: %{python_module param >= 1.9.3}
BuildRequires: %{python_module pyct >= 0.4.4}
-BuildRequires: %{python_module pyviz-comms >= 0.7.3}
+BuildRequires: %{python_module pyviz-comms >= 0.7.4}
BuildRequires: %{python_module setuptools >= 30.3.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -47,13 +45,13 @@
Requires: python-pandas
Requires: python-panel >= 0.8.0
Requires: python-param >= 1.9.3
-Requires: python-pyviz-comms >= 0.7.3
+Requires: python-pyviz-comms >= 0.7.4
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
+Recommends: python-bokeh >= 1.1.0
Recommends: python-ipython >= 5.4.0
-Recommends: python-notebook
Recommends: python-matplotlib >= 2.2
-Recommends: python-bokeh >= 1.1.0
+Recommends: python-notebook
Recommends: python-pscript >= 0.7.1
Suggests: python-networkx
Suggests: python-Pillow
@@ -234,6 +232,11 @@
donttest+=" or (TestSpikesPlot and test_spikes_padding_datetime_square)"
donttest+=" or (TestVectorFieldPlot and test_vectorfield_line_width_op_update)"
donttest+=" or (TestVectorFieldPlot and test_vectorfield_line_width_op)"
+# These fail with matplotlib 3.4.1 because they check for the wrong exceptions
-- gh#holoviz/holoviews#4886
+donttest+=" or (TestErrorBarPlot and test_errorbars_color_op)"
+donttest+=" or (TestErrorBarPlot and test_errorbars_color_op_update)"
+donttest+=" or (TestMplGraphPlot and test_graph_op_node_alpha)"
+donttest+=" or (TestMplTriMeshPlot and test_trimesh_op_node_alpha)"
# These fail on 32-bit -- gh#holoviz/holoviews#4778
if [[ $(getconf LONG_BIT) == 32 ]]; then
++++++ holoviews-1.14.1.tar.gz -> holoviews-1.14.3.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-holoviews/holoviews-1.14.1.tar.gz
/work/SRC/openSUSE:Factory/.python-holoviews.new.2401/holoviews-1.14.3.tar.gz
differ: char 5, line 1