https://bugzilla.redhat.com/show_bug.cgi?id=1578817 Bug ID: 1578817 Summary: Review Request: python2-astroid - Common base representation of python source code for pylint and other projects Product: Fedora Version: rawhide Component: Package Review Severity: medium Priority: medium Assignee: nobody@xxxxxxxxxxxxxxxxx Reporter: mhroncok@xxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: package-review@xxxxxxxxxxxxxxxxxxxxxxx Spec URL: https://churchyard.fedorapeople.org/SRPMS/python2-astroid.spec SRPM URL: https://churchyard.fedorapeople.org/SRPMS/python2-astroid-1.6.4-1.fc29.src.rpm Description: The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... 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 builds partial trees by inspecting living objects. This package provides the Python 2 implementation. Fedora Account System Username: churchyard Git: https://github.com/hroncok/python2-astroid (see last commit for changes since python-astroid) This conflicts with python-astroid ATM. It will not be added to Fedora before python2-astroid is removed from there. See https://bugzilla.redhat.com/show_bug.cgi?id=1578759 for context. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx