From aeace12a676b867af680598f766b54605dd30e61 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Tue, 12 Nov 2013 18:19:17 +0100 Subject: update to 3.0 --- .gitignore | 1 + python-pexpect.spec | 7 +++++-- sources | 2 +- 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 - 3.0-1 +- update to 3.0 + * Wed Oct 30 2013 Thomas Spura - 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 -- cgit