AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to 1.17.5: * minor fixes - Do not pull extra pytest deps and use even latest pytest
- update to 1.17.4 * optimize length() * add pixel_height and pixel_width, for libsixel support * Documentation overhaul, plenty of examples and animated screenshots.
- 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
- Set pytest maximum version.
- Update to 1.15.0: * no upstream changelog - Make sure tests are run
- Remove superfluous devel dependency for noarch package
- Tox is not used when building so no need to depend on it
- Add license tag
- initial version