15
0

Accepting request 1274858 from home:glaubitz:branches:devel:languages:python

- Update to 1.21.0
  * bugfix infinite loop in method Terminal.wrap() when "Wide" characters of
    width 2 (East-Asian or Emoji) are used with a wrap width of 1, and a small
    performance enhancement, #273 and #274 by @grayjk, merged as #275

OBS-URL: https://build.opensuse.org/request/show/1274858
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blessed?expand=0&rev=27
This commit is contained in:
2025-05-06 11:20:32 +00:00
committed by Git OBS Bridge
parent 80923e84c9
commit 370c3bf774
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2cdd67f8746e048f00df47a2880f4d6acbcdb399031b604e34ba8f71d5787680
size 6655612

3
blessed-1.21.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ece8bbc4758ab9176452f4e3a719d70088eb5739798cd5582c9e05f2a28337ec
size 6660011

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue May 6 10:17:52 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.21.0
* bugfix infinite loop in method Terminal.wrap() when "Wide" characters of
width 2 (East-Asian or Emoji) are used with a wrap width of 1, and a small
performance enhancement, #273 and #274 by @grayjk, merged as #275
-------------------------------------------------------------------
Thu Dec 14 11:10:32 UTC 2023 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-blessed
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-blessed
Version: 1.20.0
Version: 1.21.0
Release: 0
Summary: Wrapper around terminal styling, screen positioning, and keyboard input
License: MIT