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