diff --git a/astroid-3.3.8-gh.tar.gz b/astroid-3.3.8-gh.tar.gz deleted file mode 100644 index 51a0952..0000000 --- a/astroid-3.3.8-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4fd092083a3cbb72a8e0ddbcb9f9dcd6b2ae068f745cd1c0a6844a6a143ab297 -size 467093 diff --git a/astroid-3.3.9-gh.tar.gz b/astroid-3.3.9-gh.tar.gz new file mode 100644 index 0000000..fd757bf --- /dev/null +++ b/astroid-3.3.9-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d4e496b955ddf73243f0649e853bd9719f3446edfe15e98a3e537dd3002900 +size 467796 diff --git a/python-astroid.changes b/python-astroid.changes index 0dc61f7..7491b94 100644 --- a/python-astroid.changes +++ b/python-astroid.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Mar 21 10:38:20 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 3.3.9 + * Fix crash when `sys.modules` contains lazy loader objects + during checking. + * Upload release assets to PyPI via Trusted Publishing. +- Update BuildRequires from pyproject.toml + ------------------------------------------------------------------- Thu Jan 2 14:14:36 UTC 2025 - Dirk Müller diff --git a/python-astroid.spec b/python-astroid.spec index 9977d88..c01c82a 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -18,13 +18,14 @@ %{?sle15_python_module_pythons} Name: python-astroid -Version: 3.3.8 +Version: 3.3.9 Release: 0 Summary: Representation of Python source as an AST for pylint License: LGPL-2.1-or-later URL: https://github.com/pycqa/astroid Source: https://github.com/PyCQA/astroid/archive/refs/tags/v%{version}.tar.gz#/astroid-%{version}-gh.tar.gz BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module mypy} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools}