diff --git a/astroid-2.12.14-gh.tar.gz b/astroid-2.12.14-gh.tar.gz deleted file mode 100644 index ae1cfb2..0000000 --- a/astroid-2.12.14-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:572fa4250065a85286b09c26c53547360cb3a1171a52ae744ff7e31938b4842a -size 440473 diff --git a/astroid-2.15.3-gh.tar.gz b/astroid-2.15.3-gh.tar.gz new file mode 100644 index 0000000..c69b763 --- /dev/null +++ b/astroid-2.15.3-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1aa602081088c6ccd92a469df5db50eb02ea0986614537c2a018217a432279 +size 461474 diff --git a/python-astroid.changes b/python-astroid.changes index 95101c3..54937bd 100644 --- a/python-astroid.changes +++ b/python-astroid.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Mon Apr 17 19:07:36 UTC 2023 - Dirk Müller + +- update to 2.15.3: + * Fix ``infer_call_result()`` crash on methods called + ``with_metaclass()`` + * Suppress ``UserWarning`` when finding module specs. + +------------------------------------------------------------------- +Sun Apr 16 09:20:21 UTC 2023 - Dirk Müller + +- update to 2.15.2: + * Support more possible usages of ``attrs`` decorators. + * Restore behavior of setting a Call as a base for classes + created using ``six.with_metaclass()``, + and harden support for using enums as metaclasses in this + case. + * astroid now supports ``TryStar`` nodes from python 3.11 and + should be fully compatible with python 3.11. + * ``Formattedvalue.postinit`` is now keyword only. This is to + allow correct typing of the ``Formattedvalue`` class. + * ``Astroid`` now supports custom import hooks. + * ``astroid`` now infers return values from match cases. + * ``AstroidManager.clear_cache`` now also clears the inference + context cache. + * ``Astroid`` now retrieves the default values of keyword only + arguments and sets them on ``Arguments.kw_defaults``. + * ``Uninferable`` now has the type ``UninferableBase``. This is + to facilitate correctly type annotating code that uses this + singleton. + * Deprecate ``modutils.is_standard_module()``. It will be + removed in the next minor release. + * Fix ``are_exclusive`` function when a walrus operator is used + inside ``IfExp.test`` field. + ------------------------------------------------------------------- Sat Jan 7 08:50:36 UTC 2023 - Dirk Müller diff --git a/python-astroid.spec b/python-astroid.spec index f353ceb..8100adc 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -17,7 +17,7 @@ Name: python-astroid -Version: 2.12.14 +Version: 2.15.3 Release: 0 Summary: Representation of Python source as an AST for pylint License: LGPL-2.1-or-later