Accepting request 527436 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/527436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter_console?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2017-10-03 21:16:59 +00:00 committed by Git OBS Bridge
parent 4a45b75fbb
commit 854ac88d48
6 changed files with 31 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d0b4ae4dfe070be1e9d5690fa819328acffb5f37a8ef3baa1c7e3b77b443cfd7
size 26661

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:545dedd3aaaa355148093c5609f0229aeb121b4852995c2accfa64fe3e0e55cd
size 27063

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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