!6 upgrade to 1.7.0

From: @caodongxia 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2023-04-07 09:14:21 +00:00 committed by Gitee
commit 31ae24aaf6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
aexpect-1.7.0.tar.gz Normal file

Binary file not shown.

View File

@ -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 <caodongxia@h-partners.com> - 1.7.0-1
- Upgrade to 1.7.0
* Mon Feb 01 2021 Zhu Huankai <zhuhuankai1@huawei.com> - 1.6.1-1
- Package init