14
0

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

Update to version 2.0.3

This fixes an incompatibility with python3-IPython.

OBS-URL: https://build.opensuse.org/request/show/644904
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptpython?expand=0&rev=5
This commit is contained in:
Todd R
2018-10-26 15:49:31 +00:00
committed by Git OBS Bridge
parent 7ac31fa877
commit 8e2a6f060f
4 changed files with 47 additions and 13 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Oct 26 15:41:55 UTC 2018 - Todd R <toddrme2178@gmail.com>
- Update to version 2.0.3
* Allow changing the min/max brightness.
* Some changes for compatibility with the latest prompt_toolkit.
- Update to version 2.0.2
* Don't crash the history browser when there was no history.
* Set last exception in the sys module, when an exception was
raised.
* Require prompt_toolkit 2.0.5.
- Update to version 2.0.1
* Upgrade to prompt_toolkit 2.0.x.
- Split IPython support into its own subpackage and make it
python3-only. Due to the python2 version of IPython using
prompt_toolkit 1.x and both the python3 version of IPython
and Ptpython using prompt_toolkit 2.x, the python2 version of
Ptpython cannot be used with IPython anymore.
-------------------------------------------------------------------
Thu May 24 17:38:09 UTC 2018 - toddrme2178@gmail.com