From f206693b05d834ac054db0dc86193c1b7e73166c3069d0c29b7a1a45b1b77f5e Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 12 Dec 2022 12:00:38 +0000 Subject: [PATCH] Accepting request 1042349 from devel:languages:python:jupyter Revert to 7.3.4 OBS-URL: https://build.opensuse.org/request/show/1042349 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=27 --- jupyter_client-7.3.4.tar.gz | 3 +++ jupyter_client-7.4.4.tar.gz | 3 --- python-jupyter-client.changes | 25 ------------------------- python-jupyter-client.spec | 8 ++++---- 4 files changed, 7 insertions(+), 32 deletions(-) create mode 100644 jupyter_client-7.3.4.tar.gz delete mode 100644 jupyter_client-7.4.4.tar.gz diff --git a/jupyter_client-7.3.4.tar.gz b/jupyter_client-7.3.4.tar.gz new file mode 100644 index 0000000..10b645e --- /dev/null +++ b/jupyter_client-7.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9a6c32054b290374f95f73bb0cae91455c58dfb84f65c8591912b8f65e6d56 +size 329871 diff --git a/jupyter_client-7.4.4.tar.gz b/jupyter_client-7.4.4.tar.gz deleted file mode 100644 index 0f40486..0000000 --- a/jupyter_client-7.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5616db609ac720422e6a4b893d6572b8d655ff41e058367f4459a0d2c0726832 -size 327373 diff --git a/python-jupyter-client.changes b/python-jupyter-client.changes index e0e6fb6..7055a51 100644 --- a/python-jupyter-client.changes +++ b/python-jupyter-client.changes @@ -1,28 +1,3 @@ -NOTE: Do not submit yet, it breaks stuff -- gh#voila-dashboards/voila#1239 - -------------------------------------------------------------------- -Tue Oct 25 12:44:59 UTC 2022 - Ben Greiner - -- Update to version 7.4.4 - * Workaround for launch bug #861 (@blink1073) - -------------------------------------------------------------------- -Sun Oct 23 14:07:06 UTC 2022 - Ben Greiner - -- Update to version 7.4.3 - * Defer creation of ready future #858 (@blink1073) - -------------------------------------------------------------------- -Mon Oct 17 16:52:02 UTC 2022 - Ben Greiner - -- Update to version 7.4.2 - * Fix ready promise and session send #852 (@blink1073) - * Fix pending kernels backported and reverted: #848 #851 -- Release 7.3.5 - * add AsyncKernelClient to doc/api/client.rst #819 (@helioz11) - * Use tornado 6.2's PeriodicCallback in restarter #822 (@vidartf) - * Make _stdin_hook_default async #814 (@davidbrochart) - ------------------------------------------------------------------- Tue Jun 28 18:51:36 UTC 2022 - Ben Greiner diff --git a/python-jupyter-client.spec b/python-jupyter-client.spec index 8e11d6f..8ceffc7 100644 --- a/python-jupyter-client.spec +++ b/python-jupyter-client.spec @@ -24,16 +24,16 @@ %define psuffix %{nil} %bcond_with test %endif - +%{?!python_module:%define python_module() python3-%{**}} +%define skip_python2 1 Name: python-jupyter-client%{psuffix} -Version: 7.4.4 +Version: 7.3.4 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 -BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} BuildRequires: fdupes @@ -44,7 +44,7 @@ Requires: python-jupyter-core >= 4.9.2 Requires: python-nest-asyncio >= 1.5.4 Requires: python-python-dateutil >= 2.8.2 Requires: python-pyzmq >= 23.0 -Requires: python-tornado >= 6.2 +Requires: python-tornado >= 6.0 Requires: python-traitlets Provides: python-jupyter_client = %{version} Obsoletes: python-jupyter_client < %{version}