Sync from SUSE:SLFO:Main python-astroid revision 8f5cbac95e7378ed673a2394d9e048bb
This commit is contained in:
BIN
astroid-3.3.5-gh.tar.gz
(Stored with Git LFS)
BIN
astroid-3.3.5-gh.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
astroid-3.3.9-gh.tar.gz
(Stored with Git LFS)
Normal file
BIN
astroid-3.3.9-gh.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 21 10:38:20 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@@ -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,13 +18,14 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-astroid
|
||||
Version: 3.3.5
|
||||
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}
|
||||
|
Reference in New Issue
Block a user