diff --git a/pexpect-4.8.0.tar.gz b/pexpect-4.8.0.tar.gz deleted file mode 100644 index 7e2b9d167d97ad35a5a37f49127bc3656828158c..0000000000000000000000000000000000000000 Binary files a/pexpect-4.8.0.tar.gz and /dev/null differ diff --git a/pexpect-4.9.0.tar.gz b/pexpect-4.9.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f66eb8afa5a0cbce58528fbd0dd159af3bbf164f Binary files /dev/null and b/pexpect-4.9.0.tar.gz differ diff --git a/python-pexpect.spec b/python-pexpect.spec index 6f8b7bb4d5894b3526894607f808429cf3f2d813..5c381d4aaad7d97e6cce6ebb54be105569b351f2 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pexpect -Version: 4.8.0 +Version: 4.9.0 Release: 2 Summary: Pexpect allows easy control of interactive console applications. License: ISC license URL: https://pexpect.readthedocs.io/ -Source0: https://files.pythonhosted.org/packages/e5/9b/ff402e0e930e70467a7178abb7c128709a30dfb22d8777c043e501bc1b10/pexpect-4.8.0.tar.gz +Source0: https://files.pythonhosted.org/packages/42/92/cc564bf6381ff43ce1f4d06852fc19a2f11d180f23dc32d9588bee2f149d/pexpect-4.9.0.tar.gz BuildArch: noarch %description @@ -55,7 +55,7 @@ automated software testing. Pexpect is in the spirit of Don Libes' Expect, but Pexpect is pure Python. %prep -%autosetup -n pexpect-4.8.0 +%autosetup -n pexpect-4.9.0 %build %py3_build @@ -95,6 +95,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 06 2024 muxiaohui - 4.9.0-1 +- Update package to version 4.9.0 + * Thu Nov 19 2020 leiju - 4.8.0-2 - Add BuildRequiers python3-ptyprocess