diff --git a/python-astroid.spec b/python-astroid.spec index d7cb48e..36785b0 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -19,13 +19,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-astroid -Version: 1.4.9.git.1489454058.313c0c3 +Version: 1.4.9.git.1489768950.31f21cd Release: 0 Summary: Rebuild a new abstract syntax tree from Python's ast License: LGPL-2.1+ Group: Development/Libraries/Python Url: https://github.com/pycqa/astroid -Source: https://files.pythonhosted.org/packages/source/a/astroid/astroid-%{version}.tar.gz +# replaced for github pre-release +#Source: https://files.pythonhosted.org/packages/source/a/astroid/astroid-%{version}.tar.gz +Source: astroid-%{version}.tar.gz Source1: pytest.ini BuildRequires: %{python_module lazy-object-proxy} BuildRequires: %{python_module pytest}