summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Spura <thomas.spura@gmail.com>2013-11-12 18:19:17 +0100
committerThomas Spura <thomas.spura@gmail.com>2013-11-12 18:21:55 +0100
commitaeace12a676b867af680598f766b54605dd30e61 (patch)
treee423466a6b585327e490ddf4ff528d0a9100a3a1
parent7d31dba8d9ec25a8c05b9abf2857fb602402f74d (diff)
downloadpython-pexpect-aeace12a676b867af680598f766b54605dd30e61.tar.gz
python-pexpect-aeace12a676b867af680598f766b54605dd30e61.tar.xz
python-pexpect-aeace12a676b867af680598f766b54605dd30e61.zip
update to 3.0
-rw-r--r--.gitignore1
-rw-r--r--python-pexpect.spec7
-rw-r--r--sources2
3 files changed, 7 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index e1e28b5..bc6307e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
pexpect-2.3.tar.gz
/pexpect-u-2.5.1.tar.gz
+/pexpect-3.0.tar.gz
diff --git a/python-pexpect.spec b/python-pexpect.spec
index 613cdf0..3cc41c9 100644
--- a/python-pexpect.spec
+++ b/python-pexpect.spec
@@ -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
diff --git a/sources b/sources
index 5bea84c..a45f815 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7c916a9f42d636ec6aec39f7cdd96eb5 pexpect-u-2.5.1.tar.gz
+6abaca6ee606945ce42baf042b00e87e pexpect-3.0.tar.gz