forked from pool/python-ptpython
- Update to version 3.0.20: 2021-09-14 New features: - For `DictionaryCompleter`: show parentheses after methods. Fixes: - Don't crash when trying to complete broken mappings in `DictionaryCompleter`. - Don't crash when an older version of `black` is installed that is not compatible. - Update to version 3.0.19: 2021-07-08 Fixes: - Fix handling of `SystemExit` (fixes "ValueError: I/O operation on closed file"). - Allow usage of `await` in assignment expressions or for-loops. OBS-URL: https://build.opensuse.org/request/show/1008046 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptpython?expand=0&rev=15
93 lines
3.5 KiB
Plaintext
93 lines
3.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Oct 4 23:22:29 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to version 3.0.20: 2021-09-14
|
|
New features:
|
|
- For `DictionaryCompleter`: show parentheses after methods.
|
|
Fixes:
|
|
- Don't crash when trying to complete broken mappings in `DictionaryCompleter`.
|
|
- Don't crash when an older version of `black` is installed that is not
|
|
compatible.
|
|
|
|
- Update to version 3.0.19: 2021-07-08
|
|
Fixes:
|
|
- Fix handling of `SystemExit` (fixes "ValueError: I/O operation on closed
|
|
file").
|
|
- Allow usage of `await` in assignment expressions or for-loops.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 24 07:39:09 UTC 2020 - pgajdos@suse.com
|
|
|
|
- version update to 3.0.1
|
|
- Fix backwards-compatibility of the `run_config` function. (used by
|
|
django-extensions).
|
|
- Fix input mode in status bar for block selection.
|
|
- Upgrade to prompt_toolkit 3.0.
|
|
- Requires at least Python 3.6.
|
|
- Uses XDG base directory specification.
|
|
- Added dictionary completer (off by default).
|
|
- Added fuzzy completion (off by default).
|
|
- Highlight keywords in completion dropdown menu.
|
|
- Enable universal wheels.
|
|
- Fixed embedding repl as asyncio coroutine.
|
|
- Fixed patching stdout in embedded repl.
|
|
- Fixed ResourceWarning in setup.py.
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Trim conjecture from descriptions.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:51:46 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- spec file cleanups
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 18 16:45:24 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
- Implement single-spec version
|
|
- Update to version 0.41
|
|
* See changelog at https://github.com/jonathanslenders/ptpython/blob/da2c5281f60c2d8a92749709219771ffaa84220f/CHANGELOG
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 5 10:21:06 UTC 2015 - toddrme2178@gmail.com
|
|
|
|
- Initial version
|