|
|
@ -1,8 +1,8 @@
|
|
|
|
%global upstream_name redis
|
|
|
|
%global upstream_name redis
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{upstream_name}
|
|
|
|
Name: python-%{upstream_name}
|
|
|
|
Version: 3.3.8
|
|
|
|
Version: 3.4.1
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?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
|
|
|
@ -43,7 +43,7 @@ rm tests/test_commands.py*
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
redis-server &
|
|
|
|
redis-server &
|
|
|
|
%{__python3} setup.py test
|
|
|
|
%{__python3} -m pytest
|
|
|
|
kill %1
|
|
|
|
kill %1
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python3-redis
|
|
|
|
%files -n python3-redis
|
|
|
@ -52,6 +52,10 @@ kill %1
|
|
|
|
%{python3_sitelib}/%{upstream_name}-%{version}-py%{python3_version}.egg-info
|
|
|
|
%{python3_sitelib}/%{upstream_name}-%{version}-py%{python3_version}.egg-info
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|