Accepting request 722241 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/722241 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-server?expand=0&rev=5
This commit is contained in:
commit
2a8757a058
@ -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>
|
Sun Jul 28 20:33:09 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-jupyter-server
|
Name: python-jupyter-server
|
||||||
Version: 0.1.0
|
Version: 0.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Summary: The Jupyter Server
|
Summary: The Jupyter Server
|
||||||
@ -50,6 +50,7 @@ BuildRequires: %{python_module tornado >= 4}
|
|||||||
BuildRequires: %{python_module traitlets >= 4.2.1}
|
BuildRequires: %{python_module traitlets >= 4.2.1}
|
||||||
BuildRequires: python-ipaddress
|
BuildRequires: python-ipaddress
|
||||||
BuildRequires: python-mock
|
BuildRequires: python-mock
|
||||||
|
BuildRequires: pandoc
|
||||||
# /SECTION
|
# /SECTION
|
||||||
Requires: python-Jinja2
|
Requires: python-Jinja2
|
||||||
Requires: python-Send2Trash
|
Requires: python-Send2Trash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user