Changelog for
python311-blessed-1.20.0-29.26.noarch.rpm :
* Thu Dec 14 2023 pgajdosAATTsuse.com- deleted patches - drop-python2-support.patch (upstreamed)
* Thu Dec 14 2023 Petr Gajdos
- update to 1.20.0:
* introduced `Terminal.get_fgcolor()` and `Terminal.get_bgcolor()` to query
* the terminal for the currently set colors. #237 by AATTstefanholek
* bugfix: Copy globals dict before iterating to avoid `RuntimeError` in multithreaded
* applications, #248 by AATTadamnovak
* Mon Jun 26 2023 Andreas Schneider - Use sle15_python_module_pythons
* Thu Nov 03 2022 Daniel Garcia - Add drop-python2-support.patch to remove python-six dependency gh#jquast/blessed#245- Remove python_module macro definition- Remove skip_python2 define- More specific python_sitelib in %files
* Wed Mar 16 2022 pgajdosAATTsuse.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 2020 Steve Kowalik - 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 06 2020 Tomáš Chvátal - Update to 1.17.5:
* minor fixes- Do not pull extra pytest deps and use even latest pytest
* Thu Mar 26 2020 Daniel Wagner - 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 2020 Marketa Calabkova - 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 05 2019 Todd R - Set pytest maximum version.