diff --git a/2.10.6.tar.gz b/2.10.6.tar.gz deleted file mode 100644 index 9fd70b5d9602be54c238c2a77f6c4dc5672a3d84..0000000000000000000000000000000000000000 Binary files a/2.10.6.tar.gz and /dev/null differ diff --git a/3.4.1.tar.gz b/3.4.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..dbc8d8aeb9f779969a8e38c926a18e2a2f45dc47 Binary files /dev/null and b/3.4.1.tar.gz differ diff --git a/python-redis.spec b/python-redis.spec index aa96f761b23de94b5280541cd59ab77a96124a5d..cf5aecf21d292ac879b58f42c6aa39802ee13be8 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -1,68 +1,45 @@ Name: python-redis -Version: 2.10.6 -Release: 6 +Version: 3.4.1 +Release: 1 Summary: The Python interface to the Redis key-value store License: MIT URL: https://github.com/andymccurdy/redis-py -Source0: https://github.com/andymccurdy/redis-py/archive/2.10.6.tar.gz +Source0: https://github.com/andymccurdy/redis-py/archive/%{version}.tar.gz BuildArch: noarch -BuildRequires: python2-devel python2-setuptools python2-py python2-pytest redis python2-mock jemalloc %description The Python interface to the Redis key-value store. -%package -n python2-redis -Summary: The Python2 interface to the Redis key-value store -%{?python_provide:%python_provide python2-redis} - -%description -n python2-redis -The Python2 interface to the Redis key-value store. - %package -n python3-redis Summary: The Python3 interface to the Redis key-value store -BuildRequires: python3-devel python3-setuptools python3-py python3-pytest python3-mock +BuildRequires: redis python3-devel python3-setuptools python3-py python3-pytest python3-mock %description -n python3-redis The Python3 interface to the Redis key-value store. %prep -%autosetup -n redis-py-2.10.6 -p1 -rm tests/test_commands.py* -rm -rf %{py3dir} -cp -a . %{py3dir} +%autosetup -n redis-py-%{version} -p1 %build -cd %{py3dir} -%{__python3} setup.py build -cd - -%{__python2} setup.py build +%py3_build %install -cd %{py3dir} -%{__python3} setup.py install -O1 --skip-build --root=%{buildroot} -cd - -%{__python2} setup.py install -O1 --skip-build --root %{buildroot} +%py3_install %check redis-server & -cd %{py3dir} -%{__python3} setup.py test -cd - -%{__python2} setup.py test +%{__python3} -m pytest kill %1 - -%files -n python2-redis -%doc CHANGES LICENSE README.rst -%{python2_sitelib}/redis -%{python2_sitelib}/redis-2.10.6-py%{python2_version}.egg-info - %files -n python3-redis %doc CHANGES LICENSE README.rst %{python3_sitelib}/redis -%{python3_sitelib}/redis-2.10.6-py%{python3_version}.egg-info +%{python3_sitelib}/redis-%{version}-py%{python3_version}.egg-info %changelog +* Mon Aug 9 2021 hanhui - 3.4.1-1 +- upgrade to 3.4.1 adapting to pytest;Remove python2 + * Mon Jan 6 2020 qinjian - 2.10.6-6 - Package init