diff --git a/astroid-3.0.1.tar.gz b/astroid-3.0.1.tar.gz deleted file mode 100644 index 23ba6fb..0000000 Binary files a/astroid-3.0.1.tar.gz and /dev/null differ diff --git a/astroid-3.1.0.tar.gz b/astroid-3.1.0.tar.gz new file mode 100644 index 0000000..8868842 Binary files /dev/null and b/astroid-3.1.0.tar.gz differ diff --git a/python-astroid.spec b/python-astroid.spec index 53deaf5..21fe380 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-astroid -Version: 3.0.1 +Version: 3.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://github.com/pylint-dev/astroid/archive/refs/tags/v%{version}.tar.gz#/astroid-%{version}.tar.gz +URL: https://github.com/pylint-dev/astroid +Source0: https://github.com/pylint-dev/astroid/archive/v%{version}/astroid-%{version}.tar.gz BuildArch: noarch %description An abstract syntax tree for Python with inference support. @@ -14,7 +14,7 @@ source code. It is currently the library powering pylint capabilities. %package -n python3-astroid Summary: An abstract syntax tree for Python with inference support. -Provides: python-astroid +Provides: python-astroid = %{version}-%{release} # Base build requires BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -64,6 +64,10 @@ source code. It is currently the library powering pylint capabilities. %{python3_sitelib}/astroid*.dist-info/ %changelog +* Sun Feb 25 2024 jiangxinyu - 3.1.0-1 +- Update package to version 3.1.0 + Fix coverage artifact combination step + * Tue Nov 14 2023 jiangxinyu - 3.0.1-1 - Update package to version 3.0.1