forked from pool/python-astroid
- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=80
This commit is contained in:
parent
2c5918efbd
commit
77ba4a3f17
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8002fe851dae5eea3d0e74be87bcb1ad6cd252277c713f0fe5d4f3564890a4c
|
||||
size 437906
|
3
astroid-2.12.14-gh.tar.gz
Normal file
3
astroid-2.12.14-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:572fa4250065a85286b09c26c53547360cb3a1171a52ae744ff7e31938b4842a
|
||||
size 440473
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user