Accepting request 1156027 from devel:languages:python:jupyter

- 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)

OBS-URL: https://build.opensuse.org/request/show/1156027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-notebook?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2024-03-07 21:01:22 +00:00 committed by Git OBS Bridge
commit e9ef5f1350
4 changed files with 42 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3bcff00c17b3ac142ef5f436d50637d936b274cfa0b41f6ac0175363de9b4e09
size 3936954

3
notebook-7.1.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:818e7420fa21f402e726afb9f02df7f3c10f294c02e383ed19852866c316108b
size 4896811

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Thu Mar 7 15:25:14 UTC 2024 - Ben Greiner <code@bnavigator.de>
- 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)
-------------------------------------------------------------------
Sat Jan 20 11:32:13 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@ -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 @@ Source100: python-notebook-rpmlintrc
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 @@ BuildRequires: alts
Requires: alts
%else
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
%endif
%endif
%if %{with test}