1
0

- Update to 8.6.0

* Fix possibly not defined tracker #991 (@davidbrochart)
  * BUG: Fix Kwarg only in update_env #989 (@Carreau)
- Release 8.5.0
  * Allow to update kernels env in between restart. #987 (@Carreau)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=54
This commit is contained in:
Benjamin Greiner 2023-11-26 15:19:44 +00:00 committed by Git OBS Bridge
parent bca7774c8d
commit 55fede7643
5 changed files with 17 additions and 8 deletions

View File

@ -1,9 +1,9 @@
Index: jupyter_client-8.0.2/tests/test_localinterfaces.py
Index: jupyter_client-8.6.0/tests/test_localinterfaces.py
===================================================================
--- jupyter_client-8.0.2.orig/tests/test_localinterfaces.py
+++ jupyter_client-8.0.2/tests/test_localinterfaces.py
--- jupyter_client-8.6.0.orig/tests/test_localinterfaces.py
+++ jupyter_client-8.6.0/tests/test_localinterfaces.py
@@ -26,4 +26,3 @@ def test_load_ips():
if sys.platform == 'linux':
if sys.platform == "linux":
localinterfaces._load_ips_ip()
- localinterfaces._load_ips_ifconfig()

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc1b857d5d7d76ac101766c6e9b646bf18742721126e72e5d484c75a993cada2
size 338114

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0642244bb83b4764ae60d07e010e15f0e2d275ec4e918a8f7b80fbbef3ca60c7
size 339721

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Nov 26 15:10:24 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 8.6.0
* Fix possibly not defined tracker #991 (@davidbrochart)
* BUG: Fix Kwarg only in update_env #989 (@Carreau)
- Release 8.5.0
* Allow to update kernels env in between restart. #987 (@Carreau)
-------------------------------------------------------------------
Sat Oct 14 08:34:54 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -26,7 +26,7 @@
%endif
Name: python-jupyter-client%{psuffix}
Version: 8.4.0
Version: 8.6.0
Release: 0
Summary: Jupyter protocol implementation and client libraries
License: BSD-3-Clause