public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-jupyter-server] rawhide: Update to 2.21.1 (rhbz#2533997)
@ 2026-09-24 6:18 Lumir Balhar
0 siblings, 0 replies; only message in thread
From: Lumir Balhar @ 2026-09-24 6:18 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-jupyter-server
Branch : rawhide
Commit : c029fe833ccb4e841aaf8073f7f8fe6c7d2bb90f
Author : Lumir Balhar <lbalhar@redhat.com>
Date : 2026-09-23T23:37:10+02:00
Stats : +8/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-jupyter-server/c/c029fe833ccb4e841aaf8073f7f8fe6c7d2bb90f?branch=rawhide
Log:
Update to 2.21.1 (rhbz#2533997)
Assisted-By: Claude
---
diff --git a/.gitignore b/.gitignore
index 6ad0a4e..6370042 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@
/jupyter_server-2.19.0.tar.gz
/jupyter_server-2.20.0.tar.gz
/jupyter_server-2.21.0.tar.gz
+/jupyter_server-2.21.1.tar.gz
diff --git a/python-jupyter-server.spec b/python-jupyter-server.spec
index e1a7d6f..63b67d2 100644
--- a/python-jupyter-server.spec
+++ b/python-jupyter-server.spec
@@ -4,7 +4,7 @@
%bcond tests %{without bootstrap}
Name: python-jupyter-server
-Version: 2.21.0
+Version: 2.21.1
Release: %autorelease
Summary: The backend for Jupyter web applications
License: BSD-3-Clause
@@ -53,7 +53,11 @@ sed -i '/"pre-commit"/d' pyproject.toml
# PytestUnraisableExceptionWarning added to the same report.
# DeprecationWarning:pty is ignored because it breaks Python 3.15 compatibility
# https://github.com/jupyter-server/jupyter_server/issues/1610
-%pytest -vv -W "always:unclosed <socket.socket:ResourceWarning" -W "always::pytest.PytestUnraisableExceptionWarning" -W "ignore::DeprecationWarning:pty"
+# test_restart_kernel is flaky: server-side websocket close detection is
+# intermittently too slow after a port-changing kernel restart, leaving the
+# connection counter at 1 (upstream already xfails it on Windows for the same
+# reason). It flakes under koji build load, so deselect it.
+%pytest -vv -W "always:unclosed <socket.socket:ResourceWarning" -W "always::pytest.PytestUnraisableExceptionWarning" -W "ignore::DeprecationWarning:pty" --deselect tests/services/sessions/test_api.py::test_restart_kernel
%endif
diff --git a/sources b/sources
index 2db46d8..c1a93b9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (jupyter_server-2.21.0.tar.gz) = b595eb045958f9602c423ddaa01f079f21ef63492933b6b0ef07772d1877f06d348bb927c43e8f685aa98604ea74b18bf126c047227cdfc0bbd6fb16c8b5cae4
+SHA512 (jupyter_server-2.21.1.tar.gz) = b3c6801d636634b068db386fc9f828af44805686e9ccca637361dd6588a79570291d5ba5360c6ea25c891251cc07cea052d2c1dd12dd53c74666c42b08072b5a
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-24 6:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-24 6:18 [rpms/python-jupyter-server] rawhide: Update to 2.21.1 (rhbz#2533997) Lumir Balhar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox