Accepting request 1058347 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1058347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astroid?expand=0&rev=41
This commit is contained in:
Dominique Leuenberger 2023-01-15 16:57:59 +00:00 committed by Git OBS Bridge
commit 8759da0cb9
4 changed files with 17 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f8002fe851dae5eea3d0e74be87bcb1ad6cd252277c713f0fe5d4f3564890a4c
size 437906

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:572fa4250065a85286b09c26c53547360cb3a1171a52ae744ff7e31938b4842a
size 440473

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jan 7 08:50:36 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to v2.12.14:
* Handle the effect of properties on the __init__ of a dataclass
correctly.
* Handle the effect of kw_only=True in dataclass fields correctly.
* Handle the effect of init=False in dataclass fields correctly.
* Fix crash if numpy module doesn't have version attribute.
* Handle AttributeError during str.format template inference tip
evaluation
-------------------------------------------------------------------
Sat Dec 3 03:46:28 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-astroid
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: python-astroid
Version: 2.12.13
Version: 2.12.14
Release: 0
Summary: Representation of Python source as an AST for pylint
License: LGPL-2.1-or-later