Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jupyterlab for
openSUSE:Factory checked in at 2021-08-23 10:07:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyterlab (Old)
and /work/SRC/openSUSE:Factory/.python-jupyterlab.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyterlab"
Mon Aug 23 10:07:55 2021 rev:12 rq:912676 version:3.1.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jupyterlab/python-jupyterlab.changes
2021-02-10 21:30:13.826270857 +0100
+++
/work/SRC/openSUSE:Factory/.python-jupyterlab.new.1899/python-jupyterlab.changes
2021-08-23 10:08:35.492216894 +0200
@@ -1,0 +2,14 @@
+Mon Aug 16 15:33:25 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to 3.1.7
+ * Full Changelog at
+ https://jupyterlab.readthedocs.io/en/stable/getting_started/changelog.html
+- Notable change in version 3.1
+ * From JupyterLab 3.1, file documents and notebooks have
+ collaborative editing using the Yjs shared editing framework
+ Editors are not collaborative by default; to activate it, start
+ JupyterLab with the --collaborative flag. See full
+ documentation on collaboration:
+ https://jupyterlab.readthedocs.io/en/latest/user/rtc.html
+
+-------------------------------------------------------------------
Old:
----
jupyterlab-3.0.7-py3-none-any.whl
New:
----
jupyterlab-3.1.7-py3-none-any.whl
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyterlab.spec ++++++
--- /var/tmp/diff_new_pack.94MWAx/_old 2021-08-23 10:08:36.096216190 +0200
+++ /var/tmp/diff_new_pack.94MWAx/_new 2021-08-23 10:08:36.100216185 +0200
@@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-jupyterlab
-Version: 3.0.7
+Version: 3.1.7
Release: 0
Summary: Environment for interactive and reproducible computing
License: BSD-3-Clause
@@ -29,12 +29,12 @@
# install from wheel with all the bundled nodejs stuff
Source0:
https://files.pythonhosted.org/packages/py3/j/jupyterlab/jupyterlab-%{version}-py3-none-any.whl
Source99: python-jupyterlab-rpmlintrc
-BuildRequires: %{python_module Jinja2 >= 2.10}
+BuildRequires: %{python_module Jinja2 >= 2.1}
BuildRequires: %{python_module base >= 3.6}
BuildRequires: %{python_module ipython}
BuildRequires: %{python_module jupyter_core}
-BuildRequires: %{python_module jupyter_server >= 1.2}
-BuildRequires: %{python_module jupyterlab-server >= 2.0}
+BuildRequires: %{python_module jupyter_server >= 1.4}
+BuildRequires: %{python_module jupyterlab-server >= 2.3}
BuildRequires: %{python_module nbclassic >= 0.2}
BuildRequires: %{python_module packaging}
BuildRequires: %{python_module pip}
@@ -43,11 +43,11 @@
BuildRequires: jupyter-jupyterlab-filesystem
BuildRequires: python-rpm-macros
Requires: jupyter-jupyterlab = %{version}
-Requires: python-Jinja2 >= 2.10
+Requires: python-Jinja2 >= 2.1
Requires: python-ipython
Requires: python-jupyter_core
-Requires: python-jupyter_server >= 1.2
-Requires: python-jupyterlab-server >= 2.0
+Requires: python-jupyter_server >= 1.4
+Requires: python-jupyterlab-server >= 2.3
Requires: python-nbclassic >= 0.2
Requires: python-packaging
Requires: python-tornado >= 6.1
@@ -56,11 +56,13 @@
BuildArch: noarch
# SECTION test requirements including jupyterlab_server[test] and
jupyter_server[test]
BuildRequires: %{python_module ipykernel}
+BuildRequires: %{python_module openapi-core >= 0.13.8}
BuildRequires: %{python_module pytest >= 6.0}
BuildRequires: %{python_module pytest-check-links}
BuildRequires: %{python_module pytest-console-scripts}
BuildRequires: %{python_module pytest-tornasync}
BuildRequires: %{python_module requests}
+BuildRequires: %{python_module ruamel.yaml}
BuildRequires: %{python_module strict-rfc3339}
BuildRequires: %{python_module virtualenv}
BuildRequires: %{python_module wheel}