Accepting request 876041 from devel:languages:python:jupyter
- Update to 1.4.1: - Update README.md #425 - Solve UnboundLocalError in launch_browser() #421 - Add file_to_run to server extension docs #420 - Remove outdated reference to _jupyter_server_extension_paths in docs #419 - Add Tests to Distribution #416 - Enable extensions to control the file_to_run #415 - add missing template for view.html #414 - Remove obsoleted asyncio-patch fixture #412 - Emit deprecation warning on old name #411 - Correct logging message position #410 - Update 1.3.0 Changelog to include broken 1.2.3 PRs #408 - [Gateway] Track only this server's kernels #407 - Update manager.py: more descriptive warnings when extensions fail to load #396 OBS-URL: https://build.opensuse.org/request/show/876041 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-server?expand=0&rev=12
This commit is contained in:
commit
e7c64c12ee
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0d419cddc9bc47e40bd18093df1530db4176e1cbc6e4b4958ea27a758bdf65eb
|
|
||||||
size 269062
|
|
3
jupyter_server-1.4.1.tar.gz
Normal file
3
jupyter_server-1.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3dc733394fc736ec3372e50c357152e7f44e8ac6704ee92d0c3cad959550feaa
|
||||||
|
size 271828
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 25 20:54:28 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.4.1:
|
||||||
|
- Update README.md #425
|
||||||
|
- Solve UnboundLocalError in launch_browser() #421
|
||||||
|
- Add file_to_run to server extension docs #420
|
||||||
|
- Remove outdated reference to _jupyter_server_extension_paths
|
||||||
|
in docs #419
|
||||||
|
- Add Tests to Distribution #416
|
||||||
|
- Enable extensions to control the file_to_run #415
|
||||||
|
- add missing template for view.html #414
|
||||||
|
- Remove obsoleted asyncio-patch fixture #412
|
||||||
|
- Emit deprecation warning on old name #411
|
||||||
|
- Correct logging message position #410
|
||||||
|
- Update 1.3.0 Changelog to include broken 1.2.3 PRs #408
|
||||||
|
- [Gateway] Track only this server's kernels #407
|
||||||
|
- Update manager.py: more descriptive warnings when extensions
|
||||||
|
fail to load #396
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 14 18:05:36 UTC 2021 - Arun Persaud <arun@gmx.de>
|
Sun Feb 14 18:05:36 UTC 2021 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-jupyter-server
|
Name: python-jupyter-server
|
||||||
Version: 1.3.0
|
Version: 1.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Jupyter Server
|
Summary: The Jupyter Server
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -32,6 +32,7 @@ BuildRequires: %{python_module anyio >= 2.0.2}
|
|||||||
BuildRequires: %{python_module ipython_genutils}
|
BuildRequires: %{python_module ipython_genutils}
|
||||||
BuildRequires: %{python_module jupyter-client >= 6.1.1}
|
BuildRequires: %{python_module jupyter-client >= 6.1.1}
|
||||||
BuildRequires: %{python_module jupyter-core >= 4.4.0}
|
BuildRequires: %{python_module jupyter-core >= 4.4.0}
|
||||||
|
BuildRequires: %{python_module nbclient}
|
||||||
BuildRequires: %{python_module nbconvert}
|
BuildRequires: %{python_module nbconvert}
|
||||||
BuildRequires: %{python_module nbformat}
|
BuildRequires: %{python_module nbformat}
|
||||||
BuildRequires: %{python_module prometheus_client}
|
BuildRequires: %{python_module prometheus_client}
|
||||||
@ -58,7 +59,7 @@ Requires: python-terminado >= 0.8.3
|
|||||||
Requires: python-tornado >= 6.1
|
Requires: python-tornado >= 6.1
|
||||||
Requires: python-traitlets >= 4.2.1
|
Requires: python-traitlets >= 4.2.1
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun):update-alternatives
|
||||||
Provides: python-jupyter_server = %{version}-%{release}
|
Provides: python-jupyter_server = %{version}-%{release}
|
||||||
Obsoletes: python-jupyter_server < %{version}-%{release}
|
Obsoletes: python-jupyter_server < %{version}-%{release}
|
||||||
# SECTION extras_require test
|
# SECTION extras_require test
|
||||||
@ -93,6 +94,7 @@ languages, sharing, and interactive widgets.
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
|
||||||
%{python_expand # provide u-a entrypoints in the correct flavor version -- installed packages and jupyter-server
|
%{python_expand # provide u-a entrypoints in the correct flavor version -- installed packages and jupyter-server
|
||||||
mkdir build/testbin
|
mkdir build/testbin
|
||||||
for bin in %{_bindir}/*-%{$python_bin_suffix} %{buildroot}%{_bindir}/*-%{$python_bin_suffix} ; do
|
for bin in %{_bindir}/*-%{$python_bin_suffix} %{buildroot}%{_bindir}/*-%{$python_bin_suffix} ; do
|
||||||
@ -102,7 +104,7 @@ done
|
|||||||
}
|
}
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
export PATH=$PWD/build/testbin:$PATH
|
export PATH=$PWD/build/testbin:$PATH
|
||||||
%pytest tests
|
%pytest
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative jupyter-server
|
%python_install_alternative jupyter-server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user