Package python3-module-astroid: Information

  • Default inline alert: Version in the repository: 3.1.0-alt1

Source package: python3-module-astroid
Version: 2.9.3-alt2
Latest version according to Repology
Build time:  Mar 16, 2022, 11:49 AM in the task #296719
Report package bug
License: LGPLv2.1+
Summary: Python Abstract Syntax Tree New Generation
Description: 
The aim of this module is to provide a common base representation of python
source code. It is currently the powering pylint's capabilities.

It provides a compatible representation which comes from the _ast module. It
rebuilds the tree generated by the builtin _ast module by recursively walking
down the AST and building an extended ast. The new node classes have additional
methods and attributes for different usages. They include some support for
static inference and local name scopes. Furthermore, astroid can also build
partial trees by inspecting living objects.

List of rpms provided by this srpm:
python3-module-astroid (noarch)

Maintainer: Stanislav Levin


ACL:
Stanislav Levin
@python
@everybody

    1. python3(wrapt)
    2. python3(lazy_object_proxy)
    3. python3-module-setuptools
    4. python3(numpy)
    5. python3(pytest)
    6. python3(dateutil)
    7. rpm-build-python3
    8. python3(tox)
    9. python3(tox_no_deps)

Last changed


March 16, 2022 Stanislav Levin 2.9.3-alt2
- Fixed FTBFS (wrapt 1.14.0).
Jan. 27, 2022 Stanislav Levin 2.9.3-alt1
- 2.5.6 -> 2.9.3.
Jan. 20, 2022 Stanislav Levin 2.5.6-alt2
- Fixed FTBFS (setuptools 60+).