From 84618bfacc2afa8069fe6bc31a5ea89d02d1e97e Mon Sep 17 00:00:00 2001 From: shixuantong Date: Wed, 8 Dec 2021 16:26:22 +0800 Subject: [PATCH] provide pythonXdist(six) --- python-six.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-six.spec b/python-six.spec index 3f20ad4..b874ceb 100644 --- a/python-six.spec +++ b/python-six.spec @@ -5,7 +5,7 @@ Name: python-six Version: 1.16.0 -Release: 1 +Release: 2 Summary: It is a Python 2 and 3 compatibility library License: MIT URL: https://pypi.python.org/pypi/%{modname} @@ -23,6 +23,8 @@ BuildRequires: python3-pip python3-wheel %if %{with test} BuildRequires: python3-pytest %endif +Provides: python%{python3_pkgversion}dist(six) = %{version} +Provides: python%{python3_version}dist(six) = %{version} %{?python_provide:%python_provide python3-%{modname}} Obsoletes: platform-python-%{modname} < %{version}-%{release} @@ -53,6 +55,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -rfsxX test_six.py %{python3_sitelib}/__pycache__/%{modname}.* %changelog +* Wed Dec 08 2021 shixuantong - 1.16.0-2 +- provide pythonXdist(six) + * Thu Dec 02 2021 jiangxinyu - 1.16.0-1 - upgrade to 1.16.0