Accepting request 722240 from home:TheBlackCat:branches:devel:languages:python:jupyter
Update to 0.1.1 OBS-URL: https://build.opensuse.org/request/show/722240 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=10
This commit is contained in:
parent
0d46def21d
commit
74c3512b4e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6704b6a70048487d8cec8365fefc8186b742b17a02e30203b502b570ddd0668a
|
||||
size 5407905
|
3
jupyter_server-0.1.1.tar.gz
Normal file
3
jupyter_server-0.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3eb8e6cccab8da5e13df954fb6e3544ad9b0591948fe1e017428824e23303888
|
||||
size 5407935
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 11 01:27:08 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- Update to 0.1.1
|
||||
* Fix extension_name validation
|
||||
* Remove 'coded redirect' to default_url
|
||||
* Fix default_url redirect with default 'main' handler
|
||||
* pass extension_name to only extension app handlers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 28 20:33:09 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-jupyter-server
|
||||
Version: 0.1.0
|
||||
Version: 0.1.1
|
||||
Release: 0
|
||||
License: BSD-3-Clause
|
||||
Summary: The Jupyter Server
|
||||
@ -50,6 +50,7 @@ BuildRequires: %{python_module tornado >= 4}
|
||||
BuildRequires: %{python_module traitlets >= 4.2.1}
|
||||
BuildRequires: python-ipaddress
|
||||
BuildRequires: python-mock
|
||||
BuildRequires: pandoc
|
||||
# /SECTION
|
||||
Requires: python-Jinja2
|
||||
Requires: python-Send2Trash
|
||||
|
Loading…
Reference in New Issue
Block a user