14
0
forked from pool/python-pyte

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/1002436
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyte?expand=0&rev=16
This commit is contained in:
2022-09-12 07:23:51 +00:00
committed by Git OBS Bridge
parent 9b477d4714
commit 9a491d9d3e
4 changed files with 34 additions and 6 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sat Jun 4 20:34:46 UTC 2022 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
* require python >= 3.7
* be more specific in %files section
- update to version 0.8.1:
* Yet another fix of "Screen.set_margins" for the case of CSI with
no arguments. See issue #61 on GitHub.
* Changed "Screen.erase_in_display" to accept additional positional
arguments as some some "clear" implementations include a ";" after
the first parameter causing "pyte" to assume a "0" second
parameter.
* Changed "Stream" FSM to reinit on error when parsing control
sequence.
* Added support for blink to the SGR handler. See PR #120 on GitHub.
Thanks to @eight04!
* Changed "Stream" to skip XTerm-specific "ESC]...$[a-z]" sequences.
See issue #117 on GitHub.
* Dropped Python 2.X support. The minimal required version of Python
is now 3.7.
-------------------------------------------------------------------
Fri May 28 07:59:26 UTC 2021 - pgajdos@suse.com