diff --git a/jupyter_console-6.4.4.tar.gz b/jupyter_console-6.4.4.tar.gz deleted file mode 100644 index 4572cfe..0000000 --- a/jupyter_console-6.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:172f5335e31d600df61613a97b7f0352f2c8250bbd1092ef2d658f77249f89fb -size 35145 diff --git a/jupyter_console-6.6.3.tar.gz b/jupyter_console-6.6.3.tar.gz new file mode 100644 index 0000000..32a70e7 --- /dev/null +++ b/jupyter_console-6.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:566a4bf31c87adbfadf22cdf846e3069b59a71ed5da71d6ba4d8aaad14a53539 +size 34363 diff --git a/python-jupyter_console.changes b/python-jupyter_console.changes index b118958..d525744 100644 --- a/python-jupyter_console.changes +++ b/python-jupyter_console.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Mar 19 18:23:43 UTC 2023 - Ben Greiner + +- Update to 6.6.3 + * Fix handle_external_iopub again #286 (@blink1073) +- Release 6.6.2 + * Fix handle_external_iopub #285 (@blink1073) +- Release 6.6.0 + * Switch to hatch backend #281 (@blink1073) +- Release 6.5.1 + * Fix completion handling #278 (@blink1073) +- Release 6.5.0 + * Fix client 7 and 8 compat #276 (@blink1073) + ------------------------------------------------------------------- Mon Aug 1 18:17:18 UTC 2022 - Ben Greiner diff --git a/python-jupyter_console.spec b/python-jupyter_console.spec index 8b962c3..ea27381 100644 --- a/python-jupyter_console.spec +++ b/python-jupyter_console.spec @@ -1,7 +1,7 @@ # # spec file for package python-jupyter_console # -# 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 @@ -17,32 +17,39 @@ Name: python-jupyter_console -Version: 6.4.4 +Version: 6.6.3 Release: 0 Summary: Jupyter terminal console License: BSD-3-Clause URL: https://github.com/jupyter/jupyter_console Source0: https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-%{version}.tar.gz BuildRequires: %{python_module base >= 3.7} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module hatchling >= 1.5} +BuildRequires: %{python_module pip} BuildRequires: fdupes BuildRequires: python-rpm-macros # SECTION test requirements -BuildRequires: %{python_module Pillow} +BuildRequires: %{python_module Pygments} BuildRequires: %{python_module flaky} -BuildRequires: %{python_module ipykernel} +BuildRequires: %{python_module ipykernel >= 6.14} BuildRequires: %{python_module ipython} BuildRequires: %{python_module jupyter-client >= 7} -BuildRequires: %{python_module prompt_toolkit >= 2} +BuildRequires: %{python_module jupyter-core >= 5.1} +BuildRequires: %{python_module pexpect} +BuildRequires: %{python_module prompt_toolkit >= 3.0.30} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module pyzmq} +BuildRequires: %{python_module pyzmq >= 17} +BuildRequires: %{python_module traitlets >= 5.4} # /SECTION Requires: jupyter-jupyter_console = %{version} -Requires: python-ipykernel +Requires: python-Pygments +Requires: python-ipykernel >= 6.14 Requires: python-ipython Requires: python-jupyter-client >= 7 -Requires: python-prompt_toolkit >= 2 -Requires: python-pyzmq +Requires: python-prompt_toolkit >= 3.0.30 +Requires: python-pyzmq >= 17 +Requires: python-traitlets >= 5.4 +Requires: ((python-jupyter-core >= 4.12 with python-jupyter-core < 5.0) or python-jupyter-core >= 5.1) Requires(post): update-alternatives Requires(postun):update-alternatives Provides: python-jupyter-console = %{version}-%{release} @@ -63,10 +70,10 @@ This code is based on the single-process IPython terminal. %setup -q -n jupyter_console-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/jupyter-console %python_expand %fdupes %{buildroot}%{$python_sitelib}