Hello community,
here is the log from the commit of package python-lineup-widget for
openSUSE:Factory checked in at 2019-08-13 13:20:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-lineup-widget (Old)
and /work/SRC/openSUSE:Factory/.python-lineup-widget.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lineup-widget"
Tue Aug 13 13:20:17 2019 rev:2 rq:722239 version:1.0.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-lineup-widget/python-lineup-widget.changes
2019-05-22 15:39:09.942567069 +0200
+++
/work/SRC/openSUSE:Factory/.python-lineup-widget.new.9556/python-lineup-widget.changes
2019-08-13 13:21:00.509422425 +0200
@@ -1,0 +2,5 @@
+Sun Aug 11 03:27:44 UTC 2019 - Todd R <[email protected]>
+
+- Switch from wheel to sdist.
+
+-------------------------------------------------------------------
Old:
----
lineup_widget-1.0.7-py2.py3-none-any.whl
New:
----
lineup_widget-1.0.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-lineup-widget.spec ++++++
--- /var/tmp/diff_new_pack.4Lx9ZD/_old 2019-08-13 13:21:01.773422093 +0200
+++ /var/tmp/diff_new_pack.4Lx9ZD/_new 2019-08-13 13:21:01.785422089 +0200
@@ -23,12 +23,12 @@
Summary: Wrapper around the LineUpjs library for multi attribute
rankings
Url: https://github.com/datavisyn/lineup_widget
Group: Development/Languages/Python
-Source0:
https://files.pythonhosted.org/packages/py2.py3/l/lineup-widget/lineup_widget-%{version}-py2.py3-none-any.whl
+Source:
https://files.pythonhosted.org/packages/source/l/lineup-widget/lineup_widget-%{version}.tar.gz
Source10:
https://raw.githubusercontent.com/lineupjs/lineup_widget/v%{version}/LICENSE.txt
-BuildRequires: %{python_module notebook}
-BuildRequires: %{python_module pip}
BuildRequires: %{python_module ipywidgets >= 7.0.0}
+BuildRequires: %{python_module notebook}
BuildRequires: %{python_module pandas >= 0.18.0}
+BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-ipywidgets >= 7.0.0
@@ -59,33 +59,35 @@
This package provides the jupyter notebook extensions.
%prep
-%setup -q -c -T
+%setup -q -n lineup_widget-%{version}
cp %{SOURCE10} .
%build
-# Not needed
+%python_build
%install
-%python_expand pip%{$python_bin_suffix} install --root=%{buildroot} %{SOURCE0}
+%python_install
%jupyter_move_config
chmod a-x %{buildroot}%{_jupyter_nb_notebook_confdir}/lineup_widget.json
chmod a-x %{buildroot}%{_jupyter_nbextension_dir}/lineup_widget/*
-%python_expand chmod a-x
%{buildroot}%{$python_sitelib}/lineup_widget-%{version}.dist-info/*
+%python_expand chmod a-x
%{buildroot}%{$python_sitelib}/lineup_widget-%{version}-py*.egg-info/*
%python_expand chmod a-x %{buildroot}%{$python_sitelib}/lineup_widget/*.py
%python_expand chmod a-x %{buildroot}%{$python_sitelib}/lineup_widget/static/*
%python_expand sed -i 's/\r$//'
%{buildroot}%{$python_sitelib}/lineup_widget/__init__.py
%python_expand sed -i 's/\r$//'
%{buildroot}%{$python_sitelib}/lineup_widget/static/*.svg
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%fdupes %{buildroot}%{_jupyter_prefix}
%files %{python_files}
%license LICENSE.txt
-%{python_sitelib}/lineup_widget-%{version}.dist-info/
+%{python_sitelib}/lineup_widget-%{version}-py*.egg-info
%{python_sitelib}/lineup_widget/
%files -n jupyter-lineup-widget
%license LICENSE.txt
+%doc README.md
%config %{_jupyter_nb_notebook_confdir}/lineup_widget.json
%{_jupyter_nbextension_dir}/lineup_widget/