Wed, 15 May 2024 10:46:57 UTC | login

Information for build python-astroid-2.0.4-1.fc29

ID74216
Package Namepython-astroid
Version2.0.4
Release1.fc29
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
StartedSat, 13 Oct 2018 16:53:36 UTC
CompletedSat, 13 Oct 2018 16:53:36 UTC
Tags
f29
f30
RPMs
src
python-astroid-2.0.4-1.fc29.src.rpm (info) (download)
noarch
python3-astroid-2.0.4-1.fc29.noarch.rpm (info) (download)
Changelog * Tue Oct 02 2018 Christian Dersch <lupinix@fedoraproject.org> - 2.0.4-1 - new version * Wed Aug 01 2018 Christian Dersch <lupinix@mailbox.org> - 2.0.2-1 - new version * Wed Jul 25 2018 Christian Dersch <lupinix.fedora@gmail.com> - 2.0.1-1 - new version * Sun Jul 15 2018 Christian Dersch <lupinix@fedoraproject.org> - 2.0.0-1 - Final version 2.0 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-0.5dev3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Jun 29 2018 Miro Hrončok <mhroncok@redhat.com> - 2.0.0-0.4dev3 - Update to dev3 * Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 2.0.0-0.3dev1 - Rebuilt for Python 3.7 * Mon Jun 04 2018 Miro Hrončok <mhroncok@redhat.com> - 2.0.0-0.2dev1 - Update to 2.0.0dev1 * Mon May 21 2018 Miro Hrončok <mhroncok@redhat.com> - 2.0.0-0.1dev0 - Update to 2.0.0dev0 - Drop python2-astroid (that goes to it's own package in 1.6.x) - Switch to pytest as does upstream * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Jun 19 2017 Christian Dersch <lupinix@mailbox.org> - 1.5.3-1 - new version * Mon May 29 2017 Christian Dersch <lupinix@mailbox.org> - 1.5.2-4 - Python 2 test fails also on F26 (I guess we need new enum34 there too) * Mon May 29 2017 Christian Dersch <lupinix@mailbox.org> - 1.5.2-3 - add requirement on python-enum34 for Python 2 * Mon May 15 2017 Christian Dersch <lupinix@mailbox.org> - 1.5.2-2 - use correct github commit - adjusted requirements, we need backports-functools_lru_cache now * Sun May 14 2017 Christian Dersch <lupinix@mailbox.org> - 1.5.2-1 - new version * Thu Mar 09 2017 Orion Poplawski <orion@cora.nwra.com> - 1.4.9-3 - Minor cleanup * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Dec 21 2016 Adam Williamson <awilliam@redhat.com> - 1.4.9-1 - New release 1.4.9 - Backport a patch from master branch to fix Python 3.6 compatibility - Modernize spec file somewhat - Rename python2 package - Enable tests * Wed Dec 14 2016 Charalampos Stratakis <cstratak@redhat.com> - 1.4.8-1 - Upstream 1.4.8 * Mon Dec 12 2016 Charalampos Stratakis <cstratak@redhat.com> - 1.4.5-4 - Rebuild for Python 3.6