diff --git a/-1.25.0.tar.gz b/-1.25.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/1.22.0.tar.gz b/1.22.0.tar.gz deleted file mode 100644 index a1cd7fbc62c9e7319b30893dd893215027e105a5..0000000000000000000000000000000000000000 Binary files a/1.22.0.tar.gz and /dev/null differ diff --git a/python-blessed.spec b/python-blessed.spec index dda05c2ac095ec6b45c3725fe7049aadfe2860cb..1ab95422ae80894f90453f0a9b1154889865723f 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.25.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/-//-%{version}.tar.gz BuildArch: noarch Requires: python3-wcwidth @@ -72,6 +72,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Nov 19 2025 zhangzeyang0718 - 1.25.0-1 +- Update to 1.25.0 + * Mon Nov 17 2025 dongqi - 1.22.0-1 - Update package to version 1.22.0 Fixes for failing tests