Changelog for
python2-blessed-1.17.5-lp152.1.1.noarch.rpm :
* 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.
* Wed Mar 06 2019 Tomáš Chvátal - Update to 1.15.0:
* no upstream changelog- Make sure tests are run
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Tue Jul 17 2018 tchvatalAATTsuse.com- Tox is not used when building so no need to depend on it
* Wed May 09 2018 toddrme2178AATTgmail.com- Add license tag
* Fri Oct 20 2017 toddrme2178AATTgmail.com- initial version