diff --git a/notebook-7.1.2.tar.gz b/notebook-7.1.2.tar.gz deleted file mode 100644 index 6d402d2..0000000 --- a/notebook-7.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efc2c80043909e0faa17fce9e9b37c059c03af0ec99a4d4db84cb21d9d2e936a -size 4897634 diff --git a/notebook-7.2.1.tar.gz b/notebook-7.2.1.tar.gz new file mode 100644 index 0000000..caa523c --- /dev/null +++ b/notebook-7.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4287b6da59740b32173d01d641f763d292f49c30e7a51b89c46ba8473126341e +size 4946671 diff --git a/python-notebook.changes b/python-notebook.changes index 25898ae..4a3ef72 100644 --- a/python-notebook.changes +++ b/python-notebook.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Jul 12 15:30:35 UTC 2024 - Ben Greiner + +- 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 diff --git a/python-notebook.spec b/python-notebook.spec index 79d33b0..b6c1d0b 100644 --- a/python-notebook.spec +++ b/python-notebook.spec @@ -35,7 +35,7 @@ BuildArch: noarch %endif Name: python-notebook%{psuffix} -Version: 7.1.2 +Version: 7.2.1 Release: 0 Summary: Jupyter Notebook interface License: BSD-3-Clause @@ -46,14 +46,14 @@ 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 >= 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-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.1.1 with python-jupyterlab < 4.2) -Requires: (python-jupyterlab-server >= 2.22.1 with python-jupyterlab-server < 3) +Requires: (python-jupyterlab >= 4.2 with python-jupyterlab < 4.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) Provides: 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 ipykernel} 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 notebook = %{version}} BuildRequires: %{python_module pytest >= 7.0}