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:
committed by
Git OBS Bridge
parent
b0ecf26185
commit
090691df31
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cd99a50070dcdb59678e7adc52696e8de8d1972e87808574fd8a243f78a8b462
|
|
||||||
size 48996
|
|
3
pyte-0.7.0.tar.gz
Normal file
3
pyte-0.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:873acb47b624b9f30e9c54fab9c06a53be3b6bfa4b3d863ab30f55e93724c5aa
|
||||||
|
size 49500
|
@@ -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
|
Sun Sep 3 11:17:17 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
Name: python-pyte
|
Name: python-pyte
|
||||||
Version: 0.6.0
|
Version: 0.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: VTXXX-compatible linux terminal emulator
|
Summary: VTXXX-compatible linux terminal emulator
|
||||||
License: LGPL-3.0
|
License: LGPL-3.0
|
||||||
|
Reference in New Issue
Block a user