15
0

Accepting request 520044 from devel:languages:python:singlespec-staging

- Update to version 0.2.11
  * Add sequences for home and end (fixes Curtsies #78)
  * fix #90 again
  * strip ansi escape sequences if parsing fmtstr input fails
  * prevent invalid negative cursor positions in CursorAwareWindow (fixes bpython #607)
  * '\x1bOA' changed from ctrl-arrow key to arrow key (fixes bpython #621)
  * alternate codes for F1-F4 (fixes bpython #626)
- singlespec auto-conversion
- Initial package.

OBS-URL: https://build.opensuse.org/request/show/520044
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-curtsies?expand=0&rev=3
This commit is contained in:
Todd R
2017-08-31 22:18:09 +00:00
committed by Git OBS Bridge
parent 03963a0aba
commit bd0481cd99
4 changed files with 40 additions and 16 deletions

View File

@@ -1,5 +1,22 @@
-------------------------------------------------------------------
Thu Aug 31 22:14:20 UTC 2017 - toddrme2178@gmail.com
- Update to version 0.2.11
* Add sequences for home and end (fixes Curtsies #78)
* fix #90 again
* strip ansi escape sequences if parsing fmtstr input fails
* prevent invalid negative cursor positions in CursorAwareWindow (fixes bpython #607)
* '\x1bOA' changed from ctrl-arrow key to arrow key (fixes bpython #621)
* alternate codes for F1-F4 (fixes bpython #626)
-------------------------------------------------------------------
Thu Aug 24 13:35:27 UTC 2017 - jmatejek@suse.com
- singlespec auto-conversion
-------------------------------------------------------------------
Mon Aug 15 00:42:48 UTC 2016 - badshah400@gmail.com
- Initial package.