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 2022-10-26 14:25:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-notebook (Old) and /work/SRC/openSUSE:Factory/.python-notebook.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-notebook" Wed Oct 26 14:25:51 2022 rev:19 rq:1031319 version:6.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes 2022-08-03 21:16:53.839473456 +0200 +++ /work/SRC/openSUSE:Factory/.python-notebook.new.2275/python-notebook.changes 2022-10-26 14:25:52.004281613 +0200 @@ -1,0 +2,10 @@ +Wed Oct 26 10:54:30 UTC 2022 - Ben Greiner <c...@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) + +------------------------------------------------------------------- Old: ---- notebook-6.4.12.tar.gz New: ---- notebook-6.5.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-notebook.spec ++++++ --- /var/tmp/diff_new_pack.GVmTCp/_old 2022-10-26 14:25:52.644282664 +0200 +++ /var/tmp/diff_new_pack.GVmTCp/_new 2022-10-26 14:25:52.652282677 +0200 @@ -35,7 +35,7 @@ %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 @@ 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-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 @@ %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 ++++++ notebook-6.4.12.tar.gz -> notebook-6.5.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-notebook/notebook-6.4.12.tar.gz /work/SRC/openSUSE:Factory/.python-notebook.new.2275/notebook-6.5.1.tar.gz differ: char 5, line 1