Sun, 09 Jun 2024 12:34:14 UTC | login

Information for build python-vulture-0.26-2.fc28

ID38727
Package Namepython-vulture
Version0.26
Release2.fc28
Epoch
SummaryFind Dead Code
Description Vulture finds unused classes, functions and variables in your code. This helps you cleanup and find errors in your programs. If you run it on both your library and test suite you can find untested code. Due to Python’s dynamic nature, static code analyzers like vulture are likely to miss some dead code. Also, code that is only called implicitly may be reported as unused. Nonetheless, vulture can be a very helpful tool for higher code quality.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 07 Jun 2018 21:42:28 UTC
CompletedThu, 07 Jun 2018 21:42:28 UTC
Tags
f29
RPMs
src
python-vulture-0.26-2.fc28.src.rpm (info) (download)
noarch
python2-vulture-0.26-2.fc28.noarch.rpm (info) (download)
python3-vulture-0.26-2.fc28.noarch.rpm (info) (download)
Changelog * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.26-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Aug 28 2017 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 0.26-1 - Update to 0.26 (#1485917) * Wed Aug 16 2017 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 0.25-1 - Update to 0.25 (#1472024) * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Jul 17 2017 Yatin Karel <ykarel@redhat.com> - 0.16-1 - Sync with upstream release 0.16 * Wed Jul 05 2017 Yatin Karel <ykarel@redhat.com> - 0.14-3 - Fix Changelog release * Wed Jul 05 2017 Yatin Karel <ykarel@redhat.com> - 0.14-2 - Use versioned package, python2-setuptools(not python-setuptools) * Tue Jun 20 2017 Yatin Karel <ykarel@redhat.com> - 0.14-1 - Initial package import