From 306dbe8bdc776dcc22a1ebd1e04596644ef3a3fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?=
Date: Thu, 31 Jul 2014 13:39:53 +0100
Subject: [PATCH] latest upstream (1.7.3)
---
.gitignore | 1 +
python-six.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index 06b6312..29ee261 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/six-1.4.1.tar.gz
/six-1.5.2.tar.gz
/six-1.6.1.tar.gz
+/six-1.7.3.tar.gz
diff --git a/python-six.spec b/python-six.spec
index 8a2e869..e81d10c 100644
--- a/python-six.spec
+++ b/python-six.spec
@@ -9,8 +9,8 @@
%endif
Name: python-six
-Version: 1.6.1
-Release: 3%{?dist}
+Version: 1.7.3
+Release: 1%{?dist}
Summary: Python 2 and 3 compatibility utilities
Group: Development/Languages
@@ -94,6 +94,9 @@ popd
%changelog
+* Thu Jul 31 2014 Pádraig Brady