Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3c583ffa63 | |||
| 01dc81983e | |||
| 370c3bf774 |
3
blessed-1.21.0.tar.gz
Normal file
3
blessed-1.21.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ece8bbc4758ab9176452f4e3a719d70088eb5739798cd5582c9e05f2a28337ec
|
||||||
|
size 6660011
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e3064559388bd532ab6460d9b6c7d6dd699c4e0cf54d28ed6e2cab12feda13bb
|
|
||||||
size 6761573
|
|
||||||
@@ -1,66 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu Jan 22 14:36:18 UTC 2026 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 1.27:
|
|
||||||
* fix flit/delete MANIFEST.in for re-release,
|
|
||||||
- update to 1.26:
|
|
||||||
* mypy check no-untyped-call and type-var
|
|
||||||
* test length with characters where wcwidth returns -1
|
|
||||||
* Add optional testing for Python 3.15
|
|
||||||
* ci/docformatter/lint fixes
|
|
||||||
* call length() less in wrap()
|
|
||||||
* Add break_on_hyphens support (rework of #330)
|
|
||||||
* Add Terminal.color_hex('#rgb'), Bugfix get_fgcolor()
|
|
||||||
* Add Terminal.scroll_region() context manager
|
|
||||||
* Add Terminal.no_line_wrap() context manager
|
|
||||||
* Bugfix: Variation Selector-16/ZWJ and starting sequences in
|
|
||||||
wrap()
|
|
||||||
* New method: Terminal.detect_ambiguous_width() -> [1, 2]
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Nov 26 08:54:06 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
||||||
|
|
||||||
- Update to 1.25
|
|
||||||
* bugfix: The fix in 1.20 got reverted in release in 1.23 by PR #306,
|
|
||||||
this release re-applies the fix, PR #326.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Nov 17 15:48:04 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
||||||
|
|
||||||
- Update to 1.24
|
|
||||||
* bugfix: :meth:`blessed.Terminal`get_sixel_height_and_width` detection order
|
|
||||||
and improve documentation for window resize event handling (#320).
|
|
||||||
* bugfix: change default argument ``timeout=None`` to ``timeout=1`` in methods
|
|
||||||
requiring automatic response, preventing stalls on "dumb" terminals (#317).
|
|
||||||
- from version 1.23
|
|
||||||
* introduced: Environment values FORCE_COLOR_, CLICOLOR_FORCE_, and NO_COLOR_
|
|
||||||
overrides :class:`blessed.Terminal` argument value, ``force_styling`` (#295).
|
|
||||||
* improved: performance of :meth:`~Terminal.rgb_downconvert` for 256-color
|
|
||||||
terminals, (#298).
|
|
||||||
* deprecated: Python 2.7 through 3.6 no longer supported. (#299).
|
|
||||||
* improved: keyboard support for modifier keys, (#306).
|
|
||||||
* introduced: kitty keyboard protocol support, (#309).
|
|
||||||
* introduced: mouse support, Synchronized Output, and support for DEC Private
|
|
||||||
Modes, (#310).
|
|
||||||
* introduced: methods to determine Sixel, dimensions and color depth (#312).
|
|
||||||
* introduced: in-band resize support (DEC Private Mode 2048) (#313).
|
|
||||||
* introduced: XTVersion identification: (#314).
|
|
||||||
* bugfix: default timeout for get_bgcolor, get_fgcolor (#315).
|
|
||||||
- Update BuildRequires and Requires from pyproject.toml
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Oct 22 13:11:07 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
||||||
|
|
||||||
- Update to 1.22.0
|
|
||||||
* Performance improved in Terminal.Length and Sequence.padd
|
|
||||||
by @grayjk and @avylove, (#286), (#287), (#289), and (#291)
|
|
||||||
* Fixes for failing tests by @avylove in (#284)
|
|
||||||
* Use a separate job to upload coverage for older python versions
|
|
||||||
by @avylove in (#288)
|
|
||||||
* Use tool "codespell" in tox 'lint' step by @yarikoptic and
|
|
||||||
@jquast in (#293)
|
|
||||||
* Unpin docformatter by @avylove in (#292)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 6 11:33:01 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
Tue May 6 11:33:01 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
@@ -157,14 +94,14 @@ Wed Jan 22 15:36:56 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|||||||
|
|
||||||
- update to 1.17.0
|
- update to 1.17.0
|
||||||
* 24-bit color support
|
* 24-bit color support
|
||||||
* move_up(), move_down(), Terminal.move_left(), move_right() which
|
* move_up(), move_down(), Terminal.move_left(), move_right() which
|
||||||
are strings that move the cursor one cell in the respective
|
are strings that move the cursor one cell in the respective
|
||||||
direction, are now also callables for moving n cells to the
|
direction, are now also callables for moving n cells to the
|
||||||
given direction, such as term.move_right(9).
|
given direction, such as term.move_right(9).
|
||||||
* Context Managers, fullscreen(), hidden_cursor(), and keypad()
|
* Context Managers, fullscreen(), hidden_cursor(), and keypad()
|
||||||
now flush the stream after writing their sequences.
|
now flush the stream after writing their sequences.
|
||||||
* deprecated: superscript, subscript, shadow, and dim are no longer
|
* deprecated: superscript, subscript, shadow, and dim are no longer
|
||||||
“compoundable” with colors. Use Unicode text or 256 or 24-bit
|
“compoundable” with colors. Use Unicode text or 256 or 24-bit
|
||||||
color codes instead.
|
color codes instead.
|
||||||
* more on https://blessed.readthedocs.io/en/latest/history.html
|
* more on https://blessed.readthedocs.io/en/latest/history.html
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-blessed
|
# spec file for package python-blessed
|
||||||
#
|
#
|
||||||
# Copyright (c) 2026 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,17 +18,17 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-blessed
|
Name: python-blessed
|
||||||
Version: 1.27.0
|
Version: 1.21.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Wrapper around terminal styling, screen positioning, and keyboard input
|
Summary: Wrapper around terminal styling, screen positioning, and keyboard input
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/jquast/blessed
|
URL: https://github.com/jquast/blessed
|
||||||
Source: https://files.pythonhosted.org/packages/source/b/blessed/blessed-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/b/blessed/blessed-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module curses}
|
BuildRequires: %{python_module curses}
|
||||||
BuildRequires: %{python_module flit-core >= 3.11}
|
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest-xdist}
|
BuildRequires: %{python_module pytest-xdist}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wcwidth >= 0.1.4}
|
BuildRequires: %{python_module wcwidth >= 0.1.4}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
|||||||
Reference in New Issue
Block a user