upgrade to 4.8.0, add yaml file

This commit is contained in:
wangxiao65 2020-10-12 10:53:15 +08:00
parent 6c7dd1ffd9
commit 3330015c4a

View File

@ -11,7 +11,6 @@ BuildArch: noarch
Requires: python3-ptyprocess Requires: python3-ptyprocess
%description %description
Pexpect is a pure Python module for spawning child applications; controlling Pexpect is a pure Python module for spawning child applications; controlling
them; and responding to expected patterns in their output. Pexpect works like them; and responding to expected patterns in their output. Pexpect works like
Don Libes' Expect. Pexpect allows your script to spawn a child application and Don Libes' Expect. Pexpect allows your script to spawn a child application and
@ -26,8 +25,7 @@ Pexpect is pure Python.
%package -n python3-pexpect %package -n python3-pexpect
Summary: Pexpect allows easy control of interactive console applications. Summary: Pexpect allows easy control of interactive console applications.
Provides: python-pexpect Provides: python-pexpect
BuildRequires: python3-devel BuildRequires: python3-devel python3-setuptools
BuildRequires: python3-setuptools
%description -n python3-pexpect %description -n python3-pexpect
Pexpect is a pure Python module for spawning child applications; controlling Pexpect is a pure Python module for spawning child applications; controlling
@ -98,5 +96,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Sat Oct 10 2020 wangxiao <wangxiao65@huawei.com> - 4.8.0-1 * Mon Oct 12 2020 wangxiao <wangxiao65@huawei.com> - 4.8.0-1
- upgrade to 4.8.0, add yaml file
* Sat Oct 10 2020 Lijin Yang <yanglijin@huawei.com> - 4.6-2
- Package init - Package init