commit jupyter-rise for openSUSE:Factory

2019-11-29 Thread root
Hello community,

here is the log from the commit of package jupyter-rise for openSUSE:Factory 
checked in at 2019-11-29 15:57:46

Comparing /work/SRC/openSUSE:Factory/jupyter-rise (Old)
 and  /work/SRC/openSUSE:Factory/.jupyter-rise.new.26869 (New)


Package is "jupyter-rise"

Fri Nov 29 15:57:46 2019 rev:4 rq:748761 version:5.6.0

Changes:

--- /work/SRC/openSUSE:Factory/jupyter-rise/jupyter-rise.changes
2019-08-13 13:20:51.161424885 +0200
+++ /work/SRC/openSUSE:Factory/.jupyter-rise.new.26869/jupyter-rise.changes 
2019-11-29 16:02:04.672826078 +0100
@@ -1,0 +2,8 @@
+Thu Nov 14 20:45:01 UTC 2019 - Todd R 
+
+- Update to 5.6.0
+  * We now rely on reveal.js 3.8.0
+  * We now support "dark" reveal.js themes
+  * other minor bug fixes and enhancements
+
+---

Old:

  rise-5.5.1.tar.gz

New:

  rise-5.6.0.tar.gz



Other differences:
--
++ jupyter-rise.spec ++
--- /var/tmp/diff_new_pack.yXkR3X/_old  2019-11-29 16:02:05.764825630 +0100
+++ /var/tmp/diff_new_pack.yXkR3X/_new  2019-11-29 16:02:05.768825628 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   jupyter-rise
-Version:5.5.1
+Version:5.6.0
 Release:0
 Summary:Jupyter Slideshow Extension
 License:BSD-3-Clause AND MIT
@@ -50,7 +50,6 @@
 %install
 %python3_install
 rm %{buildroot}%{python3_sitelib}/rise/static/reveal.js/.travis.yml
-rm %{buildroot}%{python3_sitelib}/rise/static/reveal.js/.npmignore
 
 %{jupyter_move_config}
 %{fdupes %{buildroot}%{_jupyter_prefix} %{buildroot}%{python3_sitelib}}

++ rise-5.5.1.tar.gz -> rise-5.6.0.tar.gz ++
 24660 lines of diff (skipped)




commit jupyter-rise for openSUSE:Factory

2019-08-13 Thread root
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 
+
+- 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
 




commit jupyter-rise for openSUSE:Factory

2019-07-29 Thread root
Hello community,

here is the log from the commit of package jupyter-rise for openSUSE:Factory 
checked in at 2019-07-29 17:30:32

Comparing /work/SRC/openSUSE:Factory/jupyter-rise (Old)
 and  /work/SRC/openSUSE:Factory/.jupyter-rise.new.4126 (New)


Package is "jupyter-rise"

Mon Jul 29 17:30:32 2019 rev:2 rq:719432 version:5.5.1

Changes:

--- /work/SRC/openSUSE:Factory/jupyter-rise/jupyter-rise.changes
2019-05-22 10:57:41.270922452 +0200
+++ /work/SRC/openSUSE:Factory/.jupyter-rise.new.4126/jupyter-rise.changes  
2019-07-29 17:30:37.150208308 +0200
@@ -1,0 +2,6 @@
+Sat Jul 27 23:22:02 UTC 2019 - Todd R 
+
+- Update to 5.5.1
+  * protect calls to remove_shortcut()
+
+---

Old:

  rise-5.5.0-py2.py3-none-any.whl

New:

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



Other differences:
--
++ jupyter-rise.spec ++
--- /var/tmp/diff_new_pack.hUX8c2/_old  2019-07-29 17:30:40.634207019 +0200
+++ /var/tmp/diff_new_pack.hUX8c2/_new  2019-07-29 17:30:40.642207016 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   jupyter-rise
-Version:5.5.0
+Version:5.5.1
 Release:0
 Summary:Jupyter Slideshow Extension
 License:BSD-3-Clause AND MIT