Fri, 29 Mar 2024 09:00:21 UTC | login

Information for build python-astroid-2.6.6-1.fc33

ID196128
Package Namepython-astroid
Version2.6.6
Release1.fc33
Epoch
SummaryCommon base representation of python source code for pylint and other projects
DescriptionThe 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 07 Feb 2022 18:29:38 UTC
CompletedMon, 07 Feb 2022 18:29:38 UTC
Tags
f33
f37
f38
RPMs
src
python-astroid-2.6.6-1.fc33.src.rpm (info) (download)
noarch
python3-astroid-2.6.6-1.fc33.noarch.rpm (info) (download)
Changelog * Wed Aug 04 2021 Gwyn Ciesla <gwync@protonmail.com> - 2.6.6-1 - 2.6.6 * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jul 21 2021 Gwyn Ciesla <gwync@protonmail.com> - 2.6.5-1 - 2.6.5 * Tue Jul 20 2021 Gwyn Ciesla <gwync@protonmail.com> - 2.6.4-1 - 2.6.4 * Wed Jun 30 2021 Gwyn Ciesla <gwync@protonmail.com> - 2.6.2-1 - 2.6.2 * Tue Jun 29 2021 Gwyn Ciesla <gwync@protonmail.com> - 2.6.1-1 - 2.6.1 * Tue Jun 08 2021 Gwyn Ciesla <gwync@protonmail.com> - 2.5.8-1 - 2.5.8 * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.5.7-2 - Rebuilt for Python 3.10 * Tue Jun 01 2021 Gwyn Ciesla <gwync@protonmail.com> - 2.5.7-1 - 2.5.7 * Mon Apr 26 2021 Gwyn Ciesla <gwync@protonmail.com> - 2.5.6-1.git36dda3f - 2.5.6 * Mon Apr 12 2021 Gwyn Ciesla <gwync@protonmail.com> - 2.5.3-1.git55953b3 - 2.5.3 * Mon Mar 29 2021 Gwyn Ciesla <gwync@protonmail.com> - 2.5.2-1.gitc3b58a3 - 2.5.2 * Mon Mar 01 2021 Gwyn Ciesla <gwync@protonmail.com> - 2.5.1-1.git79d7237 - 2.5.1 * Wed Feb 24 2021 Gwyn Ciesla <gwync@protonmail.com> - 2.5-2.git0f97f79 - Bump EVR * Tue Feb 16 2021 Gwyn Ciesla <gwync@protonmail.com> - 2.5-1.git0f97f79 - 2.5 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.2-3.git2d25e84 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.2-2.git2d25e84 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jun 19 2020 Gwyn Ciesla <gwync@protonmail.com> - 2.4.2-1 - 2.4.2 * Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 2.4.1-2.gita672051 - Rebuilt for Python 3.9 * Tue May 05 2020 Gwyn Ciesla <gwync@protonmail.com> - 2.4.1-1 - 2.4.1 * Tue Apr 28 2020 Gwyn Ciesla <gwync@protonmail.com> - 2.4.0-1 - 2.4.0 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.3-7.gitace7b29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jan 17 2020 Gwyn Ciesla <gwync@protonmail.com> - 2.3.3-6.gitace7b29 - Drop *s * Fri Jan 17 2020 Gwyn Ciesla <gwync@protonmail.com> - 2.3.3-5.gitace7b29 - Drop tilded six deps. * Wed Jan 08 2020 Gwyn Ciesla <gwync@protonmail.com> - 2.3.3-4.gitace7b29 - Require six * Tue Jan 07 2020 Gwyn Ciesla <gwync@protonmail.com> - 2.3.3-3.gitace7b29 - Require typed_ast * Thu Dec 12 2019 Gwyn Ciesla <gwync@protonmail.com> - 2.3.3-2.gitace7b29 - Disable dependency generator. * Wed Nov 06 2019 Gwyn Ciesla <gwync@protonmail.com> - 2.3.3-1.gitace7b29 - 2.3.3 * Sun Oct 20 2019 Gwyn Ciesla <gwync@protonmail.com> - 2.3.2-1.git8b0fcc2 - 2.3.2 * Fri Oct 04 2019 Gwyn Ciesla <gwync@protonmail.com> - 2.3.1-3.gitbff51e9 - Really fix them. * Fri Oct 04 2019 Gwyn Ciesla <gwync@protonmail.com> - 2.3.1-2.gitbff51e9 - Fix requires, BZ 1758430. * Mon Sep 30 2019 Gwyn Ciesla <gwync@protonmail.com> - 2.3.1-1.gitbff51e9 - 2.3.1 * Tue Sep 24 2019 Gwyn Ciesla <gwync@protonmail.com> - 2.3.0-1.gitff97852 - 2.3.0. * Sat Aug 17 2019 Miro Hrončok <mhroncok@redhat.com> - 2.2.5-5.git28fc86f - Rebuilt for Python 3.8