Hello community,

here is the log from the commit of package python-jupyter_rise for 
openSUSE:Factory checked in at 2018-06-03 12:36:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_rise (Old)
 and      /work/SRC/openSUSE:Factory/.python-jupyter_rise.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jupyter_rise"

Sun Jun  3 12:36:37 2018 rev:1 rq:611020 version:5.2.0

Changes:
--------
New Changes file:

--- /dev/null   2018-05-30 11:41:29.140556178 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_rise.new/python-jupyter_rise.changes 
    2018-06-03 12:36:42.775074600 +0200
@@ -0,0 +1,25 @@
+-------------------------------------------------------------------
+Thu May  3 14:07:08 UTC 2018 - [email protected]
+
+- Use %license tag
+
+-------------------------------------------------------------------
+Thu Apr 19 04:59:16 UTC 2018 - [email protected]
+
+- Update to version 5.2.0
+  * Source code cleanup and normalization 
(https://github.com/damianavila/RISE/pull/311)
+  * Add some docs updates (https://github.com/damianavila/RISE/pull/312)
+  * Add sidebar for all doc pages 
(https://github.com/damianavila/RISE/pull/314)
+  * Improve customization reference docs 
(https://github.com/damianavila/RISE/pull/318)
+  * Set new defaults for ``auto_select`` and ``start_slideshow_at`` options 
(https://github.com/damianavila/RISE/pull/323)
+  * Refactor actions and fix wide toolbar button 
(https://github.com/damianavila/RISE/pull/324)
+  * Update docs deployment instructions 
(https://github.com/damianavila/RISE/pull/325) and 
(https://github.com/damianavila/RISE/pull/326)
+  * Make the output observer aware of the scrolling needs 
(https://github.com/damianavila/RISE/pull/327)
+  * Add basic usage gif into the docs 
(https://github.com/damianavila/RISE/pull/328)
+  * Fix list not correctly displayed in docs 
(https://github.com/damianavila/RISE/pull/338)
+  * Add disable and removal section, add note about browser zoom in/out, add 
PDF export section and add a real changelog for 5.1.1 
(https://github.com/damianavila/RISE/pull/339)
+
+-------------------------------------------------------------------
+Sun Oct 22 18:24:49 UTC 2017 - [email protected]
+
+- Initial version

New:
----
  python-jupyter_rise.changes
  python-jupyter_rise.spec
  rise-5.2.0.tar.gz

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

Other differences:
------------------
++++++ python-jupyter_rise.spec ++++++
#
# spec file for package python-jupyter_rise
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_with     test
Name:           python-jupyter_rise
Version:        5.2.0
Release:        0
License:        BSD-3-Clause
Summary:        Jupyter Slideshow Extension
Url:            http://github.com/damianavila/RISE
Group:          Development/Languages/Python
Source:         
https://files.pythonhosted.org/packages/source/r/rise/rise-%{version}.tar.gz
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
BuildRequires:  python3-jupyter_notebook
%ifpython3
Requires(post):   python-jupyter_notebook
Requires(preun):  python-jupyter_notebook
%endif
%ifpython2
Requires:       python3-jupyter_rise = %{version}
%endif
BuildArch:      noarch

%python_subpackages

%description
As you know... we love Jupyter/IPython and we like Reveal.js too.

Previously, we developed a "converter" for the nbconvert library to
export a ipynb to a STATIC html slideshow based in Reveal.js library.

But with RISE, you don't have a STATIC version anymore, you have a
LIVE version! A notebook rendered as a Reveal.js-based slideshow,
where you can execute code or show to the audience whatever you can
show/do inside the notebook itself (but in a "slidy" way).

README at https://github.com/damianavila/RISE/blob/master/README.md

%prep
%setup -q -n rise-%{version}
rm rise/static/reveal.js/.npmignore
rm rise/static/reveal.js/.travis.yml

%build
export LANG=en_US.UTF-8
%python_build

%install
export LANG=en_US.UTF-8
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

PYTHONPATH=%{buildroot}%{python3_sitelib} jupyter nbextension install 
--nbextensions=%{buildroot}%{_datadir}/jupyter/nbextensions/ --py rise
%python_expand %fdupes %{buildroot}%{_datadir}/jupyter/nbextensions/

%post -n python3-jupyter_rise
jupyter nbextension enable --system --py rise
exit 0

%preun -n python3-jupyter_rise
if [ $1 == 0 ]   && [ -d %{python3_sitelib}/rise/ ] ; then
    jupyter nbextension disable --system --py rise
fi
exit 0

%if %{with test}
%check
export LANG=en_US.UTF-8
%python_exec setup.py test
%endif

%files %{python_files}
%defattr(-,root,root,-)
%doc README.md
%license LICENSE.md
%{python_sitelib}/rise/
%{python_sitelib}/rise-%{version}-py*.egg-info
%python3_only %{_datadir}/jupyter/nbextensions/rise/

%changelog

Reply via email to