Update to 3.4.1 version

Signed-off-by: Clement Verna <cverna@tutanota.com>
epel9
Clement Verna 5 years ago
parent 94600a3562
commit fa3ffeff9f

1
.gitignore vendored

@ -12,3 +12,4 @@
/3.1.0.tar.gz
/3.2.1.tar.gz
/3.3.8.tar.gz
/3.4.1.tar.gz

@ -1,8 +1,8 @@
%global upstream_name redis
Name: python-%{upstream_name}
Version: 3.3.8
Release: 2%{?dist}
Version: 3.4.1
Release: 1%{?dist}
Summary: Python interface to the Redis key-value store
License: MIT
URL: https://github.com/andymccurdy/redis-py
@ -43,7 +43,7 @@ rm tests/test_commands.py*
%check
redis-server &
%{__python3} setup.py test
%{__python3} -m pytest
kill %1
%files -n python3-redis
@ -52,6 +52,10 @@ kill %1
%{python3_sitelib}/%{upstream_name}-%{version}-py%{python3_version}.egg-info
%changelog
* Mon Mar 16 2020 Clément Verna <cverna@fedoraproject.org> - 3.4.1-1
- Update to 3.4.1.
- Use pytest to run the unit tests.
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (3.3.8.tar.gz) = 0fafa092c09fc602dc897bede5908d821c12c930227c4015d0e507c6f0279e14cc35977131bf1c6d2896fc7ff64c62d445d1f17f9d6b41212d79db8d2e839c76
SHA512 (3.4.1.tar.gz) = fa60759158309d2210cce866cf5a70989d730fd817c8f30e6504ac34b2b5b3626d0cbc49c748510b24d3acb5b72b75522f62d761cfc3069df0063c5018a03677

Loading…
Cancel
Save