14
0
forked from pool/python-redis

Accepting request 247252 from home:TheBlackCat:branches:devel:languages:python

Update to version 2.10.3

OBS-URL: https://build.opensuse.org/request/show/247252
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=20
This commit is contained in:
Todd R
2014-09-02 16:38:54 +00:00
committed by Git OBS Bridge
parent 8ea62ebe80
commit 2788fb2d31
4 changed files with 134 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-redis
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-redis
Version: 2.8.0
Version: 2.10.3
Release: 0
Url: http://github.com/andymccurdy/redis-py
Summary: Python client for Redis key-value store
@@ -26,6 +26,7 @@ Group: Development/Languages/Python
Source: https://pypi.python.org/packages/source/r/redis/redis-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-py
Requires: python-py
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}