diff --git a/python-astroid.spec b/python-astroid.spec index c127d03..c57e550 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -8,7 +8,7 @@ Name: python-astroid Version: 2.3.3 -Release: 4.git%{shortcommit}%{?dist} +Release: 5.git%{shortcommit}%{?dist} Summary: Common base representation of python source code for pylint and other projects License: GPLv2+ URL: https://github.com/%{github_owner}/%{github_name} @@ -50,7 +50,8 @@ Requires: python3-six %prep %autosetup -n astroid-%{commit} -p1 - +sed -i /six/d tox.ini +sed -i /six/d astroid/__pkginfo__.py %build %py3_build @@ -72,6 +73,9 @@ rm -rf %{buildroot}%{python3_sitelib}/astroid/tests %{python3_sitelib}/astroid*.egg-info %changelog +* Fri Jan 17 2020 Gwyn Ciesla - 2.3.3-5.gitace7b29 +- Drop tilded six deps. + * Wed Jan 08 2020 Gwyn Ciesla - 2.3.3-4.gitace7b29 - Require six