Update to 4.7.0 and License update
- The license was listed as MIT but the LICENSE file indicates ISC
This commit is contained in:
parent
1e34951aea
commit
1ed6a9d5cf
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ pexpect-2.3.tar.gz
|
||||
/pexpect-4.4.tar.gz
|
||||
/pexpect-4.5.tar.gz
|
||||
/pexpect-4.6.tar.gz
|
||||
/pexpect-4.7.0.tar.gz
|
||||
|
@ -4,10 +4,10 @@
|
||||
|
||||
Name: python-%{modname}
|
||||
Summary: Unicode-aware Pure Python Expect-like module
|
||||
Version: 4.6
|
||||
Release: 3%{?dist}
|
||||
Version: 4.7.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: MIT
|
||||
License: ISC
|
||||
URL: https://github.com/pexpect/pexpect
|
||||
Source0: %{url}/archive/%{version}/%{modname}-%{version}.tar.gz
|
||||
|
||||
@ -144,6 +144,9 @@ popd
|
||||
%{python3_sitelib}/%{modname}-*.egg-info
|
||||
|
||||
%changelog
|
||||
* Thu Apr 11 2019 Dan Radez <dradez@redhat.com> - 4.7.0-1
|
||||
- update to 4.7.0
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
1
sources
1
sources
@ -1 +1,2 @@
|
||||
SHA512 (pexpect-4.6.tar.gz) = 20e6a91f159be1d4e0ef0a073247b3402e6193f3b167f1fd28238ef02ef605be055c1f19d40250b4989c637e75c30b693cf96a98ae81f3c7791b504476a467ab
|
||||
SHA512 (pexpect-4.7.0.tar.gz) = ef3bff944d8d17e4929734e7de19e4b81657f5d9493776cdee47704a0617d940933dc592a5c4f2bc39c17ea1585c2a4cfc45bbbfebe12ef98f9b5fdef1ab316a
|
||||
|
Loading…
Reference in New Issue
Block a user