diff --git a/python-six.spec b/python-six.spec index a56540c..cd63754 100644 --- a/python-six.spec +++ b/python-six.spec @@ -4,12 +4,12 @@ %global python_wheelname %{modname}-%{version}-py2.py3-none-any.whl Name: python-six -Version: 1.15.0 -Release: 3 +Version: 1.16.0 +Release: 1 Summary: It is a Python 2 and 3 compatibility library License: MIT URL: https://pypi.python.org/pypi/%{modname} -Source0: https://files.pythonhosted.org/packages/6b/34/415834bfdafca3c5f451532e8a8d9ba89a21c9743a0c59fbd0205c7f9426/%{modname}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz BuildArch: noarch %description @@ -21,6 +21,8 @@ Summary: Compatibility library for python 3 BuildRequires: python3-devel python3-setuptools BuildRequires: python3-pytest python3-tkinter BuildRequires: python3-pip python3-wheel +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} @@ -58,6 +60,12 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -rfsxX test_six.py %endif %changelog +* Tue Dec 21 2021 shixuantong - 1.16.0-1 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:upgrade software to v1.16.0 + * Sat Sep 5 2020 shixuantong - 1.15.0-3 - Type: bugfix - ID: NA diff --git a/six-1.15.0.tar.gz b/six-1.15.0.tar.gz deleted file mode 100644 index 63329e4..0000000 Binary files a/six-1.15.0.tar.gz and /dev/null differ diff --git a/six-1.16.0.tar.gz b/six-1.16.0.tar.gz new file mode 100644 index 0000000..5bf3a27 Binary files /dev/null and b/six-1.16.0.tar.gz differ