From ca7d6c1af3cb1b0623cbf2621e7067ca9f93cb25 Mon Sep 17 00:00:00 2001 From: bnavigator <> Date: Mar 13 2022 19:37:22 +0000 Subject: Update python-jupyter_console to version 6.4.3 / rev 17 via SR 961408 https://build.opensuse.org/request/show/961408 by user bnavigator + dimstar_suse --- diff --git a/.files b/.files index eeabe4a..39e22d1 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index c1d8197..dc2773d 100644 --- a/.rev +++ b/.rev @@ -142,4 +142,12 @@ This needs to go into openSUSE:Factory:Staging:adi:49 with the other jupyter sub 885594 + + 310c230af7f7ac3fbed28b5fc88bfc5f + 6.4.3 + + dimstar_suse + + 961408 + diff --git a/jupyter_console-6.4.0.tar.gz b/jupyter_console-6.4.0.tar.gz deleted file mode 120000 index 8c91ffd..0000000 --- a/jupyter_console-6.4.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreibeejeoc2cqhhgyx7zmf3fxzzwbkrxlkdxdwccrs4u6n2ebv3azy4 \ No newline at end of file diff --git a/jupyter_console-6.4.3.tar.gz b/jupyter_console-6.4.3.tar.gz new file mode 120000 index 0000000..d8a0973 --- /dev/null +++ b/jupyter_console-6.4.3.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreicv6mtcnmf6mr5ilyzbpxonwiw3nhx4phulia5zo4plt3ggsyazwu \ No newline at end of file diff --git a/python-jupyter_console.changes b/python-jupyter_console.changes index 781b6fa..4cafc16 100644 --- a/python-jupyter_console.changes +++ b/python-jupyter_console.changes @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Sun Mar 13 07:28:36 UTC 2022 - Ben Greiner + +- Update to 6.4.3 + * Require jupyter_client>=7.0.0 + * Don't pass loop to asyncio.wait() + * Prepare for use with Jupyter Releaser + +------------------------------------------------------------------- Wed Apr 14 16:06:32 UTC 2021 - Ben Greiner - Update to 6.4.0 diff --git a/python-jupyter_console.spec b/python-jupyter_console.spec index b2f3426..746a076 100644 --- a/python-jupyter_console.spec +++ b/python-jupyter_console.spec @@ -1,7 +1,7 @@ # # spec file for package python-jupyter_console # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-jupyter_console -Version: 6.4.0 +Version: 6.4.3 Release: 0 Summary: Jupyter terminal console License: BSD-3-Clause @@ -33,7 +33,7 @@ BuildRequires: %{python_module Pillow} BuildRequires: %{python_module flaky} BuildRequires: %{python_module ipykernel} BuildRequires: %{python_module ipython} -BuildRequires: %{python_module jupyter-client} +BuildRequires: %{python_module jupyter-client >= 7} BuildRequires: %{python_module prompt_toolkit >= 2} BuildRequires: %{python_module pytest} BuildRequires: %{python_module pyzmq} @@ -41,7 +41,7 @@ BuildRequires: %{python_module pyzmq} Requires: jupyter-jupyter_console = %{version} Requires: python-ipykernel Requires: python-ipython -Requires: python-jupyter-client +Requires: python-jupyter-client >= 7 Requires: python-prompt_toolkit >= 2 Requires: python-pyzmq Requires(post): update-alternatives @@ -84,7 +84,7 @@ sed -i '/import sys/ a import setuptools' setup.py %files %{python_files} %doc CONTRIBUTING.md README.md -%license COPYING.md +%license LICENSE %python_alternative %{_bindir}/jupyter-console %{python_sitelib}/jupyter_console %{python_sitelib}/jupyter_console-%{version}*-info