Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-notebook for openSUSE:Factory
checked in at 2024-03-07 22:01:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
and /work/SRC/openSUSE:Factory/.python-notebook.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-notebook"
Thu Mar 7 22:01:22 2024 rev:32 rq:1156027 version:7.1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes
2024-01-21 23:08:49.770540449 +0100
+++
/work/SRC/openSUSE:Factory/.python-notebook.new.1770/python-notebook.changes
2024-03-07 22:01:23.904520137 +0100
@@ -1,0 +2,32 @@
+Thu Mar 7 15:25:14 UTC 2024 - Ben Greiner <[email protected]>
+
+- Update to 7.1.1
+ * Jupyter Notebook 7.1 is based on JupyterLab 4.1, and includes a
+ number of new features, bug fixes, and enhancements for
+ extension developers. This release is compatible with
+ extensions supporting JupyterLab 4.0. Extension authors are
+ recommended to consult the Extension Migration Guide which
+ lists deprecations and changes to the public API.
+ ## Bugs fixed
+ * Grayout "Edit Notebook Metadata" for other file formats. #7265
+ (@itsmevichu)
+- Release 7.1.0
+ ## Enhancements made
+ * Create a new notebook with a specific kernel from the new
+ dropdown #7255 (@jtpio)
+ * Add the plugin manager #7198 (@jtpio)
+ * Fix toggle functionality for widgets. #7178 (@haok1402)
+ * Bump to JupyterLab 4.1.0a4 bis #7172 (@brichet)
+ * Update to JupyterLab 4.1.0a3 #7161 (@jtpio)
+ * Added Lumino Plugin Description (#7008) #7127 (@Dilip-Jain)
+ * Added Edit Notebook Metadata Option (#6402) #7099 (@Dilip-Jain)
+ * Update to JupyterLab 4.1 #7096 (@jtpio)
+ * Add the JupyterLab resources plugin #6968 (@jtpio)
+ ## Bugs fixed
+ * Fix spurious kernel selection dialog on notebook creation #7258
+ (@jtpio)
+ * Workaround for the file browser tracker focus issue #7224
+ (@jtpio)
+- Skip python39: jupyterlab no longer available (due to ipython)
+
+-------------------------------------------------------------------
Old:
----
notebook-7.0.7.tar.gz
New:
----
notebook-7.1.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-notebook.spec ++++++
--- /var/tmp/diff_new_pack.xiOe0t/_old 2024-03-07 22:01:24.820553824 +0100
+++ /var/tmp/diff_new_pack.xiOe0t/_new 2024-03-07 22:01:24.820553824 +0100
@@ -1,5 +1,5 @@
#
-# spec file
+# spec file for package python-notebook
#
# Copyright (c) 2024 SUSE LLC
#
@@ -26,13 +26,15 @@
BuildArch: noarch
%endif
+%define skip_python39 1
+
%if 0%{?suse_version} > 1500
%bcond_without libalternatives
%else
%bcond_with libalternatives
%endif
Name: python-notebook%{psuffix}
-Version: 7.0.7
+Version: 7.1.1
Release: 0
Summary: Jupyter Notebook interface
License: BSD-3-Clause
@@ -43,13 +45,13 @@
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module hatch-jupyter-builder >= 0.2}
BuildRequires: %{python_module hatchling >= 1.11}
-BuildRequires: %{python_module jupyterlab}
+BuildRequires: %{python_module jupyterlab >= 4.1.1 with %python-jupyterlab <
4.2}
BuildRequires: %{python_module pip}
BuildRequires: python-rpm-macros >= 20210929
Requires: jupyter-notebook = %{version}
Requires: python-tornado >= 6.2
Requires: (python-jupyter-server >= 2.4 with python-jupyter-server < 3)
-Requires: (python-jupyterlab >= 4.0.2 with python-jupyterlab < 5)
+Requires: (python-jupyterlab >= 4.1.1 with python-jupyterlab < 4.2)
Requires: (python-jupyterlab-server >= 2.22.1 with
python-jupyterlab-server < 3)
Requires: (python-notebook-shim >= 0.2 with python-notebook-shim < 0.3)
Provides: python-jupyter_notebook = %{version}-%{release}
@@ -64,7 +66,7 @@
Requires: alts
%else
Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
%endif
%endif
%if %{with test}
++++++ notebook-7.0.7.tar.gz -> notebook-7.1.1.tar.gz ++++++
++++ 5114 lines of diff (skipped)