Hello community,

here is the log from the commit of package python-holoviews for 
openSUSE:Factory checked in at 2019-01-24 14:15:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-holoviews (Old)
 and      /work/SRC/openSUSE:Factory/.python-holoviews.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-holoviews"

Thu Jan 24 14:15:23 2019 rev:14 rq:668131 version:1.11.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-holoviews/python-holoviews.changes        
2019-01-21 10:48:09.200180556 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-holoviews.new.28833/python-holoviews.changes 
    2019-01-24 14:15:24.827223880 +0100
@@ -1,0 +2,37 @@
+Tue Jan 22 22:09:25 UTC 2019 - Todd R <[email protected]>
+
+- Disable tests again, they still aren't working.
+- Fix incomplete conversion from wheel to tar.gz
+
+-------------------------------------------------------------------
+Mon Jan 21 08:35:59 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Switch to normal tarball and enable tests
+
+-------------------------------------------------------------------
+Sun Jan 20 04:52:38 UTC 2019 - Arun Persaud <[email protected]>
+
+- update to version 1.11.1:
+  * Bug fixes:
+    + Fixed bug plotting adjoined histograms in matplotlib (#3377)
+    + Fixed bug updating bokeh RGB alpha value (#3371)
+    + Handled issue when colorbar limits were equal in bokeh (#3382)
+    + Fixed bugs plotting empty Violin and BoxWhisker elements (#3397,
+      #3405)
+    + Fixed handling of characters that have no uppercase on Layout
+      and Overlay objects ((#3403)
+    + Fixed bug updating Polygon plots in bokeh (#3409)
+  * Enhancements:
+    + Provide control over gridlines ticker and mirrored axis ticker
+      by default (#3398)
+    + Enabled colorbars on CompositePlot classes such as Graphs,
+      Chords etc. (#3397)
+    + Ensure that xarray backend retains dimension metadata when
+      casting element (#3401)
+    + Consistently support clim options (#3382)
+  * Documentation:
+    + Completed updates from .options to .opts API in the
+      documentation
+      ([#3364]((https://github.com/ioam/holoviews/pull/3364), #3367
+
+-------------------------------------------------------------------

Old:
----
  holoviews-1.11.0-py3-none-any.whl

New:
----
  holoviews-1.11.1.tar.gz

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

Other differences:
------------------
++++++ python-holoviews.spec ++++++
--- /var/tmp/diff_new_pack.yQHhia/_old  2019-01-24 14:15:25.371223252 +0100
+++ /var/tmp/diff_new_pack.yQHhia/_new  2019-01-24 14:15:25.375223247 +0100
@@ -18,16 +18,15 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
-# Tests take too long
 %bcond_with     test
 Name:           python-holoviews
-Version:        1.11.0
+Version:        1.11.1
 Release:        0
 Summary:        Composable, declarative visualizations for Python
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 URL:            https://github.com/ioam/holoviews
-Source0:        
https://files.pythonhosted.org/packages/py3/h/holoviews/holoviews-%{version}-py3-none-any.whl
+Source0:        
https://files.pythonhosted.org/packages/source/h/holoviews/holoviews-%{version}.tar.gz
 BuildRequires:  %{python_module numpy >= 1.0}
 BuildRequires:  %{python_module param < 2.0}
 BuildRequires:  %{python_module param >= 1.8.0}
@@ -109,7 +108,6 @@
 BuildRequires:  %{python_module tornado}
 BuildRequires:  %{python_module xarray}
 BuildRequires:  ImageMagick
-BuildRequires:  ffmpeg
 %endif
 %python_subpackages
 
@@ -126,13 +124,22 @@
 (such as Bokeh or Matplotlib).
 
 %prep
-%setup -c -T
+%setup -q -n holoviews-%{version}
+# remove tests that install additional files using npm/etc
+# "conda install -c bokeh flexx" or "pip install flexx"
+rm -f holoviews/tests/plotting/testplotutils.py
+rm -rf holoviews/tests/ipython
+# "conda install phantomjs"
+rm -rf holoviews/tests/plotting/bokeh
+# do not install tests
+sed -i -e '/holoviews.tests/d' setup.py
+sed -i -e 's/plotting.widgets",/plotting.widgets",],/' setup.py
 
 %build
-# Not Needed
+%python_build
 
 %install
-%python_expand pip%{$python_bin_suffix} install --root=%{buildroot} %{SOURCE0}
+%python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %python_clone -a %{buildroot}%{_bindir}/holoviews
@@ -153,13 +160,14 @@
 %check
 export HOLOVIEWSRC=`pwd`'/holoviews.rc'
 echo 'import holoviews as 
hv;hv.config(style_17=True);hv.config.warn_options_call=True' > holoviews.rc
-%python_expand nosetests-%{$python_bin_suffix}
+%python_expand nosetests-%{$python_bin_suffix} -v
 %endif
 
 %files %{python_files}
-%license %{python_sitelib}/holoviews-%{version}.dist-info/LICENSE.txt
+%license LICENSE.txt
+%doc CHANGELOG.md README.md
 %python_alternative %{_bindir}/holoviews
-%{python_sitelib}/holoviews-%{version}.dist-info/
+%{python_sitelib}/holoviews-%{version}-py*.egg-info
 %{python_sitelib}/holoviews/
 
 %changelog


Reply via email to