|
|
|
@ -5,18 +5,19 @@
|
|
|
|
|
%global upstream_name redis
|
|
|
|
|
|
|
|
|
|
Name: python-%{upstream_name}
|
|
|
|
|
Version: 2.10.5
|
|
|
|
|
Release: 6%{?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
|
|
|
|
|
URL: https://github.com/andymccurdy/redis-py
|
|
|
|
|
Source0: https://github.com/andymccurdy/redis-py/archive/%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
|
BuildRequires: python-setuptools
|
|
|
|
|
BuildRequires: python-py
|
|
|
|
|
BuildRequires: pytest
|
|
|
|
|
BuildRequires: redis
|
|
|
|
|
BuildRequires: python2-mock
|
|
|
|
|
|
|
|
|
|
%global _description\
|
|
|
|
|
This is a Python 2 interface to the Redis key-value store.
|
|
|
|
@ -36,13 +37,14 @@ BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
|
BuildRequires: python3-py
|
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
|
BuildRequires: python3-mock
|
|
|
|
|
|
|
|
|
|
%description -n python3-redis
|
|
|
|
|
This is a Python 3 interface to the Redis key-value store.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -qn %{upstream_name}-%{version}
|
|
|
|
|
%setup -qn redis-py-%{version}
|
|
|
|
|
rm -frv %{upstream_name}.egg-info
|
|
|
|
|
|
|
|
|
|
# This test passes locally but fails in koji...
|
|
|
|
@ -92,6 +94,9 @@ kill %1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Dec 17 2017 Kevin Fenzi <kevin@scrye.com> - 2.10.6-1
|
|
|
|
|
- Update to 2.10.6. Fixes bug #1482297
|
|
|
|
|
|
|
|
|
|
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.10.5-6
|
|
|
|
|
- Python 2 binary package renamed to python2-redis
|
|
|
|
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
|
|
|