diff --git a/python-six.spec b/python-six.spec index 33139dd..3f20ad4 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: 4 +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 @@ -53,6 +53,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -rfsxX test_six.py %{python3_sitelib}/__pycache__/%{modname}.* %changelog +* Thu Dec 02 2021 jiangxinyu - 1.16.0-1 +- upgrade to 1.16.0 + * Fri Dec 03 2021 shixuantong - 1.15.0-4 - 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