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