From ac399df3d64659fb928c8889b1141351d6467c51 Mon Sep 17 00:00:00 2001 From: Fabian Deutsch Date: Tue, 8 Apr 2014 18:34:11 +0200 Subject: [PATCH] Update to 3.1 Signed-off-by: Fabian Deutsch --- .gitignore | 1 + python-pexpect.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bc6307e..a7257c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ pexpect-2.3.tar.gz /pexpect-u-2.5.1.tar.gz /pexpect-3.0.tar.gz +/pexpect-3.1.tar.gz diff --git a/python-pexpect.spec b/python-pexpect.spec index 3cc41c9..6418d6d 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -8,7 +8,7 @@ Summary: Unicode-aware Pure Python Expect-like module Name: python-pexpect -Version: 3.0 +Version: 3.1 Release: 1%{?dist} License: MIT Group: Development/Languages @@ -137,6 +137,9 @@ rm -rf %{buildroot} %endif # with_python3 %changelog +* Tue Apr 08 2014 Fabian Deutsch - 3.1-1 +- Update to 3.1 + * Tue Nov 12 2013 Thomas Spura - 3.0-1 - update to 3.0 diff --git a/sources b/sources index a45f815..40c2c34 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6abaca6ee606945ce42baf042b00e87e pexpect-3.0.tar.gz +4176062f4dd184cf31639478a46f789b pexpect-3.1.tar.gz