14
0

Accepting request 707268 from home:TheBlackCat:branches:devel:languages:python

- Fix jupyter dependencies.
- Update to 2.0.4
  * Fixed ptipython.
  * Fixed config: setting of color depth.
  * Fixed auto-suggest key bindings.
  * Fixed Control-D key binding for exiting REPL when (confirm_exit=False).
  * Correctly focus/unfocus sidebar.
  * Fixed open_in_editor and suspend key bindings.

OBS-URL: https://build.opensuse.org/request/show/707268
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptpython?expand=0&rev=11
This commit is contained in:
Todd R
2019-06-03 17:36:22 +00:00
committed by Git OBS Bridge
parent 5367ef347a
commit f69f92e6b8
4 changed files with 17 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-ptpython
Version: 2.0.3
Version: 2.0.4
Release: 0
Summary: Python REPL build on top of prompt_toolkit
License: ISC
@@ -51,7 +51,7 @@ Ptpython is an advanced Python REPL.
%package -n python3-ptpython-ptipython
Summary: Python REPL build on top of prompt_toolkit - IPython support
Group: Development/Languages/Python
Requires: python3-jupyter_ipython
Requires: python3-ipython
Requires: python3-ptpython
%description -n python3-ptpython-ptipython