diff --git a/blessed-1.24.0.tar.gz b/blessed-1.24.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e5fe741d088592f59ccce43c61ce3c1da5456a67 Binary files /dev/null and b/blessed-1.24.0.tar.gz differ diff --git a/python-blessed.spec b/python-blessed.spec index dda05c2ac095ec6b45c3725fe7049aadfe2860cb..af1bdbf63ab1b4e255e4588aa707e366dc6e6ea1 100644 --- a/python-blessed.spec +++ b/python-blessed.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-blessed -Version: 1.22.0 +Version: 1.24.0 Release: 1 Summary: Easy, practical library for making terminal apps, by providing an elegant, well-documented interface to Colors, Keyboard input, and screen Positioning capabilities. License: MIT URL: https://github.com/jquast/blessed -Source0: https://github.com/jquast/blessed/archive/refs/tags/%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/b/blessed/blessed-%{version}.tar.gz BuildArch: noarch Requires: python3-wcwidth @@ -72,6 +72,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 20 2025 lvwq - 1.24.0-1 +- Update to 1.24.0 + +* Tue Nov 18 2025 lvwq - 1.24.0-1 +- Update to 1.24.0 + * Mon Nov 17 2025 dongqi - 1.22.0-1 - Update package to version 1.22.0 Fixes for failing tests