- 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/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=24
This commit is contained in:
parent
89f896a8d6
commit
bfdbb34d10
@ -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>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-jupyter-server
|
||||
Version: 1.3.0
|
||||
Version: 1.4.1
|
||||
Release: 0
|
||||
Summary: The Jupyter Server
|
||||
License: BSD-3-Clause
|
||||
@ -102,7 +102,7 @@ done
|
||||
}
|
||||
export LANG=en_US.UTF-8
|
||||
export PATH=$PWD/build/testbin:$PATH
|
||||
%pytest tests
|
||||
%pytest
|
||||
|
||||
%post
|
||||
%python_install_alternative jupyter-server
|
||||
|
Loading…
Reference in New Issue
Block a user