Accepting request 1005710 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1005710 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astroid?expand=0&rev=37
This commit is contained in:
commit
d6adcff512
3
astroid-2.12.10-gh.tar.gz
Normal file
3
astroid-2.12.10-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c9aff7231b48e8b4b9683ddf3b8941e1ae8ab887958148addb0bf765fb31139c
|
||||||
|
size 435902
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5b39565e9c0ba43436d7719858da996129141052eccf7f047129d17d75e8c3bd
|
|
||||||
size 432812
|
|
@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 23 20:40:39 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to v2.12.10
|
||||||
|
* Fixed a crash when introspecting modules compiled by cffi.
|
||||||
|
* decorators.cached now gets its cache cleared by calling
|
||||||
|
AstroidManager.clear_cache.
|
||||||
|
- Release v2.12.9
|
||||||
|
* Fixed creation of the __init__ of dataclassess with multiple
|
||||||
|
inheritance.
|
||||||
|
* Fixed a crash on namedtuples that use typename to specify
|
||||||
|
their name.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 22 22:50:11 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
- Update to Version 2.12.8
|
||||||
|
* Fixed a crash in the ``dataclass`` brain for ``InitVars`` without subscript typing.
|
||||||
|
Closes PyCQA/pylint#7422
|
||||||
|
* Fixed parsing of default values in ``dataclass`` attributes.
|
||||||
|
Closes PyCQA/pylint#7425
|
||||||
|
|
||||||
|
- Update to Version 2.12.7
|
||||||
|
* Fixed a crash in the ``dataclass`` brain for uninferable bases.
|
||||||
|
Closes PyCQA/pylint#7418
|
||||||
|
|
||||||
|
- Update to Version 2.12.6
|
||||||
|
* Fix a crash involving ``Uninferable`` arguments to ``namedtuple()``.
|
||||||
|
Closes PyCQA/pylint#7375
|
||||||
|
* The ``dataclass`` brain now understands the ``kw_only`` keyword in dataclass decorators.
|
||||||
|
Closes PyCQA/pylint#7290
|
||||||
|
|
||||||
|
- Update to Version 2.12.5
|
||||||
|
* Prevent first-party imports from being resolved to `site-packages`.
|
||||||
|
Refs PyCQA/pylint#7365
|
||||||
|
* Fix ``astroid.interpreter._import.util.is_namespace()`` incorrectly
|
||||||
|
returning ``True`` for frozen stdlib modules on PyPy.
|
||||||
|
Closes #1755
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 27 10:10:36 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
Sat Aug 27 10:10:36 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-astroid
|
Name: python-astroid
|
||||||
Version: 2.12.4
|
Version: 2.12.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Representation of Python source as an AST for pylint
|
Summary: Representation of Python source as an AST for pylint
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user