From dc0ec6de495ca307ea934143204c124b54f46996 Mon Sep 17 00:00:00 2001 From: ocs-bot Date: Thu, 21 Dec 2023 21:27:20 +0800 Subject: [PATCH] Upgrade to version 2.3.4 --- python-urwid.spec | 15 +++++++++++---- sources | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/python-urwid.spec b/python-urwid.spec index 7e27a4e..9bfcf3e 100644 --- a/python-urwid.spec +++ b/python-urwid.spec @@ -1,10 +1,12 @@ +%global srcname urwid + Summary: Python library for making text console applications Name: python-urwid -Version: 2.1.2 -Release: 5%{?dist} +Version: 2.3.4 +Release: 1%{?dist} License: LGPLv2+ URL: http://excess.org/urwid/ -Source0: https://files.pythonhosted.org/packages/94/3f/e3010f4a11c08a5690540f7ebd0b0d251cc8a456895b7e49be201f73540c/urwid-2.1.2.tar.gz +Source0: %{pypi_source} %description Urwid is a console user interface library for Python on Linux, OSX, Cygwin \ @@ -13,6 +15,8 @@ or other unix-like OS. %package -n python3-urwid Summary: %summary BuildRequires: gcc python3-devel python3-setuptools python3-test +# fix Directory not found: urwid-%%{version}*.egg-info +BuildRequires: python3-setuptools_scm %description -n python3-urwid Console user interface library for Python @@ -36,6 +40,9 @@ Console user interface library for Python %{python3_sitearch}/urwid-%{version}*.egg-info/ %changelog +* Thu Dec 21 2023 Upgrade Robot - 2.3.4-1 +- Upgrade to version 2.3.4 + * Tue Sep 19 2023 OpenCloudOS Release Engineering - 2.1.2-5 - Rebuilt for python 3.11 @@ -49,4 +56,4 @@ Console user interface library for Python - Rebuilt for OpenCloudOS Stream 23 * Wed Nov 16 2022 Xun Zhong - 2.1.2-1 -- Initial build \ No newline at end of file +- Initial build diff --git a/sources b/sources index 2f4c996..4d93b6e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (urwid-2.1.2.tar.gz) = f102bdde5f5d39d4bce455020bbe4f18290589da0750a3b15b1e2bc8acf8a405f02295d7efa3009877801a36bfbfade92ec963086122e9b133db137d816a1ea5 +SHA512 (urwid-2.3.4.tar.gz) = e1ed9357b738975c909f847a2f12292cfad1cf824be9d3818ca0de3d1ca5c992ba89d5cea25888db3a8bb6c73a64b94ecb1df0a19d5af7f7b060bd113f93a8dd -- Gitee