From 01bcc33f201d89fca5d99c761f5c92aace1a62c8 Mon Sep 17 00:00:00 2001 From: Silas Sewell Date: Thu, 27 Dec 2012 11:52:19 -0500 Subject: [PATCH] Update to 2.7.2 --- .gitignore | 1 + python-redis.spec | 9 ++++++--- sources | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d986151..e6f0d6c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /redis-2.0.0.tar.gz /redis-2.2.4.tar.gz /redis-2.4.9.tar.gz +/redis-2.7.2.tar.gz diff --git a/python-redis.spec b/python-redis.spec index 1ce634c..efeb187 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -3,14 +3,14 @@ %global upstream_name redis Name: python-%{upstream_name} -Version: 2.4.9 -Release: 3%{?dist} +Version: 2.7.2 +Release: 1%{?dist} Summary: A Python client for redis Group: Development/Languages License: MIT URL: http://github.com/andymccurdy/redis-py -Source0: http://github.com/downloads/andymccurdy/redis-py/%{upstream_name}-%{version}.tar.gz +Source0: http://pypi.python.org/packages/source/r/redis/redis-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -39,6 +39,9 @@ rm -rf %{buildroot} %{python_sitelib}/%{upstream_name}-%{version}-*.egg-info %changelog +* Thu Dec 27 2012 Silas Sewell - 2.7.2-1 +- Update to 2.7.2 + * Sat Jul 21 2012 Fedora Release Engineering - 2.4.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 3b9cf55..be0bcf1 100644 --- a/sources +++ b/sources @@ -1,3 +1,4 @@ a77497d026885ed9c467a28e2d00388d redis-2.0.0.tar.gz 3fc28c3a37b91dfa7c65730f6cf782e0 redis-2.2.4.tar.gz b512ff37d06c6813f04a57f6448a1e55 redis-2.4.9.tar.gz +17ac60dcf13eb33f82cc25974ab17157 redis-2.7.2.tar.gz