14
0
forked from pool/python-pudb

* Update to 2020.1:

- Use Jedi for completion in the built-in shell
  - Add vi keys for sidebar
  - Clean up vi key handling, remove duplication
  - add -m switch to run as module
  - Require Py3.6
  - Use h/l to collapse/open containers in var view
  - feat: add reverse remote pudb
* Fix dealing with alternatives.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pudb?expand=0&rev=16
This commit is contained in:
2021-01-19 17:25:16 +00:00
committed by Git OBS Bridge
parent 00cf0d1269
commit 51dda9d6e2
4 changed files with 21 additions and 15 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jan 19 17:04:53 UTC 2021 - Matej Cepl <mcepl@suse.com>
* Update to 2020.1:
- Use Jedi for completion in the built-in shell
- Add vi keys for sidebar
- Clean up vi key handling, remove duplication
- add -m switch to run as module
- Require Py3.6
- Use h/l to collapse/open containers in var view
- feat: add reverse remote pudb
* Fix dealing with alternatives.
-------------------------------------------------------------------
Tue Apr 28 07:28:12 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>