Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-nbdime for openSUSE:Factory 
checked in at 2021-03-30 20:59:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nbdime (Old)
 and      /work/SRC/openSUSE:Factory/.python-nbdime.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-nbdime"

Tue Mar 30 20:59:30 2021 rev:6 rq:869699 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nbdime/python-nbdime.changes      
2020-04-23 18:37:41.988921331 +0200
+++ /work/SRC/openSUSE:Factory/.python-nbdime.new.2401/python-nbdime.changes    
2021-03-30 20:59:44.760674809 +0200
@@ -1,0 +2,17 @@
+Thu Feb  4 11:03:23 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 2.1.0 / jupyterlab extension 2.0.1
+  * Dropped Python 3.5 support.
+  * Optimize comparison of large stream outputs.
+  * Fixed an error when merging a file that were concurrently added 
+    in two branches with git.
+  * Fixed a config bug where ignore configs written in a file was
+    not taken into account.
+  * Fixed compatibility with JupyterLab 2.2
+- Changes in 2.0.0
+  * Dropped Python 2 support, and Python 3.4 support.
+  * Made web apps (e.g. nbdiff-web) work properly offline.
+  * Fix for git driver with renamed files.
+- Fix new wheel location for %pyproject_install
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-nbdime.spec ++++++
--- /var/tmp/diff_new_pack.1bd3Zr/_old  2021-03-30 20:59:45.460675578 +0200
+++ /var/tmp/diff_new_pack.1bd3Zr/_new  2021-03-30 20:59:45.464675583 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-nbdime
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,8 +18,8 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
-%define mainver 1.1.0
-%define labver  1.0.0
+%define mainver 2.1.0
+%define labver  2.0.1
 Name:           python-nbdime
 Version:        %{mainver}
 Release:        0
@@ -40,8 +40,9 @@
 BuildRequires:  jupyter-jupyterlab-filesystem
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
-BuildRequires:  %{python_module jsonschema > 3}
-BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module jsonschema}
+BuildRequires:  %{python_module pytest-timeout}
+BuildRequires:  %{python_module pytest-tornado}
 BuildRequires:  %{python_module pytest}
 # /SECTION
 Requires:       jupyter-nbdime = %{mainver}
@@ -125,30 +126,29 @@
 %setup -q -c -T
 
 %build
-# Not needed
+%python_expand mkdir build; cp -a %{SOURCE0} build
 
 %install
-cp -a %{SOURCE0} .
 %pyproject_install
 
 %{jupyter_move_config}
+%python_expand sed -i 's/^import mock/from unittest import mock/' 
%{buildroot}%{$python_sitelib}/nbdime/tests/test_*.py
 %python_expand find %{buildroot}%{$python_sitelib} -type f -name "*.py" -exec 
sed -i 's/\r$//' {} +
 %python_expand find %{buildroot}%{$python_sitelib} -type f -name "*.ipynb" 
-exec sed -i 's/\r$//' {} +
 %python_expand find %{buildroot}%{$python_sitelib}/nbdime/ -type f -name 
"*.py" -exec sed -i -e '/^#!\//, 1d' {} +
-
-cp %{buildroot}%{python3_sitelib}/nbdime-%{mainver}.dist-info/LICENSE.md .
+%python_compileall
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
-%{fdupes %{buildroot}%{_jupyter_prefix} %{buildroot}%{python3_sitelib}}
+%fdupes %{buildroot}%{_jupyter_prefix}
+cp %{buildroot}%{python3_sitelib}/nbdime-%{mainver}.dist-info/LICENSE.md .
 
 %check
 export PATH=$PATH:%{buildroot}%{_bindir}
-export PYTHONDONTWRITEBYTECODE=1
 git config --global user.email "t...@test.com"
 git config --global user.name "tester"
-%pytest %{buildroot}%{python3_sitelib}/nbdime/
+%pytest --pyargs nbdime
 
 %files %{python_files}
-%license %{python_sitelib}/nbdime-%{mainver}.dist-info/LICENSE.md
+%license LICENSE.md
 %{python_sitelib}/nbdime/
 %{python_sitelib}/nbdime-%{mainver}.dist-info/
 

Reply via email to