15
0
Files
python-blessed/python-blessed.changes
Matej Cepl 7d2649c12d 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
2022-03-16 20:48:40 +00:00

94 lines
3.5 KiB
Plaintext

-------------------------------------------------------------------
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>
- Update to 1.17.10:
* bugfix: Now imports on 3.10+
* bugfix: Fix detection of shift+arrow keys when using tmux. :ghissue:`178`.
-------------------------------------------------------------------
Wed May 6 07:22:06 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.17.5:
* minor fixes
- Do not pull extra pytest deps and use even latest pytest
-------------------------------------------------------------------
Thu Mar 26 15:07:26 UTC 2020 - Daniel Wagner <daniel.wagner@suse.com>
- update to 1.17.4
* optimize length()
* add pixel_height and pixel_width, for libsixel support
* Documentation overhaul, plenty of examples and animated
screenshots.
-------------------------------------------------------------------
Wed Jan 22 15:36:56 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 1.17.0
* 24-bit color support
* move_up(), move_down(), Terminal.move_left(), move_right() which
are strings that move the cursor one cell in the respective
direction, are now also callables for moving n cells to the
given direction, such as term.move_right(9).
* Context Managers, fullscreen(), hidden_cursor(), and keypad()
now flush the stream after writing their sequences.
* deprecated: superscript, subscript, shadow, and dim are no longer
“compoundable” with colors. Use Unicode text or 256 or 24-bit
color codes instead.
* more on https://blessed.readthedocs.io/en/latest/history.html
-------------------------------------------------------------------
Thu Sep 5 13:40:10 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Set pytest maximum version.
-------------------------------------------------------------------
Wed Mar 6 13:51:18 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.15.0:
* no upstream changelog
- Make sure tests are run
-------------------------------------------------------------------
Tue Dec 4 12:46:12 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Tue Jul 17 13:29:00 UTC 2018 - tchvatal@suse.com
- Tox is not used when building so no need to depend on it
-------------------------------------------------------------------
Wed May 9 03:18:05 UTC 2018 - toddrme2178@gmail.com
- Add license tag
-------------------------------------------------------------------
Fri Oct 20 16:13:50 UTC 2017 - toddrme2178@gmail.com
- initial version