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 2021-02-15 23:20:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-notebook (Old) and /work/SRC/openSUSE:Factory/.python-notebook.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-notebook" Mon Feb 15 23:20:35 2021 rev:9 rq:872505 version:6.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes 2021-01-11 17:15:57.524582224 +0100 +++ /work/SRC/openSUSE:Factory/.python-notebook.new.28504/python-notebook.changes 2021-02-15 23:23:00.955997626 +0100 @@ -1,0 +2,23 @@ +Sun Feb 14 18:12:07 UTC 2021 - Arun Persaud <a...@gmx.de> + +- specfile: + * update copyright year + * update tornado version requirement + * removed remove_nose.patch, included upstream + +- update to version 6.2.0: + * Increase minimum tornado version (:ghpull:`5933`) + * Adjust skip decorators to avoid remaining dependency on nose + (:ghpull:`5932`) + * Ensure that cell ids persist after save (:ghpull:`5928`) + * Add reconnection to Gateway (form nb2kg) (:ghpull:`5924`) + * Fix some typos (:ghpull:`5917`) + * Handle TrashPermissionError, now that it exists (:ghpull:`5894`) + +- changes from version 6.1.6: + * do not require nose for testing (:ghpull:`5826`) + * [docs] Update Chinese and Hindi readme.md (:ghpull:`5823`) + * Add support for creating terminals via GET (:ghpull:`5813`) + * Made doc translations in Hindi and Chinese (:ghpull:`5787`) + +------------------------------------------------------------------- Old: ---- notebook-6.1.5.tar.gz remove_nose.patch New: ---- notebook-6.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-notebook.spec ++++++ --- /var/tmp/diff_new_pack.g1EpKi/_old 2021-02-15 23:23:01.739998797 +0100 +++ /var/tmp/diff_new_pack.g1EpKi/_new 2021-02-15 23:23:01.739998797 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-notebook # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,7 +28,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-notebook%{psuffix} -Version: 6.1.5 +Version: 6.2.0 Release: 0 Summary: Jupyter Notebook interface License: BSD-3-Clause @@ -36,8 +36,6 @@ URL: https://github.com/jupyter/notebook Source0: https://files.pythonhosted.org/packages/source/n/notebook/notebook-%{version}.tar.gz Source100: python-notebook-rpmlintrc -# PATCH-FIX-UPSTREAM remove_nose.patch gh#jupyter/notebook#5826 -- Port the test suite to pytest from nose -Patch0: remove_nose.patch BuildRequires: %{python_module jupyter-core >= 4.4.0} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros @@ -54,7 +52,7 @@ Requires: python-prometheus_client Requires: python-pyzmq >= 17 Requires: python-terminado >= 0.8.3 -Requires: python-tornado >= 5 +Requires: python-tornado >= 6.1 Requires: python-traitlets >= 4.2.1 Recommends: python-ipywidgets Suggests: %{name}-latex @@ -85,7 +83,7 @@ BuildRequires: %{python_module requests-unixsocket} BuildRequires: %{python_module requests} BuildRequires: %{python_module terminado >= 0.8.3} -BuildRequires: %{python_module tornado >= 5} +BuildRequires: %{python_module tornado >= 6.1} BuildRequires: %{python_module traitlets >= 4.2.1} %ifnarch %{ix86} # pandoc package disabled build for ix86 @@ -101,6 +99,7 @@ This package provides the python interface. %package lang +# FIXME: consider using %%lang_package macro Summary: Translations for the Jupyter Notebook Group: System/Localization Requires: python-notebook = %{version} @@ -134,6 +133,7 @@ This package provides the jupyter components. %package -n jupyter-notebook-lang +# FIXME: consider using %%lang_package macro Summary: Translations for the Jupyter Notebook Group: System/Localization Requires: jupyter-notebook = %{version} @@ -162,7 +162,6 @@ %prep %setup -q -n notebook-%{version} -%autopatch -p1 # We don't want to run selenium tests rm -rf notebook/tests/selenium @@ -226,7 +225,6 @@ %endif %if !%{with test} - %post %python_install_alternative jupyter-notebook jupyter-bundlerextension jupyter-nbextension jupyter-serverextension ++++++ notebook-6.1.5.tar.gz -> notebook-6.2.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-notebook/notebook-6.1.5.tar.gz /work/SRC/openSUSE:Factory/.python-notebook.new.28504/notebook-6.2.0.tar.gz differ: char 5, line 1