diff --git a/jupyter_console-5.1.0.tar.gz b/jupyter_console-5.1.0.tar.gz deleted file mode 100644 index 0101136..0000000 --- a/jupyter_console-5.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0b4ae4dfe070be1e9d5690fa819328acffb5f37a8ef3baa1c7e3b77b443cfd7 -size 26661 diff --git a/jupyter_console-5.2.0.tar.gz b/jupyter_console-5.2.0.tar.gz new file mode 100644 index 0000000..d524b87 --- /dev/null +++ b/jupyter_console-5.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545dedd3aaaa355148093c5609f0229aeb121b4852995c2accfa64fe3e0e55cd +size 27063 diff --git a/python-jupyter_console-doc.changes b/python-jupyter_console-doc.changes index 1db50ec..f412fe3 100644 --- a/python-jupyter_console-doc.changes +++ b/python-jupyter_console-doc.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Sep 19 19:51:19 UTC 2017 - toddrme2178@gmail.com + +- Update to 5.2.0 + * When using a kernel that the console did not start, exiting with Ctrl-D now + leaves it running. + * Added Ctrl-\\ shortcut to quit the console. + * Input prompt numbers are now updated when another frontend has executed + code in the same kernel. + * Fix setting next input with newer versions of prompt_toolkit. + * Ensure history entries are unicode, not bytes, on Python 2. + ------------------------------------------------------------------- Wed Apr 26 19:08:32 UTC 2017 - toddrme2178@gmail.com diff --git a/python-jupyter_console-doc.spec b/python-jupyter_console-doc.spec index 954354e..c5f4b73 100644 --- a/python-jupyter_console-doc.spec +++ b/python-jupyter_console-doc.spec @@ -29,7 +29,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jupyter_console-doc -Version: 5.1.0 +Version: 5.2.0 Release: 0 Summary: Documentation for python-jupyter_console License: BSD-3-Clause @@ -48,6 +48,7 @@ BuildRequires: python-mock # Documentation requirements %if %{with pdf} || %{with html} BuildRequires: python3-Sphinx +BuildRequires: python3-sphinxcontrib-github-alt %endif %if %{with pdf} BuildRequires: python3-Sphinx-latex diff --git a/python-jupyter_console.changes b/python-jupyter_console.changes index 5da964e..085c002 100644 --- a/python-jupyter_console.changes +++ b/python-jupyter_console.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Sep 19 19:51:19 UTC 2017 - toddrme2178@gmail.com + +- Update to 5.2.0 + * When using a kernel that the console did not start, exiting with Ctrl-D now + leaves it running. + * Added Ctrl-\\ shortcut to quit the console. + * Input prompt numbers are now updated when another frontend has executed + code in the same kernel. + * Fix setting next input with newer versions of prompt_toolkit. + * Ensure history entries are unicode, not bytes, on Python 2. + ------------------------------------------------------------------- Wed Apr 26 19:08:23 UTC 2017 - toddrme2178@gmail.com diff --git a/python-jupyter_console.spec b/python-jupyter_console.spec index 596bb8c..a249275 100644 --- a/python-jupyter_console.spec +++ b/python-jupyter_console.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jupyter_console -Version: 5.1.0 +Version: 5.2.0 Release: 0 Summary: Jupyter terminal console License: BSD-3-Clause @@ -29,13 +29,10 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module jupyter_client} -BuildRequires: %{python_module jupyter_ipykernel} -BuildRequires: %{python_module jupyter_ipython} Requires: python-jupyter_client Requires: python-jupyter_ipykernel Requires: python-jupyter_ipython -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Recommends: python-prompt_toolkit >= 1.0.0 BuildArch: noarch %python_subpackages