Hello community,

here is the log from the commit of package python-ipyvolume for 
openSUSE:Factory checked in at 2019-07-31 14:27:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipyvolume (Old)
 and      /work/SRC/openSUSE:Factory/.python-ipyvolume.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ipyvolume"

Wed Jul 31 14:27:54 2019 rev:2 rq:719698 version:0.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipyvolume/python-ipyvolume.changes        
2019-05-22 10:57:48.070916561 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ipyvolume.new.4126/python-ipyvolume.changes  
    2019-07-31 14:28:03.054174333 +0200
@@ -1,0 +2,6 @@
+Sun Jul 28 01:11:13 UTC 2019 - Todd R <toddrme2...@gmail.com>
+
+- Update to 0.5.2
+  * Include license in wheels 
+
+-------------------------------------------------------------------

Old:
----
  LICENSE
  ipyvolume-0.5.1-py2.py3-none-any.whl

New:
----
  ipyvolume-0.5.2.tar.gz

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

Other differences:
------------------
++++++ python-ipyvolume.spec ++++++
--- /var/tmp/diff_new_pack.r52tLj/_old  2019-07-31 14:28:04.030172534 +0200
+++ /var/tmp/diff_new_pack.r52tLj/_new  2019-07-31 14:28:04.030172534 +0200
@@ -17,22 +17,22 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define         skip_python2 1
 Name:           python-ipyvolume
-Version:        0.5.1
+Version:        0.5.2
 Release:        0
 Summary:        IPython widget for rendering 3d volumes
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/maartenbreddels/ipyvolume
-Source0:        
https://files.pythonhosted.org/packages/py2.py3/i/ipyvolume/ipyvolume-%{version}-py2.py3-none-any.whl
-Source10:       
https://raw.githubusercontent.com/maartenbreddels/ipyvolume/v%{version}/LICENSE
-BuildRequires:  %{python_module pip}
+Source:         
https://files.pythonhosted.org/packages/source/i/ipyvolume/ipyvolume-%{version}.tar.gz
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       jupyter-ipyvolume = %{version}
 Requires:       python-Pillow
 Requires:       python-ipywebrtc
-Requires:       python-ipywidgets >= 7.0.0
+Requires:       python-ipywidgets >= 7.5.0
 Requires:       python-notebook
 Requires:       python-numpy
 Requires:       python-pythreejs >= 2.0.0
@@ -43,7 +43,7 @@
 # SECTION test requirements
 BuildRequires:  %{python_module Pillow}
 BuildRequires:  %{python_module ipywebrtc}
-BuildRequires:  %{python_module ipywidgets >= 7.0.0}
+BuildRequires:  %{python_module ipywidgets >= 7.5.0}
 BuildRequires:  %{python_module notebook}
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module pythreejs >= 2.0.0}
@@ -74,23 +74,21 @@
 This package provides the jupyter notebook extension.
 
 %prep
-%setup -q -c -T
-cp %{SOURCE10} .
+%setup -q -n ipyvolume-%{version}
 
 %build
-# Not Needed
+%python_build
 
 %install
-%python_expand pip%{$python_bin_suffix} install --root=%{buildroot} %{SOURCE0}
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
-
+%python_install
 %{jupyter_move_config}
-%{fdupes %{buildroot}%{_jupyter_prefix} %{buildroot}%{python3_sitelib}}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
+%doc README.md README.rst
 %license LICENSE
 %{python_sitelib}/ipyvolume/
-%{python_sitelib}/ipyvolume-%{version}.dist-info/
+%{python_sitelib}/ipyvolume-%{version}-py*.egg-info
 
 %files -n jupyter-ipyvolume
 %license LICENSE


Reply via email to