Hello community,

here is the log from the commit of package jupyter-rise for openSUSE:Factory 
checked in at 2019-08-13 13:19:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jupyter-rise (Old)
 and      /work/SRC/openSUSE:Factory/.jupyter-rise.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jupyter-rise"

Tue Aug 13 13:19:58 2019 rev:3 rq:722237 version:5.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/jupyter-rise/jupyter-rise.changes        
2019-07-29 17:30:37.150208308 +0200
+++ /work/SRC/openSUSE:Factory/.jupyter-rise.new.9556/jupyter-rise.changes      
2019-08-13 13:20:51.161424885 +0200
@@ -1,0 +2,5 @@
+Sun Aug 11 03:27:44 UTC 2019 - Todd R <toddrme2...@gmail.com>
+
+- Switch from wheel to sdist.
+
+-------------------------------------------------------------------

Old:
----
  rise-5.5.1-py2.py3-none-any.whl

New:
----
  rise-5.5.1.tar.gz

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

Other differences:
------------------
++++++ jupyter-rise.spec ++++++
--- /var/tmp/diff_new_pack.eAeaiW/_old  2019-08-13 13:20:56.425423500 +0200
+++ /var/tmp/diff_new_pack.eAeaiW/_new  2019-08-13 13:20:56.429423499 +0200
@@ -23,12 +23,12 @@
 License:        BSD-3-Clause AND MIT
 Group:          Development/Languages/Python
 URL:            http://github.com/damianavila/RISE
-Source:         
https://files.pythonhosted.org/packages/py2.py3/r/rise/rise-%{version}-py2.py3-none-any.whl
+Source:         
https://files.pythonhosted.org/packages/source/r/rise/rise-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  jupyter-notebook >= 5.5.0
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-certifi
-BuildRequires:  python3-pip
+BuildRequires:  python3-setuptools
 Provides:       python3-jupyter_rise = %{version}
 Obsoletes:      python3-jupyter_rise < %{version}
 Provides:       python3-rise = %{version}
@@ -42,14 +42,13 @@
 show/do inside the notebook itself (but in a "slidy" way).
 
 %prep
-%setup -q -c -T
+%setup -q -n rise-%{version}
 
 %build
-# Not Needed
+%python3_build
 
 %install
-# The current requires-python is broken, see 
https://github.com/damianavila/RISE/pull/390
-pip%{python3_bin_suffix} install --root=%{buildroot} --ignore-requires-python 
%{SOURCE0}
+%python3_install
 rm %{buildroot}%{python3_sitelib}/rise/static/reveal.js/.travis.yml
 rm %{buildroot}%{python3_sitelib}/rise/static/reveal.js/.npmignore
 
@@ -57,13 +56,14 @@
 %{fdupes %{buildroot}%{_jupyter_prefix} %{buildroot}%{python3_sitelib}}
 
 %files
-%license %{python3_sitelib}/rise-*.dist-info/LICENSE.md
+%doc README.md
+%license LICENSE.md
 %license %{python3_sitelib}/rise/static/reveal.js/LICENSE
 %doc %{python3_sitelib}/rise/static/README.md
 %doc %{python3_sitelib}/rise/static/reveal.js/README.md
 %doc %{python3_sitelib}/rise/static/reveal.js-chalkboard/README.md
 %{python3_sitelib}/rise/
-%{python3_sitelib}/rise-*.dist-info/
+%{python3_sitelib}/rise-%{version}-py*.egg-info
 %{_jupyter_nbextension_dir}/rise/
 %config %{_jupyter_nb_notebook_confdir}/rise.json
 


Reply via email to