From 83628f8590e7a583659ffd2f5081e0f7f3a17ec0 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Tue, 7 Feb 2012 08:19:51 -0500 Subject: [PATCH] 1.1.0 --- .gitignore | 1 + python-six.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ecaf474..c6d7a3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /six-1.0.0.tar.gz +/six-1.1.0.tar.gz diff --git a/python-six.spec b/python-six.spec index 02237e5..01c1fef 100644 --- a/python-six.spec +++ b/python-six.spec @@ -5,8 +5,8 @@ %{!?python3_sitelib: %global python3_sitelib %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: python-six -Version: 1.0.0 -Release: 2%{?dist} +Version: 1.1.0 +Release: 1%{?dist} Summary: Python 2 and 3 compatibility utilities Group: Development/Languages @@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Feb 7 2012 David Malcolm - 1.1.0-1 +- 1.1.0 + * Sat Jan 14 2012 Fedora Release Engineering - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index b618544..a2a6297 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -37c7ff036fdff2b1bb8d55e49ccb3b44 six-1.0.0.tar.gz +9e8099b57cd27493a6988e9c9b313e23 six-1.1.0.tar.gz