diff --git a/jupyter_console-6.4.0.tar.gz b/jupyter_console-6.4.0.tar.gz deleted file mode 100644 index 3c19032..0000000 --- a/jupyter_console-6.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:242248e1685039cd8bff2c2ecb7ce6c1546eb50ee3b08519729e6e881aec19c7 -size 35765 diff --git a/jupyter_console-6.4.3.tar.gz b/jupyter_console-6.4.3.tar.gz new file mode 100644 index 0000000..385427d --- /dev/null +++ b/jupyter_console-6.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f32626b0be647a85e3217ddcdb22db69efc79e8b403b9771eb9ecc696019b5 +size 35432 diff --git a/python-jupyter_console.changes b/python-jupyter_console.changes index addbd4f..eef96e5 100644 --- a/python-jupyter_console.changes +++ b/python-jupyter_console.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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 diff --git a/python-jupyter_console.spec b/python-jupyter_console.spec index a4c97ad..a99e6f3 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