Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jupyter-server for
openSUSE:Factory checked in at 2021-03-03 18:33:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-server (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter-server.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-server"
Wed Mar 3 18:33:56 2021 rev:12 rq:876041 version:1.4.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter-server/python-jupyter-server.changes
2021-02-15 23:22:02.979911033 +0100
+++
/work/SRC/openSUSE:Factory/.python-jupyter-server.new.2378/python-jupyter-server.changes
2021-03-03 18:34:11.735348080 +0100
@@ -1,0 +2,20 @@
+Thu Feb 25 20:54:28 UTC 2021 - Matej Cepl <[email protected]>
+
+- Update to 1.4.1:
+ - Update README.md #425
+ - Solve UnboundLocalError in launch_browser() #421
+ - Add file_to_run to server extension docs #420
+ - Remove outdated reference to _jupyter_server_extension_paths
+ in docs #419
+ - Add Tests to Distribution #416
+ - Enable extensions to control the file_to_run #415
+ - add missing template for view.html #414
+ - Remove obsoleted asyncio-patch fixture #412
+ - Emit deprecation warning on old name #411
+ - Correct logging message position #410
+ - Update 1.3.0 Changelog to include broken 1.2.3 PRs #408
+ - [Gateway] Track only this server's kernels #407
+ - Update manager.py: more descriptive warnings when extensions
+ fail to load #396
+
+-------------------------------------------------------------------
Old:
----
jupyter_server-1.3.0.tar.gz
New:
----
jupyter_server-1.4.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter-server.spec ++++++
--- /var/tmp/diff_new_pack.gF9kuo/_old 2021-03-03 18:34:12.343348521 +0100
+++ /var/tmp/diff_new_pack.gF9kuo/_new 2021-03-03 18:34:12.343348521 +0100
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-jupyter-server
-Version: 1.3.0
+Version: 1.4.1
Release: 0
Summary: The Jupyter Server
License: BSD-3-Clause
@@ -32,6 +32,7 @@
BuildRequires: %{python_module ipython_genutils}
BuildRequires: %{python_module jupyter-client >= 6.1.1}
BuildRequires: %{python_module jupyter-core >= 4.4.0}
+BuildRequires: %{python_module nbclient}
BuildRequires: %{python_module nbconvert}
BuildRequires: %{python_module nbformat}
BuildRequires: %{python_module prometheus_client}
@@ -58,7 +59,7 @@
Requires: python-tornado >= 6.1
Requires: python-traitlets >= 4.2.1
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
Provides: python-jupyter_server = %{version}-%{release}
Obsoletes: python-jupyter_server < %{version}-%{release}
# SECTION extras_require test
@@ -93,6 +94,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
+
%{python_expand # provide u-a entrypoints in the correct flavor version --
installed packages and jupyter-server
mkdir build/testbin
for bin in %{_bindir}/*-%{$python_bin_suffix}
%{buildroot}%{_bindir}/*-%{$python_bin_suffix} ; do
@@ -102,7 +104,7 @@
}
export LANG=en_US.UTF-8
export PATH=$PWD/build/testbin:$PATH
-%pytest tests
+%pytest
%post
%python_install_alternative jupyter-server
++++++ jupyter_server-1.3.0.tar.gz -> jupyter_server-1.4.1.tar.gz ++++++
++++ 11561 lines of diff (skipped)