From 06444909ff28223ac580887a94806fcca095e36a9bd6880b2826a818c8863c9e Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 6 Jun 2022 20:23:29 +0000 Subject: [PATCH 1/4] Accepting request 981011 from home:stimut:branches:devel:languages:python:jupyter update to version latest version, 6.4.11 OBS-URL: https://build.opensuse.org/request/show/981011 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=39 --- notebook-6.4.11.tar.gz | 3 +++ notebook-6.4.8.tar.gz | 3 --- python-notebook.changes | 12 ++++++++++++ python-notebook.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 notebook-6.4.11.tar.gz delete mode 100644 notebook-6.4.8.tar.gz diff --git a/notebook-6.4.11.tar.gz b/notebook-6.4.11.tar.gz new file mode 100644 index 0000000..75ee982 --- /dev/null +++ b/notebook-6.4.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:709b1856a564fe53054796c80e17a67262071c86bfbdfa6b96aaa346113c555a +size 14373938 diff --git a/notebook-6.4.8.tar.gz b/notebook-6.4.8.tar.gz deleted file mode 100644 index 40490bd..0000000 --- a/notebook-6.4.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e985c9dc6f678bdfffb9dc657306b5469bfa62d73e03f74e8defbf76d284312 -size 14347639 diff --git a/python-notebook.changes b/python-notebook.changes index 8f54769..534f3c1 100644 --- a/python-notebook.changes +++ b/python-notebook.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jun 6 13:33:20 UTC 2022 - Timothy Brown + +- update to version 6.4.11: + * Bugs fixed + + Update further to ipykernel comm refactoring + * Maintenance and upkeep improvements + + Add testpath to the test dependencies + + Temporary workaround to fix js-tests related to sanitizer js loading by phantomjs + + Use place-hold.it instead of plaecehold.it to create image placeholders + + Migrate to python 3.7+ + ------------------------------------------------------------------- Thu Feb 17 16:54:20 UTC 2022 - Arun Persaud diff --git a/python-notebook.spec b/python-notebook.spec index abbd254..e2b28ad 100644 --- a/python-notebook.spec +++ b/python-notebook.spec @@ -35,7 +35,7 @@ BuildArch: noarch %bcond_with libalternatives %endif Name: python-notebook%{psuffix} -Version: 6.4.8 +Version: 6.4.11 Release: 0 Summary: Jupyter Notebook interface License: BSD-3-Clause From 3ff0459cf6512540fd65d649d9b1d10733d541af30b62ee177edbd42f60a876e Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 6 Jun 2022 20:26:47 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=40 --- python-notebook.spec | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/python-notebook.spec b/python-notebook.spec index e2b28ad..8fa2604 100644 --- a/python-notebook.spec +++ b/python-notebook.spec @@ -54,7 +54,7 @@ Requires: python-ipykernel Requires: python-ipython_genutils Requires: python-jupyter-client >= 5.3.4 Requires: python-jupyter-core >= 4.6.1 -Requires: python-nbconvert +Requires: python-nbconvert >= 5 Requires: python-nbformat Requires: python-prometheus_client Requires: python-pyzmq >= 17 @@ -79,27 +79,13 @@ Requires(postun):update-alternatives %endif %endif %if %{with test} -BuildRequires: %{python_module Jinja2} -BuildRequires: %{python_module Send2Trash} -BuildRequires: %{python_module argon2-cffi} -BuildRequires: %{python_module attrs >= 17.4.0} -BuildRequires: %{python_module ipykernel} -BuildRequires: %{python_module ipython_genutils} -BuildRequires: %{python_module jupyter-client >= 5.3.4} -BuildRequires: %{python_module jupyter-core >= 4.6.1} -BuildRequires: %{python_module nbconvert} -BuildRequires: %{python_module nbformat} BuildRequires: %{python_module nbval} # Some dependency loop involving the jupyter-notebook subpackage could pull in an old version otherwise! BuildRequires: %{python_module notebook = %{version}} -BuildRequires: %{python_module prometheus_client} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module pyzmq >= 17} BuildRequires: %{python_module requests-unixsocket} BuildRequires: %{python_module requests} -BuildRequires: %{python_module terminado >= 0.8.3} -BuildRequires: %{python_module tornado >= 6.1} -BuildRequires: %{python_module traitlets >= 4.2.1} +BuildRequires: %{python_module testpath} %ifnarch %{ix86} # pandoc package disabled build for ix86 BuildRequires: pandoc From 56c2ac1571ea2280e7c0b2dd025781d006ff2bfffc48a23b5471b6e6746e65d7 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 6 Jun 2022 20:27:20 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=41 --- python-notebook.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-notebook.changes b/python-notebook.changes index 534f3c1..d73e577 100644 --- a/python-notebook.changes +++ b/python-notebook.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 6 20:26:56 UTC 2022 - Ben Greiner + +- Update runtime requirements, clean up test requirements + ------------------------------------------------------------------- Mon Jun 6 13:33:20 UTC 2022 - Timothy Brown From b6ddf6d90093dd0b3c4c58d7fd11faeb442a395f7441059a5aeb7781b3517a4b Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 6 Jun 2022 20:27:42 +0000 Subject: [PATCH 4/4] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=42 --- python-notebook.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-notebook.spec b/python-notebook.spec index 8fa2604..1cb57c0 100644 --- a/python-notebook.spec +++ b/python-notebook.spec @@ -80,7 +80,6 @@ Requires(postun):update-alternatives %endif %if %{with test} BuildRequires: %{python_module nbval} -# Some dependency loop involving the jupyter-notebook subpackage could pull in an old version otherwise! BuildRequires: %{python_module notebook = %{version}} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests-unixsocket}