forked from pool/python-jupyter-server
- Update to 2.12.4
* Fix log arguments for gateway client error #1385 (@minrk) - Release 2.12.3 * Import User unconditionally #1384 (@yuvipanda) - Release 2.12.2 * Fix a typo in error message #1381 (@krassowski) * Force legacy ws subprotocol when using gateway #1311 (@epignot) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=83
This commit is contained in:
parent
bfea8e4e64
commit
573339c6a9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc77b7dcc5fc0547acba2b2844f01798008667201eea27c6319ff9257d700a6d
|
||||
size 713271
|
3
jupyter_server-2.12.4.tar.gz
Normal file
3
jupyter_server-2.12.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41f4a1e6b912cc24a7c6c694851b37d3d8412b180f43d72315fe422cb2b85cc2
|
||||
size 713846
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 14 20:34:00 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 2.12.4
|
||||
* Fix log arguments for gateway client error #1385 (@minrk)
|
||||
- Release 2.12.3
|
||||
* Import User unconditionally #1384 (@yuvipanda)
|
||||
- Release 2.12.2
|
||||
* Fix a typo in error message #1381 (@krassowski)
|
||||
* Force legacy ws subprotocol when using gateway #1311 (@epignot)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 23 19:39:32 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -32,7 +32,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-jupyter-server%{psuffix}
|
||||
Version: 2.12.1
|
||||
Version: 2.12.4
|
||||
Release: 0
|
||||
Summary: The backend to Jupyter web applications
|
||||
License: BSD-3-Clause
|
||||
@ -70,9 +70,7 @@ Requires: ((python-jupyter-core >= 4.12 with python-jupyter-core < 5.0) or
|
||||
Provides: python-jupyter_server = %{version}-%{release}
|
||||
Obsoletes: python-jupyter_server < %{version}-%{release}
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module flaky}
|
||||
BuildRequires: %{python_module jupyter-server-test = %{version}}
|
||||
BuildRequires: %{python_module pytest-timeout}
|
||||
BuildRequires: %{python_module pytest-xdist}
|
||||
%endif
|
||||
%if %{with libalternatives}
|
||||
@ -98,6 +96,7 @@ languages, sharing, and interactive widgets.
|
||||
%package test
|
||||
Summary: The backend to Jupyter web applications - test requirements
|
||||
Group: Development/Languages/Python
|
||||
Requires: python-flaky
|
||||
Requires: python-ipykernel
|
||||
Requires: python-jupyter-server = %{version}
|
||||
Requires: python-pytest >= 7
|
||||
|
Loading…
Reference in New Issue
Block a user