Hello community,
here is the log from the commit of package python-jupyter-server for
openSUSE:Factory checked in at 2019-11-29 15:57:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-server (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter-server.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-server"
Fri Nov 29 15:57:23 2019 rev:6 rq:748398 version:0.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter-server/python-jupyter-server.changes
2019-08-13 13:21:05.309421162 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter-server.new.26869/python-jupyter-server.changes
2019-11-29 16:01:12.092847646 +0100
@@ -1,0 +2,7 @@
+Tue Nov 12 17:38:51 UTC 2019 - Todd R <[email protected]>
+
+- Drop python2 support due to python-notebook dropping python2 support
+- jupyter_client renamed to jupyter-client
+- jupyter_core renamed to jupyter-core
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter-server.spec ++++++
--- /var/tmp/diff_new_pack.Vu8F5N/_old 2019-11-29 16:01:14.668846589 +0100
+++ /var/tmp/diff_new_pack.Vu8F5N/_new 2019-11-29 16:01:14.672846588 +0100
@@ -16,6 +16,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-jupyter-server
Version: 0.1.1
Release: 0
@@ -33,8 +34,8 @@
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module ipykernel}
BuildRequires: %{python_module ipython_genutils}
-BuildRequires: %{python_module jupyter_client >= 5.2.0}
-BuildRequires: %{python_module jupyter_core >= 4.4.0}
+BuildRequires: %{python_module jupyter-client >= 5.2.0}
+BuildRequires: %{python_module jupyter-core >= 4.4.0}
BuildRequires: %{python_module nbconvert}
BuildRequires: %{python_module nbformat}
BuildRequires: %{python_module nbval}
@@ -56,8 +57,8 @@
Requires: python-Send2Trash
Requires: python-ipykernel
Requires: python-ipython_genutils
-Requires: python-jupyter_client >= 5.2.0
-Requires: python-jupyter_core >= 4.4.0
+Requires: python-jupyter-client >= 5.2.0
+Requires: python-jupyter-core >= 4.4.0
Requires: python-nbconvert
Requires: python-nbformat
Requires: python-prometheus_client
@@ -84,8 +85,8 @@
%package -n jupyter-jupyter-server
Summary: The Jupyter Server
Requires: jupyter-ipykernel
-Requires: jupyter-jupyter_client >= 5.2.0
-Requires: jupyter-jupyter_core >= 4.4.0
+Requires: jupyter-jupyter-client >= 5.2.0
+Requires: jupyter-jupyter-core >= 4.4.0
Requires: jupyter-nbconvert
Requires: jupyter-nbformat
Requires: python3-jupyter-server = %{version}