From 17f70ac6d3fa444662aa60ee5034ebf8115bd271 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: May 23 2020 07:39:22 +0000 Subject: Rebuilt for Python 3.9 --- diff --git a/python-redis.spec b/python-redis.spec index bce4792..1d8d09b 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -2,7 +2,7 @@ Name: python-%{upstream_name} Version: 3.4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python interface to the Redis key-value store License: MIT URL: https://github.com/andymccurdy/redis-py @@ -52,6 +52,9 @@ kill %1 %{python3_sitelib}/%{upstream_name}-%{version}-py%{python3_version}.egg-info %changelog +* Sat May 23 2020 Miro Hrončok - 3.4.1-2 +- Rebuilt for Python 3.9 + * Mon Mar 16 2020 Clément Verna - 3.4.1-1 - Update to 3.4.1. - Use pytest to run the unit tests.