diff --git a/python-six.spec b/python-six.spec index ead5ad1..79fe21d 100644 --- a/python-six.spec +++ b/python-six.spec @@ -5,7 +5,7 @@ %global python_wheelname %{modname}-%{version}-py2.py3-none-any.whl Name: python-six -Version: 1.14.0 +Version: 1.15.0 Release: 1 Summary: It is a Python 2 and 3 compatibility library License: MIT @@ -94,6 +94,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -rfsxX test_six.py %endif %changelog +* Tue Aug 04 2020 Yeqing Peng -1.15.0-1 +- update to 1.15.0 + * Thu Apr 16 2020 chengquan -1.14.0-1 - Type:enhancement - ID:NA diff --git a/six-1.14.0.tar.gz b/six-1.14.0.tar.gz deleted file mode 100644 index 509fcfd..0000000 Binary files a/six-1.14.0.tar.gz and /dev/null differ diff --git a/six-1.15.0.tar.gz b/six-1.15.0.tar.gz new file mode 100644 index 0000000..ac99745 Binary files /dev/null and b/six-1.15.0.tar.gz differ