diff --git a/jupyter_client-7.4.8.tar.gz b/jupyter_client-7.4.8.tar.gz deleted file mode 100644 index 7bbcca0..0000000 --- a/jupyter_client-7.4.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:109a3c33b62a9cf65aa8325850a0999a795fac155d9de4f7555aef5f310ee35a -size 328958 diff --git a/jupyter_client-7.4.9.tar.gz b/jupyter_client-7.4.9.tar.gz new file mode 100644 index 0000000..24432b2 --- /dev/null +++ b/jupyter_client-7.4.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52be28e04171f07aed8f20e1616a5a552ab9fee9cbbe6c1896ae170c3880d392 +size 329115 diff --git a/py310-ignore-deprecation.patch b/py310-ignore-deprecation.patch deleted file mode 100644 index db32493..0000000 --- a/py310-ignore-deprecation.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: jupyter_client-7.4.8/pyproject.toml -=================================================================== ---- jupyter_client-7.4.8.orig/pyproject.toml -+++ jupyter_client-7.4.8/pyproject.toml -@@ -136,6 +136,9 @@ filterwarnings= [ - # when there is a running event loop. - "ignore:There is no current event loop:DeprecationWarning:zmq", - -+ # https://github.com/jupyter/jupyter_client/issues/713 -+ "ignore:There is no current event loop:DeprecationWarning", -+ - # Workaround for jupyter_core warning. - "module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning", - ] diff --git a/python-jupyter-client.changes b/python-jupyter-client.changes index a078e01..2847cb4 100644 --- a/python-jupyter-client.changes +++ b/python-jupyter-client.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jan 15 21:12:25 UTC 2023 - Ben Greiner + +- Update to 7.4.9 + * Make Qtconsole work with PyZMQ 25 #914 (@ccordoba12) + * [7.x] Remove deprecated zmq imports #916 (@blink1073) +- Drop py310-ignore-deprecation.patch + ------------------------------------------------------------------- Wed Dec 14 21:10:50 UTC 2022 - Ben Greiner diff --git a/python-jupyter-client.spec b/python-jupyter-client.spec index 91b4aff..0db672d 100644 --- a/python-jupyter-client.spec +++ b/python-jupyter-client.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,15 +26,13 @@ %endif Name: python-jupyter-client%{psuffix} -Version: 7.4.8 +Version: 7.4.9 Release: 0 Summary: Jupyter protocol implementation and client libraries License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/jupyter/jupyter_client Source: https://files.pythonhosted.org/packages/source/j/jupyter_client/jupyter_client-%{version}.tar.gz -# PATCH-FIX-UPSTREAM py310-ignore-deprecation.patch gh#jupyter/jupyter_client#713 -Patch0: py310-ignore-deprecation.patch BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip}