update to 1.7.0

This commit is contained in:
caodongxia 2023-04-07 17:05:30 +08:00
parent 05f26d9148
commit f273130d05
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 %global with_tests 0
Name: python-%{srcname} Name: python-%{srcname}
Version: 1.6.1 Version: 1.7.0
Release: 1 Release: 1
Summary: Aexpect is a python library to control interactive applications Summary: Aexpect is a python library to control interactive applications
License: GPLv2 License: GPLv2
URL: https://github.com/avocado-framework/aexpect 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 BuildArch: noarch
Requires: python3 Requires: python3
BuildRequires: python3-devel BuildRequires: python3-devel
@ -52,5 +52,8 @@ selftests/checkall
%{_bindir}/aexpect_helper* %{_bindir}/aexpect_helper*
%changelog %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 * Mon Feb 01 2021 Zhu Huankai <zhuhuankai1@huawei.com> - 1.6.1-1
- Package init - Package init