diff --git a/blessed-1.21.0.tar.gz b/1.22.0.tar.gz similarity index 48% rename from blessed-1.21.0.tar.gz rename to 1.22.0.tar.gz index 84984f9cfde3bbdc54e7335f1de920b59f4e5176..a1cd7fbc62c9e7319b30893dd893215027e105a5 100644 Binary files a/blessed-1.21.0.tar.gz and b/1.22.0.tar.gz differ diff --git a/python-blessed.spec b/python-blessed.spec index 5d6f3b517e722fb8608e61f58d77efe56dd5db90..dda05c2ac095ec6b45c3725fe7049aadfe2860cb 100644 --- a/python-blessed.spec +++ b/python-blessed.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-blessed -Version: 1.21.0 +Version: 1.22.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://files.pythonhosted.org/packages/0c/5e/3cada2f7514ee2a76bb8168c71f9b65d056840ebb711962e1ec08eeaa7b0/blessed-1.21.0.tar.gz +Source0: https://github.com/jquast/blessed/archive/refs/tags/%{version}.tar.gz BuildArch: noarch Requires: python3-wcwidth @@ -72,6 +72,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 17 2025 dongqi - 1.22.0-1 +- Update package to version 1.22.0 + Fixes for failing tests + Use a separate job to upload coverage for older python versions + Use tool "codespell" in tox 'lint' step + * Fri Nov 14 2025 zhangxiaolu - 1.21.0-1 - update to version 1.21.0