diff --git a/astroid-2.15.6.tar.gz b/astroid-2.15.6.tar.gz deleted file mode 100644 index 27d70e1..0000000 Binary files a/astroid-2.15.6.tar.gz and /dev/null differ diff --git a/astroid-3.0.1.tar.gz b/astroid-3.0.1.tar.gz new file mode 100644 index 0000000..23ba6fb Binary files /dev/null and b/astroid-3.0.1.tar.gz differ diff --git a/python-astroid.spec b/python-astroid.spec index 5c30938..53deaf5 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-astroid -Version: 2.15.6 +Version: 3.0.1 Release: 1 Summary: An abstract syntax tree for Python with inference support. License: LGPL-2.1-only and GPL-2.0-or-later @@ -56,7 +56,7 @@ source code. It is currently the library powering pylint capabilities. %pyproject_build %install -%pyproject_install astroid==%{version} +%pyproject_install %files -n python3-astroid %license LICENSE @@ -64,6 +64,9 @@ source code. It is currently the library powering pylint capabilities. %{python3_sitelib}/astroid*.dist-info/ %changelog +* Tue Nov 14 2023 jiangxinyu - 3.0.1-1 +- Update package to version 3.0.1 + * Wed Oct 11 2023 shangjiwei - 2.15.6-1 - update to 2.17.5