Package Release Info

python-blessed-1.17.5-bp153.1.20

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-blessed
python3-blessed

Change Logs

Version: 1.17.5-bp152.1.1
* Wed May 06 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 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 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 05 2019 Todd R <toddrme2178@gmail.com>
- Set pytest maximum version.
Version: 1.15.0-bp151.1.3
* Wed Mar 06 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 1.15.0:
  * no upstream changelog
- Make sure tests are run
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Tue Jul 17 2018 tchvatal@suse.com
- Tox is not used when building so no need to depend on it
* Wed May 09 2018 toddrme2178@gmail.com
- Add license tag
* Fri Oct 20 2017 toddrme2178@gmail.com
- initial version