Accepting request 981045 from devel:languages:python:jupyter

- Update runtime requirements, clean up test requirements
- 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+

OBS-URL: https://build.opensuse.org/request/show/981045
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-notebook?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2022-06-07 09:45:11 +00:00 committed by Git OBS Bridge
commit 7e139ed27b
4 changed files with 23 additions and 21 deletions

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

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

View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Jun 6 20:26:56 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update runtime requirements, clean up test requirements
-------------------------------------------------------------------
Mon Jun 6 13:33:20 UTC 2022 - Timothy Brown <stimut@gmail.com>
- 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 <arun@gmx.de>

View File

@ -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
@ -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,12 @@ 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