Hello community,

here is the log from the commit of package python-ipysheet for openSUSE:Factory 
checked in at 2019-07-30 12:38:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipysheet (Old)
 and      /work/SRC/openSUSE:Factory/.python-ipysheet.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ipysheet"

Tue Jul 30 12:38:35 2019 rev:3 rq:719677 version:0.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipysheet/python-ipysheet.changes  
2019-06-13 23:04:25.139334325 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ipysheet.new.4126/python-ipysheet.changes    
    2019-07-30 12:38:37.478940321 +0200
@@ -1,0 +2,7 @@
+Sat Jul 27 03:14:26 UTC 2019 - Todd R <[email protected]>
+
+- Update to 0.4.3
+  * Update to JupyterLab 1.0
+  * Use Image.from_file instead of Image.from_url
+
+-------------------------------------------------------------------

Old:
----
  ipysheet-0.4.2-py2.py3-none-any.whl

New:
----
  ipysheet-0.4.3.tar.gz

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

Other differences:
------------------
++++++ python-ipysheet.spec ++++++
--- /var/tmp/diff_new_pack.53PedN/_old  2019-07-30 12:38:38.954940134 +0200
+++ /var/tmp/diff_new_pack.53PedN/_new  2019-07-30 12:38:39.002940128 +0200
@@ -19,25 +19,30 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
 Name:           python-ipysheet
-Version:        0.4.2
+Version:        0.4.3
 Release:        0
 Summary:        Spreadsheet widget for the Jupyter notebook
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/QuantStack/ipysheet
-Source:         
https://files.pythonhosted.org/packages/py2.py3/i/ipysheet/ipysheet-%{version}-py2.py3-none-any.whl
-BuildRequires:  %{python_module pip}
+Source:         
https://files.pythonhosted.org/packages/source/i/ipysheet/ipysheet-%{version}.tar.gz
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       jupyter-ipysheet = %{version}
 Requires:       python-flexx
 Requires:       python-ipywidgets >= 7.0.0
 Requires:       python-notebook
+Requires:       python-numpy
+Requires:       python-pandas
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module flexx >= 0.3.1}
 BuildRequires:  %{python_module ipywidgets >= 7.0.0}
 BuildRequires:  %{python_module notebook}
+BuildRequires:  %{python_module numpy}
+BuildRequires:  %{python_module pandas}
+BuildRequires:  %{python_module pytest}
 # /SECTION
 %python_subpackages
 
@@ -58,23 +63,27 @@
 This package provides the jupyter notebook extension.
 
 %prep
-%setup -q -c -T
+%setup -q -n ipysheet-%{version}
 
 %build
-# Not Needed
+%python_build
 
 %install
-%python_expand pip%{$python_bin_suffix} install --root=%{buildroot} %{SOURCE0}
+%python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
+%jupyter_move_config
+%fdupes %{buildroot}%{_jupyter_nb_notebook_confdir}
+%fdupes %{buildroot}%{_jupyter_nbextension_dir}
 
-%{jupyter_move_config}
-cp %{buildroot}%{python3_sitelib}/ipysheet-%{version}.dist-info/LICENSE .
-%{fdupes %{buildroot}%{_jupyter_prefix} %{buildroot}%{python3_sitelib}}
+%check
+%pytest
 
 %files %{python_files}
+%doc README.md
+%license LICENSE
 %{python_sitelib}/ipysheet/
-%{python_sitelib}/ipysheet-%{version}.dist-info/
-%license %{python_sitelib}/ipysheet-%{version}.dist-info/LICENSE
+%{python_sitelib}/ipysheet-%{version}-py*.egg-info
+%license LICENSE
 
 %files -n jupyter-ipysheet
 %license LICENSE


Reply via email to