|
|
|
@ -6,16 +6,16 @@
|
|
|
|
|
|
|
|
|
|
Name: python-%{upstream_name}
|
|
|
|
|
Version: 2.10.6
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Python 2 interface to the Redis key-value store
|
|
|
|
|
License: MIT
|
|
|
|
|
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: python2-setuptools
|
|
|
|
|
BuildRequires: python2-py
|
|
|
|
|
BuildRequires: python2-pytest
|
|
|
|
|
BuildRequires: redis
|
|
|
|
|
BuildRequires: python2-mock
|
|
|
|
|
|
|
|
|
@ -94,6 +94,10 @@ kill %1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Jan 27 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.10.6-2
|
|
|
|
|
- Update Python 2 dependency declarations to new packaging standards
|
|
|
|
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
|
|
|
|
|
|
|
* Sun Dec 17 2017 Kevin Fenzi <kevin@scrye.com> - 2.10.6-1
|
|
|
|
|
- Update to 2.10.6. Fixes bug #1482297
|
|
|
|
|
|
|
|
|
|