14
0

Accepting request 622853 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/622853
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prompt_toolkit?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2018-07-15 11:40:11 +00:00
committed by Git OBS Bridge
parent ff0b9f5464
commit 5d17814689
4 changed files with 42 additions and 15 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sat Jul 14 19:15:07 UTC 2018 - arun@gmx.de
- specfile:
* update copyright year
- update to version 2.0.3:
* Bug fixes:
+ Fix in 'x' and 'X' Vi key bindings. Correctly handle line
endings and args.
+ Fixed off by one error in Vi line selection.
+ Fixed bugs in Vi block selection. Correctly handle lines that
the selection doesn't cross.
+ Python 2 bugfix. Handle str/unicode correctly.
+ Handle option+left/right in iTerm.
- changes from version 2.0.2:
* Bug fixes:
+ Python 3.7 support: correctly handle StopIteration in
asynchronous generator.
+ Fixed off-by-one bug in Vi visual block mode.
+ Bugfix in TabsProcessor: handle situations when the cursor is at
the end of the line.
- changes from version 2.0.1 + previous:
* long list of changelog, see CHANGELOG in tar-ball for details.
-------------------------------------------------------------------
Fri May 18 17:53:31 UTC 2018 - toddrme2178@gmail.com