- Update to 6.5.1

* fix: pin temporary to nbclassic 0.4.5 #6570 (@echarles)
- Release 6.5.0
  * Forward port of #6461 - Fix a typo in exception text #6545
    (@krassowski)
  * Normalise os_path #6540 (@krassowski)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=49
This commit is contained in:
Benjamin Greiner 2022-10-26 11:06:29 +00:00 committed by Git OBS Bridge
parent 04e8a69474
commit 6d289c0dc8
4 changed files with 19 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Oct 26 10:54:30 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 6.5.1
* fix: pin temporary to nbclassic 0.4.5 #6570 (@echarles)
- Release 6.5.0
* Forward port of #6461 - Fix a typo in exception text #6545
(@krassowski)
* Normalise os_path #6540 (@krassowski)
-------------------------------------------------------------------
Tue Aug 2 21:19:05 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -35,7 +35,7 @@ BuildArch: noarch
%bcond_with libalternatives
%endif
Name: python-notebook%{psuffix}
Version: 6.4.12
Version: 6.5.1
Release: 0
Summary: Jupyter Notebook interface
License: BSD-3-Clause
@ -43,7 +43,8 @@ Group: Development/Languages/Python
URL: https://github.com/jupyter/notebook
Source0: https://files.pythonhosted.org/packages/source/n/notebook/notebook-%{version}.tar.gz
Source100: python-notebook-rpmlintrc
BuildRequires: %{python_module jupyter-core >= 4.4.0}
BuildRequires: %{python_module jupyter-packaging >= 0.9}
BuildRequires: %{python_module nbclassic >= 0.4.0}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros >= 20210929
Requires: jupyter-notebook = %{version}
@ -54,6 +55,7 @@ Requires: python-ipykernel
Requires: python-ipython_genutils
Requires: python-jupyter-client >= 5.3.4
Requires: python-jupyter-core >= 4.6.1
Requires: python-nbclassic
Requires: python-nbconvert >= 5
Requires: python-nbformat
Requires: python-prometheus_client
@ -163,6 +165,8 @@ This package pulls in the LaTeX dependencies for the Jupyter Notebook.
%prep
%setup -q -n notebook-%{version}
# unpin nbclassic (see https://github.com/jupyter/notebook/pull/6593)
sed -i 's/nbclassic==/nbclassic>=/' setup.py
# We don't want to run selenium tests
rm -rf notebook/tests/selenium