From 370c3bf774da54a8b32b3056fb6d3a2afb5e551e0b7618e8f98c86c181107832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 6 May 2025 11:20:32 +0000 Subject: [PATCH 1/2] 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 --- blessed-1.20.0.tar.gz | 3 --- blessed-1.21.0.tar.gz | 3 +++ python-blessed.changes | 8 ++++++++ python-blessed.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 blessed-1.20.0.tar.gz create mode 100644 blessed-1.21.0.tar.gz diff --git a/blessed-1.20.0.tar.gz b/blessed-1.20.0.tar.gz deleted file mode 100644 index 1833010..0000000 --- a/blessed-1.20.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cdd67f8746e048f00df47a2880f4d6acbcdb399031b604e34ba8f71d5787680 -size 6655612 diff --git a/blessed-1.21.0.tar.gz b/blessed-1.21.0.tar.gz new file mode 100644 index 0000000..c20ff57 --- /dev/null +++ b/blessed-1.21.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece8bbc4758ab9176452f4e3a719d70088eb5739798cd5582c9e05f2a28337ec +size 6660011 diff --git a/python-blessed.changes b/python-blessed.changes index 81934c0..09f2c36 100644 --- a/python-blessed.changes +++ b/python-blessed.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue May 6 10:17:52 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-blessed.spec b/python-blessed.spec index 9c057ab..d344880 100644 --- a/python-blessed.spec +++ b/python-blessed.spec @@ -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 From 01dc81983ee7cf91cafded644fb3730a0bfe501c2e1dc6895140efd63477263b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 6 May 2025 11:35:31 +0000 Subject: [PATCH 2/2] Accepting request 1274899 from home:mcalabkova:branches:devel:languages:python - Convert to pip-based build OBS-URL: https://build.opensuse.org/request/show/1274899 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blessed?expand=0&rev=28 --- python-blessed.changes | 5 +++++ python-blessed.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/python-blessed.changes b/python-blessed.changes index 09f2c36..13e6065 100644 --- a/python-blessed.changes +++ b/python-blessed.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 6 11:33:01 UTC 2025 - Markéta Machová + +- Convert to pip-based build + ------------------------------------------------------------------- Tue May 6 10:17:52 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-blessed.spec b/python-blessed.spec index d344880..78b50cf 100644 --- a/python-blessed.spec +++ b/python-blessed.spec @@ -25,15 +25,15 @@ License: MIT URL: https://github.com/jquast/blessed Source: https://files.pythonhosted.org/packages/source/b/blessed/blessed-%{version}.tar.gz BuildRequires: %{python_module curses} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six >= 1.9.0} BuildRequires: %{python_module wcwidth >= 0.1.4} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-curses -Requires: python-six >= 1.9.0 Requires: python-wcwidth >= 0.1.4 BuildArch: noarch %python_subpackages @@ -81,10 +81,10 @@ sed -i -e 's:cons25 ::' tests/accessories.py rm tox.ini %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check