diff --git a/jupyter-client-suse-remove-ifconfig-test.patch b/jupyter-client-suse-remove-ifconfig-test.patch index fe72d5b..5fc95c7 100644 --- a/jupyter-client-suse-remove-ifconfig-test.patch +++ b/jupyter-client-suse-remove-ifconfig-test.patch @@ -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() diff --git a/jupyter_client-8.4.0.tar.gz b/jupyter_client-8.4.0.tar.gz deleted file mode 100644 index 050ffc1..0000000 --- a/jupyter_client-8.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc1b857d5d7d76ac101766c6e9b646bf18742721126e72e5d484c75a993cada2 -size 338114 diff --git a/jupyter_client-8.6.0.tar.gz b/jupyter_client-8.6.0.tar.gz new file mode 100644 index 0000000..cc2773c --- /dev/null +++ b/jupyter_client-8.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0642244bb83b4764ae60d07e010e15f0e2d275ec4e918a8f7b80fbbef3ca60c7 +size 339721 diff --git a/python-jupyter-client.changes b/python-jupyter-client.changes index 6f5be4d..2baa4ff 100644 --- a/python-jupyter-client.changes +++ b/python-jupyter-client.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Nov 26 15:10:24 UTC 2023 - Ben Greiner + +- 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 diff --git a/python-jupyter-client.spec b/python-jupyter-client.spec index 155f640..87c6938 100644 --- a/python-jupyter-client.spec +++ b/python-jupyter-client.spec @@ -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