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

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

3
ptpython-2.0.4.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jun 3 17:04:50 UTC 2019 - Todd R <toddrme2178@gmail.com>
- 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.
-------------------------------------------------------------------
Mon Feb 4 19:03:04 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

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