Hello community,
here is the log from the commit of package python-jupyter_wysiwyg for
openSUSE:Factory checked in at 2018-06-03 12:34:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_wysiwyg (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_wysiwyg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_wysiwyg"
Sun Jun 3 12:34:53 2018 rev:1 rq:610987 version:0.1.8
Changes:
--------
New Changes file:
--- /dev/null 2018-05-30 11:41:29.140556178 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter_wysiwyg.new/python-jupyter_wysiwyg.changes
2018-06-03 12:34:53.927059549 +0200
@@ -0,0 +1,32 @@
+-------------------------------------------------------------------
+Thu May 3 22:02:18 UTC 2018 - [email protected]
+
+- Update to 0.1.8
+ * Add license file to source archive
+
+-------------------------------------------------------------------
+Thu May 3 14:07:08 UTC 2018 - [email protected]
+
+- Add license and readme files
+- Use %license tag
+
+-------------------------------------------------------------------
+Sat Apr 28 19:24:10 UTC 2018 - [email protected]
+
+- Update to version 0.1.6
+ * data file generation fix
+ * Install the nbextension in the Jupyter 5.3+ way
+
+-------------------------------------------------------------------
+Thu Apr 19 05:57:22 UTC 2018 - [email protected]
+
+- Update to version 0.1.6
+ * Better event handing when switching between edit and command modes
+ * Jupyter 5.3+ style nbextension installation
+- Update to version 0.1.5
+ * Added support for Bootstrap classes
+
+-------------------------------------------------------------------
+Sun Oct 22 18:16:53 UTC 2017 - [email protected]
+
+- Initial version
New:
----
jupyter-wysiwyg-0.1.8.tar.gz
python-jupyter_wysiwyg.changes
python-jupyter_wysiwyg.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_wysiwyg.spec ++++++
#
# spec file for package python-jupyter_wysiwyg
#
# 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_without test
Name: python-jupyter_wysiwyg
Version: 0.1.8
Release: 0
License: BSD-3-Clause
Summary: WYSIWYG editing functionality for markdown/HTML cells in Jupyter
Url: https://github.com/genepattern/jupyter-wysiwyg/
Group: Development/Languages/Python
Source:
https://files.pythonhosted.org/packages/source/j/jupyter-wysiwyg/jupyter-wysiwyg-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-jupyter_notebook
Requires: python-jupyter_notebook
BuildArch: noarch
%ifpython3
Requires(post): python-jupyter_notebook
Requires(preun): python-jupyter_notebook
%endif
%ifpython2
Requires: python3-jupyter_wysiwyg = %{version}
%endif
%python_subpackages
%description
This is an nbextension that enables WYSIWYG editing functionality for
HTML/Markdown cells in Jupyter.
%prep
%setup -q -n jupyter-wysiwyg-%{version}
%build
%python_build
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
PYTHONPATH=%{buildroot}%{python3_sitelib} jupyter nbextension install
--nbextensions=%{buildroot}%{_datadir}/jupyter/nbextensions/ --py
jupyter_wysiwyg
%python_expand %fdupes %{buildroot}%{_datadir}/jupyter/nbextensions/
%post -n python3-jupyter_wysiwyg
jupyter nbextension enable --system --py jupyter_wysiwyg
exit 0
%preun -n python3-jupyter_wysiwyg
if [ $1 == 0 ] && [ -d %{python3_sitelib}/jupyter_wysiwyg/ ] ; then
jupyter nbextension disable --system --py jupyter_wysiwyg
fi
exit 0
%files %{python_files}
%defattr(-,root,root,-)
%license LICENSE.txt
%{python_sitelib}/jupyter_wysiwyg/
%{python_sitelib}/jupyter_wysiwyg-%{version}-py*.egg-info
%python3_only %{_datadir}/jupyter/nbextensions/jupyter_wysiwyg/
%changelog