diff --git a/astroid-2.15.5.tar.gz b/astroid-2.15.5.tar.gz new file mode 100644 index 0000000..3c9a1e6 Binary files /dev/null and b/astroid-2.15.5.tar.gz differ diff --git a/python-astroid.spec b/python-astroid.spec index 06fb8b4..d7670fc 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-astroid -Version: 2.15.4 +Version: 2.15.5 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://github.com/pylint-dev/astroid/archive/refs/tags/v%{version}.tar.gz +Source0: https://github.com/pylint-dev/astroid/archive/refs/tags/v%{version}.tar.gz#/astroid-%{version}.tar.gz BuildArch: noarch %description An abstract syntax tree for Python with inference support. @@ -64,6 +64,9 @@ source code. It is currently the library powering pylint capabilities. %{python3_sitelib}/astroid*.dist-info/ %changelog +* Sun Jun 25 2023 jiangxinyu - 2.15.5-1 +- Update package to version 2.15.5 + * Mon May 15 2023 Dongxing Wang - 2.15.4-1 - update to 2.15.4 for pylint upgrade 2.17.2 diff --git a/v2.15.4.tar.gz b/v2.15.4.tar.gz deleted file mode 100644 index 8c2adb6..0000000 Binary files a/v2.15.4.tar.gz and /dev/null differ