|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{upstream_name}
|
|
|
|
Name: python-%{upstream_name}
|
|
|
|
Version: 3.4.1
|
|
|
|
Version: 3.4.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Python 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
|
|
|
@ -52,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
|
|
|
|
|
|
|
|
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 3.4.1-2
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 16 2020 Clément Verna <cverna@fedoraproject.org> - 3.4.1-1
|
|
|
|
* Mon Mar 16 2020 Clément Verna <cverna@fedoraproject.org> - 3.4.1-1
|
|
|
|
- Update to 3.4.1.
|
|
|
|
- Update to 3.4.1.
|
|
|
|
- Use pytest to run the unit tests.
|
|
|
|
- Use pytest to run the unit tests.
|
|
|
|