Update to 3.3.8.

epel9
Kevin Fenzi 5 years ago
parent 95ad84f23a
commit a1f52824bd

1
.gitignore vendored

@ -11,3 +11,4 @@
/2.10.6.tar.gz /2.10.6.tar.gz
/3.1.0.tar.gz /3.1.0.tar.gz
/3.2.1.tar.gz /3.2.1.tar.gz
/3.3.8.tar.gz

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

@ -1 +1 @@
SHA512 (3.2.1.tar.gz) = aa3de85596d730dc16ca5fb6bd172d6537cb50e310110bbcba2a955f10907838c53b0d097f2c2b9d6444b14d9e548cc15addf67c87abee1ac81bd48c0e0ba0b7 SHA512 (3.3.8.tar.gz) = 0fafa092c09fc602dc897bede5908d821c12c930227c4015d0e507c6f0279e14cc35977131bf1c6d2896fc7ff64c62d445d1f17f9d6b41212d79db8d2e839c76

Loading…
Cancel
Save