14
0
forked from pool/python-pyte

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/538868
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyte?expand=0&rev=7
This commit is contained in:
Jan Matejek
2017-11-07 14:52:36 +00:00
committed by Git OBS Bridge
parent b0ecf26185
commit 090691df31
4 changed files with 29 additions and 4 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Fri Nov 3 15:54:05 UTC 2017 - arun@gmx.de
- update to version 0.7.0:
* Removed deprecated "only" parameter of "Stream.attach".
* Removed deprecated "encoding" parameter of "ByteStream".
* Fixed "how == 3" handling in "DiffScreen.erase_in_display".
* Deprecated "DiffScreen". Its functionality has been backported to
the base "Screen" class.
* Fixed a bug in "DiffScreen.draw" which incorrectly handled the
case when the input of "draw" required several lines.
* Fixed a bug in "Screen" which did not ignore "ESC (" argument in
UTF8 mode. See issue #88 on GitHub.
* Changed "Screen.resize" to do nothing if the requested size
matches the current one.
* Disallowed private mode for
"Screen.report_device_attributes". This was causing an infinite
loop in Emacs and Vim. See issue #81 on GitHub.
* Fixed a bug in `OSC` parsing, which caused "Stream" to hang upon
receiving a palette reset request "ESC ] R".
* Changed "Screen.reset" not to reset `DECOM`. See discussion in
issue #95 on Github.
* Changed the first tabstop to be at the 9-th column. See PR #98 on
GitHub. Thanks to @gordon-quad!
-------------------------------------------------------------------
Sun Sep 3 11:17:17 UTC 2017 - jengelh@inai.de