Sun, 28 Apr 2024 15:08:46 UTC | login

Information for build python-blessed-1.19.1-1.el9

ID53030
Package Namepython-blessed
Version1.19.1
Release1.el9
Epoch
SummaryA thin, practical wrapper around terminal capabilities in Python
DescriptionBlessed is a thin, practical wrapper around terminal styling, screen positioning, and keyboard input. It provides: - Styles, color, and maybe a little positioning without necessarily clearing the whole screen first. - Works great with standard Python string formatting. - Provides up-to-the-moment terminal height and width, so you can respond to terminal size changes. - Avoids making a mess if the output gets piped to a non-terminal: outputs to any file-like object such as StringIO, files, or pipes. - Uses the terminfo(5) database so it works with any terminal type and supports any terminal capability: No more C-like calls to tigetstr and tparm. - Keeps a minimum of internal state, so you can feel free to mix and match with calls to curses or whatever other terminal libraries you like. - Provides plenty of context managers to safely express terminal modes, automatically restoring the terminal to a safe state on exit. - Act intelligently when somebody redirects your output to a file, omitting all of the terminal sequences such as styling, colors, or positioning. - Dead-simple keyboard handling: safely decoding unicode input in your system’s preferred locale and supports application/arrow keys. - Allows the printable length of strings containing sequences to be determined.
Built bycbs-koji
State complete
Volume DEFAULT
StartedWed, 20 Mar 2024 12:31:59 UTC
CompletedWed, 20 Mar 2024 12:31:59 UTC
Tags
infra9-mailman-3-candidate
infra9-mailman-3-release
infra9-mailman-3-testing
RPMs
src
python-blessed-1.19.1-1.el9.src.rpm (info) (download)
noarch
python3-blessed-1.19.1-1.el9.noarch.rpm (info) (download)
Changelog * Wed Mar 30 2022 Avram Lubkin <aviso@rockhopper.net> - 1.19.1-1 - Update to 1.19.1 (#2043269) * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Sep 21 2021 Avram Lubkin <aviso@rockhopper.net> - 1.19.0-1 - Update to 1.19.0 (#2006163) * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jun 15 2021 Fedora Release Monitoring <aviso@rockhopper.net> - 1.18.1-1 - Update to 1.18.1 (#1932716) * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.17.12-3 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sun Jan 17 2021 Avram Lubkin <aviso@rockhopper.net> - 1.17.12-1 - Updated to 1.17.12 * Mon Sep 14 2020 Avram Lubkin <aviso@rockhopper.net> - 1.17.10-1 - Updated to 1.17.10 * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jun 19 2020 Avram Lubkin <aviso@rockhopper.net> - 1.17.8-2 - Add EL7 pytest patch * Fri Jun 19 2020 Avram Lubkin <aviso@rockhopper.net> - 1.17.8-1 - Updated to 1.17.8 * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.17.4-3 - Rebuilt for Python 3.9