diff --git a/astroid-2.1.0.tar.gz b/astroid-2.1.0.tar.gz new file mode 100644 index 0000000..891472e Binary files /dev/null and b/astroid-2.1.0.tar.gz differ diff --git a/astroid-2.5.tar.gz b/astroid-2.5.tar.gz deleted file mode 100644 index 87f53eb..0000000 Binary files a/astroid-2.5.tar.gz and /dev/null differ diff --git a/python-astroid.spec b/python-astroid.spec index aa29679..4fb33e8 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-astroid -Version: 2.5 +Version: 2.1.0 Release: 1 Summary: An abstract syntax tree for Python with inference support. License: LGPL-2.1-only and GPL-2.0-or-later URL: https://github.com/PyCQA/astroid -Source0: https://files.pythonhosted.org/packages/18/00/753b485627d9cd642516c195db63dcc0c87c36b8c682125c000b7f611b09/astroid-2.5.tar.gz +Source0: https://files.pythonhosted.org/packages/df/d1/b45e0bbfe0ad2253b1d589afd09f94fcf4407b4c7c5fc4d3e3540cc13c75/astroid-2.1.0.tar.gz BuildArch: noarch %description An abstract syntax tree for Python with inference support. @@ -24,12 +24,13 @@ BuildRequires: python3-wheel BuildRequires: python3-pytest-runner # General requires BuildRequires: python3-lazy-object-proxy +BuildRequires: python3-six BuildRequires: python3-wrapt # General requires Requires: python3-lazy-object-proxy +Requires: python3-six Requires: python3-wrapt Requires: python3-pytest-runner -# General requires %description -n python3-astroid An abstract syntax tree for Python with inference support. The aim of this module is to provide a common base representation of python @@ -44,7 +45,7 @@ The aim of this module is to provide a common base representation of python source code. It is currently the library powering pylint capabilities. %prep -%autosetup -n astroid-2.5 +%autosetup -n astroid-%{version} %build %py3_build @@ -78,6 +79,7 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . + %files -n python3-astroid -f filelist.lst %dir %{python3_sitelib}/* @@ -85,11 +87,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Jul 19 2021 OpenStack_SIG - 2.5-1 -- Upgrade to version 2.5 - -* Wed Jun 24 2020 huanghaitao - 2.3.3-5 -- update to fix test errors with python3.8 - -* Mon Feb 24 2020 Senlin Xia - 2.0.4-2 -- Package init +* Fri Nov 05 2021 OpenStack_SIG - 2.1.0-1 +- Init package python3-astroid to version 2.1.0