From 0b9585663a3592b2ef7ec141e918f3c931f8bf6063b527a8d68de04cd3cfa788 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 2 Jan 2025 14:15:11 +0000 Subject: [PATCH] - update to 3.3.8: * Fix inability to import `collections.abc` in python 3.13.1. The reported fixes in astroid 3.3.6 and 3.3.7 did not actually fix this issue. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=111 --- astroid-3.3.5-gh.tar.gz | 3 --- astroid-3.3.8-gh.tar.gz | 3 +++ python-astroid.changes | 8 ++++++++ python-astroid.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 astroid-3.3.5-gh.tar.gz create mode 100644 astroid-3.3.8-gh.tar.gz diff --git a/astroid-3.3.5-gh.tar.gz b/astroid-3.3.5-gh.tar.gz deleted file mode 100644 index c92c715..0000000 --- a/astroid-3.3.5-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf0c065acb7f3dc61f045ec6fddf247084277a3db527969bae375bccc03ed110 -size 465885 diff --git a/astroid-3.3.8-gh.tar.gz b/astroid-3.3.8-gh.tar.gz new file mode 100644 index 0000000..51a0952 --- /dev/null +++ b/astroid-3.3.8-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd092083a3cbb72a8e0ddbcb9f9dcd6b2ae068f745cd1c0a6844a6a143ab297 +size 467093 diff --git a/python-astroid.changes b/python-astroid.changes index 3e06abe..0dc61f7 100644 --- a/python-astroid.changes +++ b/python-astroid.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jan 2 14:14:36 UTC 2025 - Dirk Müller + +- update to 3.3.8: + * Fix inability to import `collections.abc` in python 3.13.1. + The reported fixes in astroid 3.3.6 and 3.3.7 did not actually + fix this issue. + ------------------------------------------------------------------- Tue Oct 22 13:46:15 UTC 2024 - Dirk Müller diff --git a/python-astroid.spec b/python-astroid.spec index 6c121ad..9977d88 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -1,7 +1,7 @@ # # spec file for package python-astroid # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-astroid -Version: 3.3.5 +Version: 3.3.8 Release: 0 Summary: Representation of Python source as an AST for pylint License: LGPL-2.1-or-later