|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{upstream_name}
|
|
|
|
Name: python-%{upstream_name}
|
|
|
|
Version: 2.10.5
|
|
|
|
Version: 2.10.5
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Summary: Python 2 interface to the Redis key-value store
|
|
|
|
Summary: Python 2 interface to the Redis key-value store
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: http://github.com/andymccurdy/redis-py
|
|
|
|
URL: http://github.com/andymccurdy/redis-py
|
|
|
@ -18,9 +18,17 @@ BuildRequires: python-py
|
|
|
|
BuildRequires: pytest
|
|
|
|
BuildRequires: pytest
|
|
|
|
BuildRequires: redis
|
|
|
|
BuildRequires: redis
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%global _description\
|
|
|
|
This is a Python 2 interface to the Redis key-value store.
|
|
|
|
This is a Python 2 interface to the Redis key-value store.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description %_description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n python2-redis
|
|
|
|
|
|
|
|
Summary: %summary
|
|
|
|
|
|
|
|
%{?python_provide:%python_provide python2-redis}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n python2-redis %_description
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
%package -n python3-redis
|
|
|
|
%package -n python3-redis
|
|
|
|
Summary: Python 3 interface to the Redis key-value store
|
|
|
|
Summary: Python 3 interface to the Redis key-value store
|
|
|
@ -71,7 +79,7 @@ popd
|
|
|
|
%{__python2} setup.py test
|
|
|
|
%{__python2} setup.py test
|
|
|
|
kill %1
|
|
|
|
kill %1
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files -n python2-redis
|
|
|
|
%doc CHANGES LICENSE README.rst
|
|
|
|
%doc CHANGES LICENSE README.rst
|
|
|
|
%{python2_sitelib}/%{upstream_name}
|
|
|
|
%{python2_sitelib}/%{upstream_name}
|
|
|
|
%{python2_sitelib}/%{upstream_name}-%{version}-py%{python2_version}.egg-info
|
|
|
|
%{python2_sitelib}/%{upstream_name}-%{version}-py%{python2_version}.egg-info
|
|
|
@ -84,6 +92,10 @@ kill %1
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.10.5-6
|
|
|
|
|
|
|
|
- Python 2 binary package renamed to python2-redis
|
|
|
|
|
|
|
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.5-5
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.5-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|