forked from pool/python-ptpython
- update to 3.0.23:
* Don't print exception messages twice for unhandled
exceptions.
* Added cursor shape support.
* Drop Python 3.6 support.
- Update to version 3.0.22
- Update to version 3.0.21:
- Allow usage of `await` in assignment expressions or for-loops.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptpython?expand=0&rev=21
This commit is contained in:
@@ -1,14 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 11 07:23:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.0.23:
|
||||
* Don't print exception messages twice for unhandled
|
||||
exceptions.
|
||||
* Added cursor shape support.
|
||||
* Drop Python 3.6 support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 16:19:12 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to version 3.0.22
|
||||
- Update to version 3.0.22
|
||||
* New features:
|
||||
- Improve rendering performance when there are many completions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 04:31:39 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to version 3.0.21:
|
||||
- Update to version 3.0.21:
|
||||
New features:
|
||||
- Make ptipython respect more config changes.
|
||||
(See: https://github.com/prompt-toolkit/ptpython/pull/110 )
|
||||
@@ -36,7 +45,7 @@ Tue Oct 4 23:22:29 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
Fixes:
|
||||
- Fix handling of `SystemExit` (fixes "ValueError: I/O operation on closed
|
||||
file").
|
||||
- Allow usage of `await` in assignment expressions or for-loops.
|
||||
- Allow usage of `await` in assignment expressions or for-loops.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 24 07:39:09 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
Reference in New Issue
Block a user