Update to new upstream release 4.8.0 and re-enable tests (#1793613)
This commit is contained in:
parent
9da9f402cf
commit
ceaf4c56d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ pexpect-2.3.tar.gz
|
|||||||
/pexpect-4.5.tar.gz
|
/pexpect-4.5.tar.gz
|
||||||
/pexpect-4.6.tar.gz
|
/pexpect-4.6.tar.gz
|
||||||
/pexpect-4.7.0.tar.gz
|
/pexpect-4.7.0.tar.gz
|
||||||
|
/pexpect-4.8.0.tar.gz
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
%bcond_with check
|
%bcond_without check
|
||||||
|
|
||||||
%global modname pexpect
|
%global modname pexpect
|
||||||
|
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Summary: Unicode-aware Pure Python Expect-like module
|
Summary: Unicode-aware Pure Python Expect-like module
|
||||||
Version: 4.7.0
|
Version: 4.8.0
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: ISC
|
License: ISC
|
||||||
URL: https://github.com/pexpect/pexpect
|
URL: https://github.com/pexpect/pexpect
|
||||||
Source0: %{url}/archive/%{version}/%{modname}-%{version}.tar.gz
|
Source0: %{url}/archive/%{version}/%{modname}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: %{_bindir}/man
|
BuildRequires: %{_bindir}/man
|
||||||
|
%if %{with check}
|
||||||
|
BuildRequires: openssl
|
||||||
|
BuildRequires: python-unversioned-command
|
||||||
|
%endif
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -70,7 +74,6 @@ export PYTHONIOENCODING=UTF-8
|
|||||||
|
|
||||||
%{__python3} ./tools/display-sighandlers.py
|
%{__python3} ./tools/display-sighandlers.py
|
||||||
%{__python3} ./tools/display-terminalinfo.py
|
%{__python3} ./tools/display-terminalinfo.py
|
||||||
PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} ./tools/display-maxcanon.py
|
|
||||||
py.test-3 --verbose
|
py.test-3 --verbose
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -81,6 +84,9 @@ py.test-3 --verbose
|
|||||||
%{python3_sitelib}/%{modname}-*.egg-info
|
%{python3_sitelib}/%{modname}-*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 07 2020 Scott Talbert <swt@techie.net> - 4.8.0-1
|
||||||
|
- Update to new upstream release 4.8.0 and re-enable tests (#1793613)
|
||||||
|
|
||||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.7.0-5
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.7.0-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
3
sources
3
sources
@ -1,2 +1 @@
|
|||||||
SHA512 (pexpect-4.6.tar.gz) = 20e6a91f159be1d4e0ef0a073247b3402e6193f3b167f1fd28238ef02ef605be055c1f19d40250b4989c637e75c30b693cf96a98ae81f3c7791b504476a467ab
|
SHA512 (pexpect-4.8.0.tar.gz) = f141e1368ceea15209b04555a524443cd9cf36d4a3677b63f7a2b079d41aae3fb8656612772732f4097b803c55a05f9bb7e3b427d11ae5357666406669ae6867
|
||||||
SHA512 (pexpect-4.7.0.tar.gz) = ef3bff944d8d17e4929734e7de19e4b81657f5d9493776cdee47704a0617d940933dc592a5c4f2bc39c17ea1585c2a4cfc45bbbfebe12ef98f9b5fdef1ab316a
|
|
||||||
|
Loading…
Reference in New Issue
Block a user