From 573339c6a9158fa8e9f4fee34dfa77c905b98de00b81c43e45f94ffada9f1010 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 14 Jan 2024 20:40:25 +0000 Subject: [PATCH] - 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 --- jupyter_server-2.12.1.tar.gz | 3 --- jupyter_server-2.12.4.tar.gz | 3 +++ python-jupyter-server.changes | 11 +++++++++++ python-jupyter-server.spec | 7 +++---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 jupyter_server-2.12.1.tar.gz create mode 100644 jupyter_server-2.12.4.tar.gz diff --git a/jupyter_server-2.12.1.tar.gz b/jupyter_server-2.12.1.tar.gz deleted file mode 100644 index 2d87a58..0000000 --- a/jupyter_server-2.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc77b7dcc5fc0547acba2b2844f01798008667201eea27c6319ff9257d700a6d -size 713271 diff --git a/jupyter_server-2.12.4.tar.gz b/jupyter_server-2.12.4.tar.gz new file mode 100644 index 0000000..b6ea2e1 --- /dev/null +++ b/jupyter_server-2.12.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f4a1e6b912cc24a7c6c694851b37d3d8412b180f43d72315fe422cb2b85cc2 +size 713846 diff --git a/python-jupyter-server.changes b/python-jupyter-server.changes index 4f9fecd..c638e70 100644 --- a/python-jupyter-server.changes +++ b/python-jupyter-server.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Jan 14 20:34:00 UTC 2024 - Ben Greiner + +- 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 diff --git a/python-jupyter-server.spec b/python-jupyter-server.spec index d0a42e0..670af95 100644 --- a/python-jupyter-server.spec +++ b/python-jupyter-server.spec @@ -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