Accepting request 872187 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version OBS-URL: https://build.opensuse.org/request/show/872187 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=22
This commit is contained in:
parent
54cafe48ef
commit
89f896a8d6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86fe55308d77996ce4b1f780043c09c5776a76be7f25daf1a3e3d540389e8ef3
|
||||
size 268319
|
3
jupyter_server-1.3.0.tar.gz
Normal file
3
jupyter_server-1.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d419cddc9bc47e40bd18093df1530db4176e1cbc6e4b4958ea27a758bdf65eb
|
||||
size 269062
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 14 18:05:36 UTC 2021 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 1.3.0:
|
||||
* Special case ExtensionApp that starts the ServerApp #401 (afshin)
|
||||
* only use deprecated notebook_dir config if root_dir is not set
|
||||
#400 (minrk)
|
||||
* Use async kernel manager by default #399 (kevin-bates)
|
||||
* Revert Session.username default value change #398 (mwakaba2)
|
||||
* Re-enable default_url in ExtensionApp #393 (afshin)
|
||||
* Enable notebook ContentsManager in jupyter_server #392 (afshin)
|
||||
* Use jupyter_server_config.json as config file in the update
|
||||
password api #390 (echarles)
|
||||
* Increase culling test idle timeout #388 (kevin-bates)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 1 22:48:25 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -19,15 +19,13 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-jupyter-server
|
||||
Version: 1.2.3
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: The Jupyter Server
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/jupyter/jupyter_server
|
||||
Source: https://github.com/jupyter/jupyter_server/archive/%{version}.tar.gz#/jupyter_server-%{version}.tar.gz
|
||||
# We need the full stdlib
|
||||
BuildRequires: %pythons
|
||||
BuildRequires: %{python_module Jinja2}
|
||||
BuildRequires: %{python_module Send2Trash}
|
||||
BuildRequires: %{python_module anyio >= 2.0.2}
|
||||
@ -42,6 +40,8 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module terminado >= 0.8.3}
|
||||
BuildRequires: %{python_module tornado >= 6.1}
|
||||
BuildRequires: %{python_module traitlets >= 4.2.1}
|
||||
# We need the full stdlib
|
||||
BuildRequires: %{pythons}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-Jinja2
|
||||
@ -59,6 +59,8 @@ Requires: python-tornado >= 6.1
|
||||
Requires: python-traitlets >= 4.2.1
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Provides: python-jupyter_server = %{version}-%{release}
|
||||
Obsoletes: python-jupyter_server < %{version}-%{release}
|
||||
# SECTION extras_require test
|
||||
BuildRequires: %{python_module ipykernel}
|
||||
BuildRequires: %{python_module pytest-console-scripts}
|
||||
@ -66,8 +68,6 @@ BuildRequires: %{python_module pytest-tornasync}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module requests}
|
||||
# /SECTION
|
||||
Provides: python-jupyter_server = %{version}-%{release}
|
||||
Obsoletes: python-jupyter_server < %{version}-%{release}
|
||||
%if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3"
|
||||
Provides: jupyter-jupyter-server = %{version}-%{release}
|
||||
Obsoletes: jupyter-jupyter-server < %{version}-%{release}
|
||||
|
Loading…
Reference in New Issue
Block a user