|
|
@ -1,20 +1,17 @@
|
|
|
|
%global upstream_name redis
|
|
|
|
%global upstream_name redis
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{upstream_name}
|
|
|
|
Name: python-%{upstream_name}
|
|
|
|
Version: 3.2.1
|
|
|
|
Version: 3.3.8
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Python 2 interface to the Redis key-value store
|
|
|
|
Summary: Python interface to the Redis key-value store
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: https://github.com/andymccurdy/redis-py
|
|
|
|
URL: https://github.com/andymccurdy/redis-py
|
|
|
|
Source0: https://github.com/andymccurdy/redis-py/archive/%{version}.tar.gz
|
|
|
|
Source0: https://github.com/andymccurdy/redis-py/archive/%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: redis
|
|
|
|
BuildRequires: redis
|
|
|
|
|
|
|
|
|
|
|
|
# Workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1591808
|
|
|
|
|
|
|
|
BuildRequires: jemalloc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global _description\
|
|
|
|
%global _description\
|
|
|
|
This is a Python 2 interface to the Redis key-value store.
|
|
|
|
This is a Python interface to the Redis key-value store.
|
|
|
|
|
|
|
|
|
|
|
|
%description %_description
|
|
|
|
%description %_description
|
|
|
|
|
|
|
|
|
|
|
@ -39,10 +36,10 @@ rm tests/test_commands.py*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%{__python3} setup.py build
|
|
|
|
%py3_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%{__python3} setup.py install -O1 --skip-build --root=%{buildroot}
|
|
|
|
%py3_install
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
redis-server &
|
|
|
|
redis-server &
|
|
|
@ -55,6 +52,9 @@ kill %1
|
|
|
|
%{python3_sitelib}/%{upstream_name}-%{version}-py%{python3_version}.egg-info
|
|
|
|
%{python3_sitelib}/%{upstream_name}-%{version}-py%{python3_version}.egg-info
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Oct 06 2019 Kevin Fenzi <kevin@scrye.com> - 3.3.8-1
|
|
|
|
|
|
|
|
- Update to 3.3.8.
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Sep 08 2019 Miro Hrončok <mhroncok@redhat.com> - 3.2.1-4
|
|
|
|
* Sun Sep 08 2019 Miro Hrončok <mhroncok@redhat.com> - 3.2.1-4
|
|
|
|
- Subpackage python2-redis has been removed
|
|
|
|
- Subpackage python2-redis has been removed
|
|
|
|
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
|
|
|
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
|
|
|