update to 2.1.2
This commit is contained in:
parent
4e36df88b2
commit
8dcf6cebb6
@ -1,10 +1,10 @@
|
|||||||
Name: python-urwid
|
Name: python-urwid
|
||||||
Version: 2.0.1
|
Version: 2.1.2
|
||||||
Release: 7
|
Release: 1
|
||||||
Summary: Console user interface library
|
Summary: Console user interface library
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://excess.org/urwid/
|
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
|
%description
|
||||||
Urwid is a console user interface library for Python. It includes
|
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
|
many features useful for text console application developers
|
||||||
|
|
||||||
%prep
|
%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 sed -i -e '/^#!\//, 1d' {} \;
|
||||||
find urwid -type f -name "*.py" -exec chmod 644 {} \;
|
find urwid -type f -name "*.py" -exec chmod 644 {} \;
|
||||||
|
|
||||||
@ -37,9 +37,12 @@ PYTHON=%{__python3} %{__python3} setup.py test
|
|||||||
%files -n python3-urwid
|
%files -n python3-urwid
|
||||||
%doc README.rst examples docs COPYING
|
%doc README.rst examples docs COPYING
|
||||||
%{python3_sitearch}/urwid
|
%{python3_sitearch}/urwid
|
||||||
%{python3_sitearch}/urwid-2.0.1*.egg-info
|
%{python3_sitearch}/urwid-%{version}*.egg-info
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 2.3-7
|
||||||
- Completing build dependencies
|
- Completing build dependencies
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
urwid-2.1.2.tar.gz
Normal file
BIN
urwid-2.1.2.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user