diff --git a/astroid-2.12.13-gh.tar.gz b/astroid-2.12.13-gh.tar.gz deleted file mode 100644 index 3ea6dc7..0000000 --- a/astroid-2.12.13-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8002fe851dae5eea3d0e74be87bcb1ad6cd252277c713f0fe5d4f3564890a4c -size 437906 diff --git a/astroid-2.12.14-gh.tar.gz b/astroid-2.12.14-gh.tar.gz new file mode 100644 index 0000000..ae1cfb2 --- /dev/null +++ b/astroid-2.12.14-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572fa4250065a85286b09c26c53547360cb3a1171a52ae744ff7e31938b4842a +size 440473 diff --git a/python-astroid.changes b/python-astroid.changes index b4418f7..95101c3 100644 --- a/python-astroid.changes +++ b/python-astroid.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Jan 7 08:50:36 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-astroid.spec b/python-astroid.spec index 70c3bf9..f353ceb 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -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