Hello community,

here is the log from the commit of package python-jupyter_nbdime for 
openSUSE:Factory checked in at 2019-01-21 10:46:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_nbdime (Old)
 and      /work/SRC/openSUSE:Factory/.python-jupyter_nbdime.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jupyter_nbdime"

Mon Jan 21 10:46:13 2019 rev:3 rq:662874 version:unknown

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-jupyter_nbdime/python-jupyter_nbdime.changes  
    2018-08-10 09:48:10.122114456 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_nbdime.new.28833/python-jupyter_nbdime.changes
   2019-01-21 10:46:18.728316048 +0100
@@ -1,0 +2,12 @@
+Sat Dec 22 07:11:41 UTC 2018 - Todd R <[email protected]>
+
+- Update to version 1.0.4
+  * Fix git diffing failure with older versions of git. Now, an older version 
of git will simply prevent integration with git filters.
+  * Allow for two-way merge by making the base notebook argument to `nbmerge` 
optional. It will now default to an empty notebook.
+- Update to version 1.0.3
+  * Web: Fix issues with hiding unchanged cells. Make hiding unchanged cells 
configurable and on by default.
+  * Options of the console printing can now be configured. Mainly the 
`--no-color` flag disables ANSI color escapes.
+  * Web: Fixed MathJax math rendering.
+  * Various other fixes and adjustments.
+
+-------------------------------------------------------------------

Old:
----
  nbdime-1.0.2-py2.py3-none-any.whl

New:
----
  nbdime-1.0.4-py2.py3-none-any.whl

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

Other differences:
------------------
++++++ python-jupyter_nbdime.spec ++++++
--- /var/tmp/diff_new_pack.dAcbi4/_old  2019-01-21 10:46:19.404315217 +0100
+++ /var/tmp/diff_new_pack.dAcbi4/_new  2019-01-21 10:46:19.404315217 +0100
@@ -18,14 +18,15 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-jupyter_nbdime
-Version:        1.0.2
-%define labver  0.4.0
+%define mainver 1.0.4
+%define labver  0.6.0
+Version:        %{mainver}
 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
+Source:         
https://files.pythonhosted.org/packages/py2.py3/n/nbdime/nbdime-%{mainver}-py2.py3-none-any.whl
 BuildRequires:  %{python_module GitPython >= 2.1.6}
 BuildRequires:  %{python_module colorama}
 BuildRequires:  %{python_module devel}
@@ -73,7 +74,7 @@
 %package git
 Summary:        Git integration for %{name}
 Group:          Development/Languages/Python
-Requires:       %{name} = %{version}
+Requires:       %{name} = %{mainver}
 Requires:       git
 
 %description git
@@ -82,12 +83,22 @@
 %package hg
 Summary:        Mercurial integration for %{name}
 Group:          Development/Languages/Python
-Requires:       %{name} = %{version}
+Requires:       %{name} = %{mainver}
 Requires:       mercurial
 
 %description hg
 This package provides mercurial integration for %{name}
 
+%package -n python3-jupyter_nbdime_jupyterlab
+Summary:        A JupyterLab extension for showing Notebook diffs
+Version:        %{labver}
+Requires:       python3-jupyter_nbdime = %{mainver}
+Requires:       python3-jupyter_jupyterlab
+
+%description -n python3-jupyter_nbdime_jupyterlab
+This package provides a JupyterLab extension for showing
+Notebook diffs.
+
 %prep
 %setup -c -T
 unzip %{SOURCE0} 'nbdime/*'
@@ -111,9 +122,10 @@
 
 %{fdupes %{buildroot}%{_datadir}/jupyter/ %{buildroot}%{python3_sitelib}}
 
-cp %{buildroot}%{python_sitelib}/nbdime-%{version}.dist-info/LICENSE.txt .
+cp %{buildroot}%{python_sitelib}/nbdime-%{mainver}.dist-info/LICENSE.txt .
 
 %files %{python_files}
+%license %{python_sitelib}/nbdime-%{mainver}.dist-info/LICENSE.txt
 %python3_only %{_bindir}/nbdime
 %python3_only %{_bindir}/nbshow
 %python3_only %{_bindir}/nbdiff
@@ -122,16 +134,18 @@
 %python3_only %{_bindir}/nbmerge-web
 %python3_only %dir %{_datadir}/jupyter/lab/
 %python3_only %dir %{_datadir}/jupyter/lab/extensions/
-%python3_only 
%{_datadir}/jupyter/lab/extensions/nbdime-jupyterlab-%{labver}.tgz
 %python3_only %{_datadir}/jupyter/nbextensions/nbdime/
 %python3_only %config 
%{_sysconfdir}/jupyter/jupyter_notebook_config.d/nbdime.json
 %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
+%{python_sitelib}/nbdime-%{mainver}.dist-info/
 %exclude %{python_sitelib}/nbdime/vcs/git/
 %exclude %{python_sitelib}/nbdime/vcs/hg/
 
+%files -n python3-jupyter_nbdime_jupyterlab
+%license LICENSE.txt
+%{_datadir}/jupyter/lab/extensions/nbdime-jupyterlab-%{labver}.tgz
+
 %files %{python_files git}
 %license LICENSE.txt
 %python3_only %{_bindir}/git-nbdiffdriver


Reply via email to