!6 update to 2.1.2

From: @lyn1001
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-07-27 06:36:47 +00:00 committed by Gitee
commit 7b6407f1e1
3 changed files with 8 additions and 5 deletions

View File

@ -1,10 +1,10 @@
Name: python-urwid
Version: 2.0.1
Release: 7
Version: 2.1.2
Release: 1
Summary: Console user interface library
License: LGPLv2+
URL: http://excess.org/urwid/
Source0: https://pypi.python.org/packages/source/u/urwid/urwid-2.0.1.tar.gz
Source0: https://pypi.python.org/packages/source/u/urwid/urwid-%{version}.tar.gz
%description
Urwid is a console user interface library for Python. It includes
@ -20,7 +20,7 @@ Urwid is a console user interface library for Python. It includes
many features useful for text console application developers
%prep
%autosetup -n urwid-2.0.1 -p1
%autosetup -n urwid-%{version} -p1
find urwid -type f -name "*.py" -exec sed -i -e '/^#!\//, 1d' {} \;
find urwid -type f -name "*.py" -exec chmod 644 {} \;
@ -37,9 +37,12 @@ PYTHON=%{__python3} %{__python3} setup.py test
%files -n python3-urwid
%doc README.rst examples docs COPYING
%{python3_sitearch}/urwid
%{python3_sitearch}/urwid-2.0.1*.egg-info
%{python3_sitearch}/urwid-%{version}*.egg-info
%changelog
* Tue Jul 27 2021 liyanan <liyanan32@huawei.com> - 2.1.2-1
- update to 2.1.2
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 2.3-7
- Completing build dependencies

Binary file not shown.

BIN
urwid-2.1.2.tar.gz Normal file

Binary file not shown.