update to 3.0

This commit is contained in:
Thomas Spura 2013-11-12 18:19:17 +01:00
parent 7d31dba8d9
commit aeace12a67
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
pexpect-2.3.tar.gz
/pexpect-u-2.5.1.tar.gz
/pexpect-3.0.tar.gz

View File

@ -4,12 +4,12 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}
%endif
%global relcand rc3
#global relcand rc3
Summary: Unicode-aware Pure Python Expect-like module
Name: python-pexpect
Version: 3.0
Release: 0.1%{?dist}
Release: 1%{?dist}
License: MIT
Group: Development/Languages
URL: https://github.com/pexpect/pexpect
@ -137,6 +137,9 @@ rm -rf %{buildroot}
%endif # with_python3
%changelog
* Tue Nov 12 2013 Thomas Spura <tomspur@fedoraproject.org> - 3.0-1
- update to 3.0
* Wed Oct 30 2013 Thomas Spura <tomspur@fedoraproject.org> - 3.0-0.1
- new upstream is github/pexpect/pexpect
- update to rc3

View File

@ -1 +1 @@
7c916a9f42d636ec6aec39f7cdd96eb5 pexpect-u-2.5.1.tar.gz
6abaca6ee606945ce42baf042b00e87e pexpect-3.0.tar.gz