forked from pool/python-ptpython
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:
@@ -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
3
ptpython-2.0.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ebe9d68ea7532ec8ab306d4bdc7ec393701cd9bbd6eff0aa3067c821f99264d4
|
||||||
|
size 43284
|
||||||
@@ -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>
|
Mon Feb 4 19:03:04 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-ptpython
|
Name: python-ptpython
|
||||||
Version: 2.0.3
|
Version: 2.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python REPL build on top of prompt_toolkit
|
Summary: Python REPL build on top of prompt_toolkit
|
||||||
License: ISC
|
License: ISC
|
||||||
@@ -51,7 +51,7 @@ Ptpython is an advanced Python REPL.
|
|||||||
%package -n python3-ptpython-ptipython
|
%package -n python3-ptpython-ptipython
|
||||||
Summary: Python REPL build on top of prompt_toolkit - IPython support
|
Summary: Python REPL build on top of prompt_toolkit - IPython support
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Requires: python3-jupyter_ipython
|
Requires: python3-ipython
|
||||||
Requires: python3-ptpython
|
Requires: python3-ptpython
|
||||||
|
|
||||||
%description -n python3-ptpython-ptipython
|
%description -n python3-ptpython-ptipython
|
||||||
|
|||||||
Reference in New Issue
Block a user