Hello community,
here is the log from the commit of package python-jupyter_nbdime for
openSUSE:Factory checked in at 2018-08-10 09:48:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_nbdime (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_nbdime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_nbdime"
Fri Aug 10 09:48:08 2018 rev:2 rq:627199 version:1.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter_nbdime/python-jupyter_nbdime.changes
2018-06-15 14:46:09.084613869 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter_nbdime.new/python-jupyter_nbdime.changes
2018-08-10 09:48:10.122114456 +0200
@@ -1,0 +2,14 @@
+Thu Aug 2 18:14:08 UTC 2018 - [email protected]
+
+- Update to version 1.0.2
+ * Diff: Optimized diffing of large texts (e.g. big cells).
+ * Config: Fixed several issues with the config system.
+ * Lab extension: Updated to latest jupyterlab. All npm packages are now
using ES6 features.
+ * Web: Fixed keyboard tabbing / focusing issues.
+- Update to version 1.0.1
+ * Web: Fix output rendering of outputs with a period in MIME type name.
+ * Config: Add configuration option for front-end extensions.
+ * Merging: Fix handling of corner case for inline merge strategy.
+ * Various other fixes and adjustments.
+
+-------------------------------------------------------------------
Old:
----
LICENSE.md
nbdime-1.0.0-py2.py3-none-any.whl
New:
----
nbdime-1.0.2-py2.py3-none-any.whl
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_nbdime.spec ++++++
--- /var/tmp/diff_new_pack.SgybdR/_old 2018-08-10 09:48:10.930115757 +0200
+++ /var/tmp/diff_new_pack.SgybdR/_new 2018-08-10 09:48:10.930115757 +0200
@@ -18,15 +18,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jupyter_nbdime
-Version: 1.0.0
-%define labver 0.2.0
+Version: 1.0.2
+%define labver 0.4.0
Release: 0
Summary: Tools for diffing and merging Jupyter Notebooks
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/jupyter/nbdime
Source:
https://files.pythonhosted.org/packages/py2.py3/n/nbdime/nbdime-%{version}-py2.py3-none-any.whl
-Source10:
https://raw.githubusercontent.com/jupyter/nbdime/%{version}/LICENSE.md
BuildRequires: %{python_module GitPython >= 2.1.6}
BuildRequires: %{python_module colorama}
BuildRequires: %{python_module devel}
@@ -97,8 +96,6 @@
zip -r %{SOURCE0} nbdime
rm -rf nbdime
-cp %{SOURCE10} .
-
%build
# Not needed
@@ -114,8 +111,9 @@
%{fdupes %{buildroot}%{_datadir}/jupyter/ %{buildroot}%{python3_sitelib}}
+cp %{buildroot}%{python_sitelib}/nbdime-%{version}.dist-info/LICENSE.txt .
+
%files %{python_files}
-%license LICENSE.md
%python3_only %{_bindir}/nbdime
%python3_only %{_bindir}/nbshow
%python3_only %{_bindir}/nbdiff
@@ -130,11 +128,12 @@
%python3_only %config %{_sysconfdir}/jupyter/nbconfig/notebook.d/nbdime.json
%{python_sitelib}/nbdime/
%{python_sitelib}/nbdime-%{version}.dist-info/
+%license %{python_sitelib}/nbdime-%{version}.dist-info/LICENSE.txt
%exclude %{python_sitelib}/nbdime/vcs/git/
%exclude %{python_sitelib}/nbdime/vcs/hg/
%files %{python_files git}
-%license LICENSE.md
+%license LICENSE.txt
%python3_only %{_bindir}/git-nbdiffdriver
%python3_only %{_bindir}/git-nbdifftool
%python3_only %{_bindir}/git-nbmergedriver
@@ -142,7 +141,7 @@
%{python_sitelib}/nbdime/vcs/git/
%files %{python_files hg}
-%license LICENSE.md
+%license LICENSE.txt
%python3_only %{_bindir}/hg-nbdiff
%python3_only %{_bindir}/hg-nbdiffweb
%python3_only %{_bindir}/hg-nbmerge