15
0

Accepting request 962173 from home:pgajdos:python

- version update to 1.19.1
  1.19
  * introduced truncate() to truncate a string while retaining the
    sequences, #211 by fishermans-friend
  * enhancement: Add small sleep in kbhit() on Windows to reduce CPU
    load #209 by numerlor
  * enhancement: rjust(), ljust(), and center() now accept
    SupportsIndex types, #234
  * enhancement: When 88 colors is detected, it is now interpreted
    as 16 colors rather than raising an AssertionError, #235
  * bugfix: Fix global variable declarations in type annotations, #230
    by mwchase
  1.18
  * bugfix: split_seqs() for some sequences like term.move_left(3), #197.
  * introduced: type annotations, #192 by dlax.
  * bugfix: do not fail when sys.stdin is unset, #195 by Olen
  * docfix: correct “Bottom of the screen” example to use end=''
    and document about it in location.rst, #188 by pyfisch
- python-mock not required

OBS-URL: https://build.opensuse.org/request/show/962173
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blessed?expand=0&rev=19
This commit is contained in:
2022-03-16 20:48:40 +00:00
committed by Git OBS Bridge
parent 457fde5b7b
commit 7d2649c12d
4 changed files with 31 additions and 13 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Mar 16 12:16:20 UTC 2022 - pgajdos@suse.com
- version update to 1.19.1
1.19
* introduced truncate() to truncate a string while retaining the
sequences, #211 by fishermans-friend
* enhancement: Add small sleep in kbhit() on Windows to reduce CPU
load #209 by numerlor
* enhancement: rjust(), ljust(), and center() now accept
SupportsIndex types, #234
* enhancement: When 88 colors is detected, it is now interpreted
as 16 colors rather than raising an AssertionError, #235
* bugfix: Fix global variable declarations in type annotations, #230
by mwchase
1.18
* bugfix: split_seqs() for some sequences like term.move_left(3), #197.
* introduced: type annotations, #192 by dlax.
* bugfix: do not fail when sys.stdin is unset, #195 by Olen
* docfix: correct “Bottom of the screen” example to use end=''
and document about it in location.rst, #188 by pyfisch
- python-mock not required
-------------------------------------------------------------------
Wed Aug 26 06:48:05 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>