From 4e712248d41fbf92de7e075daa58e8c47cda2564 Mon Sep 17 00:00:00 2001 From: zhanliwen Date: Fri, 7 Aug 2020 19:33:34 +0800 Subject: [PATCH] remove python2 require --- python-six.spec | 46 ++++++++-------------------------------------- 1 file changed, 8 insertions(+), 38 deletions(-) diff --git a/python-six.spec b/python-six.spec index deaada6..68a3daa 100644 --- a/python-six.spec +++ b/python-six.spec @@ -1,4 +1,3 @@ -%bcond_without python2 %bcond_without python3 %global modname six @@ -6,7 +5,7 @@ Name: python-six Version: 1.15.0 -Release: 1 +Release: 2 Summary: It is a Python 2 and 3 compatibility library License: MIT URL: https://pypi.python.org/pypi/%{modname} @@ -14,21 +13,7 @@ Source0: https://files.pythonhosted.org/packages/source/%(n=%{modname}; e BuildArch: noarch %description -Python-six provides simple utilities for wrapping over differences -between Python 2 and Python 3. - -%if %{with python2} -%package -n python2-%{modname} -Summary: Compatibility library for python 2 -BuildRequires: python2-devel python2-setuptools -BuildRequires: python2-pytest python2-tkinter -BuildRequires: python2-pip python2-wheel - -%{?python_provide:%python_provide python2-%{modname}} - -%description -n python2-%{modname} -Compatibility library for python 2. -%endif +Python-six provides simple utilities for wrapping over differences Python 3. %if %{with python3} %package -n python3-%{modname} @@ -48,41 +33,20 @@ Compatibility library for python 3. %autosetup -n %{modname}-%{version} %build -%if %{with python2} -%py2_build_wheel -%endif - %if %{with python3} %py3_build_wheel %endif %install -%if %{with python2} -%py2_install_wheel %{python_wheelname} -%endif - %if %{with python3} %py3_install_wheel %{python_wheelname} %endif %check -%if %{with python2} -PYTHONPATH=%{buildroot}%{python2_sitelib} py.test-2 -rfsxX test_six.py -%endif - %if %{with python3} PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -rfsxX test_six.py %endif -%if %{with python2} -%files -n python2-%{modname} -%license LICENSE -%doc README* documentation/index* -%{python2_sitelib}/%{modname}-*.dist-info/ -%exclude %{python2_sitelib}/%{modname}-*.dist-info/LICENSE* -%{python2_sitelib}/%{modname}.py* -%endif - %if %{with python3} %files -n python3-%{modname} %license LICENSE @@ -94,6 +58,12 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -rfsxX test_six.py %endif %changelog +* Fri Aug 7 2020 wenzhanli - 1.15.0-2 +- Type:bugfixl +- ID:NAl +- SUG:NA +- DESC:remove python2 require + * Mon Jul 27 2020 tianwei -1.15.0-1 - Type:enhancement - ID:NA