14
0
forked from pool/python-redis

Accepting request 185593 from home:cberendt:branches:devel:languages:python

updated to latest available version and added missing requirement

OBS-URL: https://build.opensuse.org/request/show/185593
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=15
This commit is contained in:
Sascha Peilicke
2013-08-05 09:30:25 +00:00
committed by Git OBS Bridge
parent 6a38f13732
commit fa4355b4f4
4 changed files with 92 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
Name: python-redis
Version: 2.6.2
Version: 2.7.6
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: http://cloud.github.com/downloads/andymccurdy/redis-py/redis-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
Requires: python-py
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
@@ -35,7 +36,7 @@ BuildArch: noarch
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%description
Python client for Redis key-value store.
The Python interface to the Redis key-value store.
%prep
%setup -q -n redis-%{version}
@@ -48,7 +49,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc CHANGES LICENSE README.md
%doc CHANGES LICENSE README.rst
%{python_sitelib}/*
%changelog