From 5f286378a0963218b5b2d51315755d1d1fc0fd30 Mon Sep 17 00:00:00 2001 From: nosqlbuilder_pel7ppc64bebuilder0 Date: Fri, 22 Mar 2019 00:36:31 +0100 Subject: [PATCH] python-redis package update Signed-off-by: nosqlbuilder_pel7ppc64bebuilder0 --- SPECS/python-redis.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/SPECS/python-redis.spec b/SPECS/python-redis.spec index 09f898e..a28a1c4 100755 --- a/SPECS/python-redis.spec +++ b/SPECS/python-redis.spec @@ -1,21 +1,18 @@ -%if 0%{?fedora} >= 13 || 0%{?el} >= 8 %global with_python3 1 -%endif - %global upstream_name redis Name: python-%{upstream_name} -Version: 2.10.3 -Release: 5%{?dist} +Version: 2.10.6 +Release: 1%{?dist} Summary: Python 2 interface to the Redis key-value store License: MIT URL: http://github.com/andymccurdy/redis-py -Source0: http://pypi.python.org/packages/source/r/redis/redis-%{version}.tar.gz +Source0: https://pypi.python.org/packages/source/r/redis/redis-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-py -BuildRequires: pytest +#BuildRequires: pytest BuildRequires: redis %description @@ -27,7 +24,7 @@ Summary: Python 3 interface to the Redis key-value store BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-py -BuildRequires: python3-pytest +#BuildRequires: python3-pytest %description -n python3-redis This is a Python 3 interface to the Redis key-value store.