Hello community,

here is the log from the commit of package python-holoviews for 
openSUSE:Factory checked in at 2018-05-17 19:33:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-holoviews (Old)
 and      /work/SRC/openSUSE:Factory/.python-holoviews.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-holoviews"

Thu May 17 19:33:29 2018 rev:7 rq:610101 version:1.10.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-holoviews/python-holoviews.changes        
2018-05-01 23:36:37.596163620 +0200
+++ /work/SRC/openSUSE:Factory/.python-holoviews.new/python-holoviews.changes   
2018-05-17 19:33:30.822835673 +0200
@@ -1,0 +2,21 @@
+Thu May 10 15:13:10 UTC 2018 - [email protected]
+
+- update to version 1.10.3:
+  * Enhancement:
+    + The dimensions of elements may now be changed allowing updates
+      to axis labels and table column headers (#2666)
+  * Fixes:
+    + Fix for labelled plot option (#2643)
+    + Optimized initialization of dynamic plots specifying a large
+      parameter space (#2646)
+    + Fixed unicode and reversed axis slicing issues in
+      XArrayInterface (#2658, #2653)
+    + Fixed widget sorting issues when applying dynamic groupby
+      (#2641)
+  * API:
+    + The PlotReset reset parameter was renamed to resetting to avoid
+      clash with a method (#2665)
+    + PolyDraw tool data parameter now always indexed with 'xs' and
+      'ys' keys for consistency (#2650)
+
+-------------------------------------------------------------------

Old:
----
  holoviews-1.10.2.tar.gz

New:
----
  holoviews-1.10.3.tar.gz

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

Other differences:
------------------
++++++ python-holoviews.spec ++++++
--- /var/tmp/diff_new_pack.D8isBq/_old  2018-05-17 19:33:32.046790956 +0200
+++ /var/tmp/diff_new_pack.D8isBq/_new  2018-05-17 19:33:32.046790956 +0200
@@ -20,12 +20,12 @@
 # Tests take too long
 %bcond_with     test
 Name:           python-holoviews
-Version:        1.10.2
+Version:        1.10.3
 Release:        0
 Summary:        Composable, declarative visualizations for Python
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            https://github.com/ioam/holoviews
+URL:            https://github.com/ioam/holoviews
 Source:         
https://files.pythonhosted.org/packages/source/h/holoviews/holoviews-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module numpy >= 1.0}
@@ -33,42 +33,10 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%if %{with test}
-BuildRequires:  %{python_module Jinja2}
-BuildRequires:  %{python_module Pygments}
-BuildRequires:  %{python_module bokeh >= 0.12.14}
-BuildRequires:  %{python_module colorcet}
-BuildRequires:  %{python_module cyordereddict}
-BuildRequires:  %{python_module dask-array}
-BuildRequires:  %{python_module dask-dataframe}
-BuildRequires:  %{python_module dask}
-BuildRequires:  %{python_module datashader}
-BuildRequires:  %{python_module flexx}
-BuildRequires:  %{python_module jsonschema}
-BuildRequires:  %{python_module jupyter_ipykernel}
-BuildRequires:  %{python_module jupyter_ipython}
-BuildRequires:  %{python_module jupyter_ipywidgets}
-BuildRequires:  %{python_module jupyter_nbconvert}
-BuildRequires:  %{python_module jupyter_nbformat}
-BuildRequires:  %{python_module jupyter_notebook}
-BuildRequires:  %{python_module jupyter_widgetsnbextension}
-BuildRequires:  %{python_module matplotlib}
-BuildRequires:  %{python_module networkx}
-BuildRequires:  %{python_module nose}
-BuildRequires:  %{python_module pandas}
-BuildRequires:  %{python_module plotly}
-BuildRequires:  %{python_module pyparsing}
-BuildRequires:  %{python_module pyzmq}
-BuildRequires:  %{python_module scipy}
-BuildRequires:  %{python_module seaborn}
-BuildRequires:  %{python_module selenium}
-BuildRequires:  %{python_module tornado}
-BuildRequires:  %{python_module xarray}
-BuildRequires:  ImageMagick
-BuildRequires:  ffmpeg
-%endif
 Requires:       python-numpy >= 1.0
 Requires:       python-param >= 1.6.0
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 Recommends:     ImageMagick
 Recommends:     ffmpeg
 Recommends:     python-Jinja2
@@ -103,9 +71,40 @@
 Recommends:     python-tornado
 Recommends:     python-xarray
 BuildArch:      noarch
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
-
+%if %{with test}
+BuildRequires:  %{python_module Jinja2}
+BuildRequires:  %{python_module Pygments}
+BuildRequires:  %{python_module bokeh >= 0.12.14}
+BuildRequires:  %{python_module colorcet}
+BuildRequires:  %{python_module cyordereddict}
+BuildRequires:  %{python_module dask-array}
+BuildRequires:  %{python_module dask-dataframe}
+BuildRequires:  %{python_module dask}
+BuildRequires:  %{python_module datashader}
+BuildRequires:  %{python_module flexx}
+BuildRequires:  %{python_module jsonschema}
+BuildRequires:  %{python_module jupyter_ipykernel}
+BuildRequires:  %{python_module jupyter_ipython}
+BuildRequires:  %{python_module jupyter_ipywidgets}
+BuildRequires:  %{python_module jupyter_nbconvert}
+BuildRequires:  %{python_module jupyter_nbformat}
+BuildRequires:  %{python_module jupyter_notebook}
+BuildRequires:  %{python_module jupyter_widgetsnbextension}
+BuildRequires:  %{python_module matplotlib}
+BuildRequires:  %{python_module networkx}
+BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pandas}
+BuildRequires:  %{python_module plotly}
+BuildRequires:  %{python_module pyparsing}
+BuildRequires:  %{python_module pyzmq}
+BuildRequires:  %{python_module scipy}
+BuildRequires:  %{python_module seaborn}
+BuildRequires:  %{python_module selenium}
+BuildRequires:  %{python_module tornado}
+BuildRequires:  %{python_module xarray}
+BuildRequires:  ImageMagick
+BuildRequires:  ffmpeg
+%endif
 %python_subpackages
 
 %description
@@ -131,7 +130,7 @@
 %python_install
 %python_clone -a %{buildroot}%{_bindir}/holoviews
 %{python_expand chmod a+x 
%{buildroot}%{$python_sitelib}/holoviews/util/command.py
-sed -i "s|^#! /usr/bin/env python$|#!%__$python|" 
%{buildroot}%{$python_sitelib}/holoviews/util/command.py
+sed -i "s|^#! %{_bindir}/env python$|#!%__$python|" 
%{buildroot}%{$python_sitelib}/holoviews/util/command.py
 $python -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/holoviews/util/
 $python -O -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/holoviews/util/
 %fdupes %{buildroot}%{$python_sitelib}
@@ -151,8 +150,8 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc CHANGELOG.md LICENSE.txt README.md
+%license LICENSE.txt
+%doc CHANGELOG.md README.md
 %doc examples/
 %python_alternative %{_bindir}/holoviews
 %{python_sitelib}/*

++++++ holoviews-1.10.2.tar.gz -> holoviews-1.10.3.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-holoviews/holoviews-1.10.2.tar.gz 
/work/SRC/openSUSE:Factory/.python-holoviews.new/holoviews-1.10.3.tar.gz 
differ: char 5, line 1


Reply via email to