diff --git a/aexpect-1.6.1.tar.gz b/aexpect-1.6.1.tar.gz deleted file mode 100644 index 9cd003b..0000000 Binary files a/aexpect-1.6.1.tar.gz and /dev/null differ diff --git a/aexpect-1.7.0.tar.gz b/aexpect-1.7.0.tar.gz new file mode 100644 index 0000000..0e135f5 Binary files /dev/null and b/aexpect-1.7.0.tar.gz differ diff --git a/python-aexpect.spec b/python-aexpect.spec index b9dd33f..cdf7478 100644 --- a/python-aexpect.spec +++ b/python-aexpect.spec @@ -5,12 +5,12 @@ %global with_tests 0 Name: python-%{srcname} -Version: 1.6.1 +Version: 1.7.0 Release: 1 Summary: Aexpect is a python library to control interactive applications License: GPLv2 URL: https://github.com/avocado-framework/aexpect -Source0: https://github.com/avocado-framework/%{srcname}/archive/%{version}.tar.gz#/%{gittar} +Source0: https://github.com/avocado-framework/aexpect/archive/%{version}/%{gittar} BuildArch: noarch Requires: python3 BuildRequires: python3-devel @@ -52,5 +52,8 @@ selftests/checkall %{_bindir}/aexpect_helper* %changelog +* Fri Apr 7 2023 caodongxia - 1.7.0-1 +- Upgrade to 1.7.0 + * Mon Feb 01 2021 Zhu Huankai - 1.6.1-1 - Package init