diff --git a/blessed-1.19.0.tar.gz b/blessed-1.19.1.tar.gz similarity index 56% rename from blessed-1.19.0.tar.gz rename to blessed-1.19.1.tar.gz index 1cc1837636358bb1525e5f18fd10c8aedc0e2fa8..10e0b8cb9bb3b62bf9bce3d3431a5358f73fe65c 100644 Binary files a/blessed-1.19.0.tar.gz and b/blessed-1.19.1.tar.gz differ diff --git a/python-blessed.spec b/python-blessed.spec index b2288ae89e1d32b1819f61867b957b3dbfb6117c..752d2dc4f88f6b3dcd15b134e4e3caf5284246d3 100644 --- a/python-blessed.spec +++ b/python-blessed.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-blessed -Version: 1.19.0 -Release: 2 +Version: 1.19.1 +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/d2/44/13a1a790ff7433ad60f5d1a4867810e4411757ccc58fb1bf91465840d6ce/blessed-1.19.0.tar.gz +Source0: https://files.pythonhosted.org/packages/e5/ad/97453480e7bdfce94f05a983cf7ad7f1d90239efee53d5af28e622f0367f/blessed-1.19.1.tar.gz BuildArch: noarch Requires: python3-wcwidth @@ -32,7 +32,7 @@ Provides: python3-blessed-doc Blessed is an easy, practical library for making python terminal apps %prep -%autosetup -n blessed-1.19.0 +%autosetup -n blessed-%{version} %build %py3_build @@ -72,6 +72,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 27 2022 wangjunqi - 1.19.1-1 +- Update package to version 1.19.1 + * Fri Apr 22 2022 liqiuyu - 1.19.0-2 - Add zlib to buildrequires