Information for build python-line_profiler-2.0-1.fc24

ID813834
Package Namepython-line_profiler
Version2.0
Release1.fc24
Epoch
SummaryLine-by-line profiler for python
Descriptionline_profiler is a module for doing line-by-line profiling of functions. kernprof is a convenient script for running either line_profiler or the Python standard library's cProfile or profile modules, depending on what is available.
Built byjacksonisaac
State complete
Volume fedora_koji_archive01
StartedMon, 31 Oct 2016 08:58:44 UTC
CompletedMon, 31 Oct 2016 09:12:25 UTC
Taskbuild (f24-candidate, /rpms/python-line_profiler:064f6f7c7569556412907a2f1d82f0d74b162feb)
Tags
f24-updates
RPMs
src
python-line_profiler-2.0-1.fc24.src.rpm (info) (download)
armv7hl
python-line_profiler-2.0-1.fc24.armv7hl.rpm (info) (download)
python3-line_profiler-2.0-1.fc24.armv7hl.rpm (info) (download)
python-line_profiler-debuginfo-2.0-1.fc24.armv7hl.rpm (info) (download)
i686
python-line_profiler-2.0-1.fc24.i686.rpm (info) (download)
python3-line_profiler-2.0-1.fc24.i686.rpm (info) (download)
python-line_profiler-debuginfo-2.0-1.fc24.i686.rpm (info) (download)
x86_64
python-line_profiler-2.0-1.fc24.x86_64.rpm (info) (download)
python3-line_profiler-2.0-1.fc24.x86_64.rpm (info) (download)
python-line_profiler-debuginfo-2.0-1.fc24.x86_64.rpm (info) (download)
Logs
armv7hl
state.log
root.log
build.log
x86_64
root.log
state.log
build.log
i686
root.log
build.log
state.log
Changelog * Mon Oct 31 2016 Jackson <jacksonisaac2008@gmail.com> - 2.0-1 - Update line_profiler to v2.0 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-9 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-7 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Sat Jul 25 2015 Jackson Isaac <jacksonisaac2008@gmail.com> - 1.0-6 - Add Python License. Exclude __pycache__ in py3 file listing. * Thu Jul 23 2015 Jackson Isaac <jacksonisaac2008@gmail.com> - 1.0-5 - Remove python2_sitelib definition. Remove ghost from files. - Add PYTHONPATH for tests. Run tests for files in tests/ * Wed Jul 22 2015 Jackson Isaac <jacksonisaac2008@gmail.com> - 1.0-4 - Rename kernprof binary instead of symlinking. * Mon Jul 20 2015 Jackson Isaac <jacksonisaac2008@gmail.com> - 1.0-3 - Do not use py3dir as it is unclean. Use chmod instead of attr. * Wed Jul 15 2015 Jackson Isaac <jacksonisaac2008@gmail.com> - 1.0-2 - Add compiler flags in build. Create py2 and py3 specific packages. - Add kernprof script in buildroot for both py2 and py3 versions. * Wed Jul 08 2015 Jackson Isaac - 1.0-1 - Initial version of line_profiler package