Accepting request 1187200 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/1187200 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-notebook?expand=0&rev=34
This commit is contained in:
commit
dc555bbff9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:efc2c80043909e0faa17fce9e9b37c059c03af0ec99a4d4db84cb21d9d2e936a
|
|
||||||
size 4897634
|
|
3
notebook-7.2.1.tar.gz
Normal file
3
notebook-7.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4287b6da59740b32173d01d641f763d292f49c30e7a51b89c46ba8473126341e
|
||||||
|
size 4946671
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 12 15:30:35 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 7.2.1
|
||||||
|
* Remove pseudoelement obstructing the cell collapser #7392
|
||||||
|
(@krassowski)
|
||||||
|
- Release 7.2
|
||||||
|
* Jupyter Notebook 7.2 is based on JupyterLab 4.2, 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.
|
||||||
|
* Full notebook windowing mode by default
|
||||||
|
* Improved Shortcuts Editor
|
||||||
|
* Dark high contrast theme
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 29 18:58:51 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
Fri Mar 29 18:58:51 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ BuildArch: noarch
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-notebook%{psuffix}
|
Name: python-notebook%{psuffix}
|
||||||
Version: 7.1.2
|
Version: 7.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Jupyter Notebook interface
|
Summary: Jupyter Notebook interface
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -46,14 +46,14 @@ Source100: python-notebook-rpmlintrc
|
|||||||
BuildRequires: %{python_module base >= 3.7}
|
BuildRequires: %{python_module base >= 3.7}
|
||||||
BuildRequires: %{python_module hatch-jupyter-builder >= 0.2}
|
BuildRequires: %{python_module hatch-jupyter-builder >= 0.2}
|
||||||
BuildRequires: %{python_module hatchling >= 1.11}
|
BuildRequires: %{python_module hatchling >= 1.11}
|
||||||
BuildRequires: %{python_module jupyterlab >= 4.1.1 with %python-jupyterlab < 4.2}
|
BuildRequires: %{python_module jupyterlab >= 4.2 with %python-jupyterlab < 4.3}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: python-rpm-macros >= 20210929
|
BuildRequires: python-rpm-macros >= 20210929
|
||||||
Requires: jupyter-notebook = %{version}
|
Requires: jupyter-notebook = %{version}
|
||||||
Requires: python-tornado >= 6.2
|
Requires: python-tornado >= 6.2
|
||||||
Requires: (python-jupyter-server >= 2.4 with python-jupyter-server < 3)
|
Requires: (python-jupyter-server >= 2.4 with python-jupyter-server < 3)
|
||||||
Requires: (python-jupyterlab >= 4.1.1 with python-jupyterlab < 4.2)
|
Requires: (python-jupyterlab >= 4.2 with python-jupyterlab < 4.3)
|
||||||
Requires: (python-jupyterlab-server >= 2.22.1 with python-jupyterlab-server < 3)
|
Requires: (python-jupyterlab-server >= 2.27.1 with python-jupyterlab-server < 3)
|
||||||
Requires: (python-notebook-shim >= 0.2 with python-notebook-shim < 0.3)
|
Requires: (python-notebook-shim >= 0.2 with python-notebook-shim < 0.3)
|
||||||
Provides: python-jupyter_notebook = %{version}-%{release}
|
Provides: python-jupyter_notebook = %{version}-%{release}
|
||||||
Obsoletes: python-jupyter_notebook < %{version}-%{release}
|
Obsoletes: python-jupyter_notebook < %{version}-%{release}
|
||||||
@ -74,7 +74,7 @@ Requires(postun): update-alternatives
|
|||||||
BuildRequires: %{python_module importlib_resources >= 5 if %python-base < 3.10}
|
BuildRequires: %{python_module importlib_resources >= 5 if %python-base < 3.10}
|
||||||
BuildRequires: %{python_module ipykernel}
|
BuildRequires: %{python_module ipykernel}
|
||||||
BuildRequires: %{python_module jupyter-server-test >= 2.4.0 with %python-jupyter-server-test < 3}
|
BuildRequires: %{python_module jupyter-server-test >= 2.4.0 with %python-jupyter-server-test < 3}
|
||||||
BuildRequires: %{python_module jupyterlab-server-test >= 2.22.1 with %python-jupyterlab-server-test < 3}
|
BuildRequires: %{python_module jupyterlab-server-test >= 2.27.1 with %python-jupyterlab-server-test < 3}
|
||||||
BuildRequires: %{python_module nbval}
|
BuildRequires: %{python_module nbval}
|
||||||
BuildRequires: %{python_module notebook = %{version}}
|
BuildRequires: %{python_module notebook = %{version}}
|
||||||
BuildRequires: %{python_module pytest >= 7.0}
|
BuildRequires: %{python_module pytest >= 7.0}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user