Update to 2.10.6. Fixes bug #1482297

epel9
Kevin Fenzi 7 years ago
parent fb2444ab5b
commit 05db9a8bd5

1
.gitignore vendored

@ -8,3 +8,4 @@
/redis-2.10.2.tar.gz
/redis-2.10.3.tar.gz
/redis-2.10.5.tar.gz
/2.10.6.tar.gz

@ -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

@ -1 +1 @@
3b26c2b9703b4b56b30a1ad508e31083 redis-2.10.5.tar.gz
SHA512 (2.10.6.tar.gz) = b3a674ec248add9d6fd537c2d98bda48fc1867d111015dee772812e04e92dab879a2f913fb5d366ea3bb8469da6f1c91bdb3d73e797405d14a52109ff125a122

Loading…
Cancel
Save