diff --git a/python-simpleline.spec b/python-simpleline.spec index c24d1bc..8b7409d 100644 --- a/python-simpleline.spec +++ b/python-simpleline.spec @@ -1,10 +1,10 @@ Name: python-simpleline -Version: 1.7 +Version: 1.9.0 Release: 1 Summary: A Python3-only text UI framework License: GPLv2+ URL: https://github.com/rhinstaller/python-simpleline -Source0: https://github.com/rhinstaller/python-simpleline/releases/download/simpleline-%{version}/simpleline-%{version}.tar.gz +Source0: https://github.com/rhinstaller/python-simpleline/releases/download/%{version}/simpleline-%{version}.tar.gz BuildArch: noarch %global common_description %{expand: @@ -54,6 +54,9 @@ make test %{python3_sitelib}/* %changelog +* Mon Dec 20 2021 renhongxun 1.9.0-1 +- Upgrade version to 1.9.0 + * Mon Jul 27 2020 tianwei - 1.7-1 - Package update to 1.7 diff --git a/simpleline-1.7.tar.gz b/simpleline-1.7.tar.gz deleted file mode 100644 index 6d9cd6c..0000000 Binary files a/simpleline-1.7.tar.gz and /dev/null differ diff --git a/simpleline-1.9.0.tar.gz b/simpleline-1.9.0.tar.gz new file mode 100644 index 0000000..7775a23 Binary files /dev/null and b/simpleline-1.9.0.tar.gz differ