update to 1.7

This commit is contained in:
weiwei_150212 2020-07-27 17:27:40 +08:00
parent 1bbc49a23a
commit 76de48ea19
3 changed files with 6 additions and 4 deletions

View File

@ -1,10 +1,10 @@
Name: python-simpleline Name: python-simpleline
Version: 1.6 Version: 1.7
Release: 1 Release: 1
Summary: A Python3-only text UI framework Summary: A Python3-only text UI framework
License: GPLv2+ License: GPLv2+
URL: https://github.com/rhinstaller/python-simpleline URL: https://github.com/rhinstaller/python-simpleline
Source0: https://github.com/rhinstaller/python-simpleline/releases/download/simpleline-1.6/simpleline-1.6.tar.gz Source0: https://github.com/rhinstaller/python-simpleline/releases/download/simpleline-%{version}/simpleline-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
%global common_description %{expand: %global common_description %{expand:
@ -14,7 +14,7 @@ used with line-based machines and tools (e.g. serial console) so that
every new line is appended to the bottom of the screen. Printed lines every new line is appended to the bottom of the screen. Printed lines
are never rewritten!} are never rewritten!}
BuildRequires: python3-devel python3-gobject-base python3-setuptools gettext BuildRequires: python3-devel python3-gobject-base python3-setuptools gettext intltool
%description %description
%{common_description} %{common_description}
@ -50,10 +50,12 @@ make test
%files -n python3-simpleline -f %{name}.lang %files -n python3-simpleline -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%license COPYING
%doc ChangeLog README.md %doc ChangeLog README.md
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Mon Jul 27 2020 tianwei <tianwei12@huawei.com> - 1.7-1
- Package update to 1.7
* Fri Oct 18 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.6-1 * Fri Oct 18 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.6-1
- Package init - Package init

Binary file not shown.

BIN
simpleline-1.7.tar.gz Normal file

Binary file not shown.