- 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:
Matej Cepl 2021-02-25 21:07:39 +00:00 committed by Git OBS Bridge
parent 89f896a8d6
commit bfdbb34d10
4 changed files with 26 additions and 6 deletions

View File

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

View File

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

View File

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

View File

@ -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
@ -58,7 +58,7 @@ Requires: python-terminado >= 0.8.3
Requires: python-tornado >= 6.1
Requires: python-traitlets >= 4.2.1
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
Provides: python-jupyter_server = %{version}-%{release}
Obsoletes: python-jupyter_server < %{version}-%{release}
# SECTION extras_require test
@ -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