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

ID813913
Package Namepython-line_profiler
Version2.0
Release1.el7
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 DEFAULT
StartedMon, 31 Oct 2016 11:10:46 UTC
CompletedMon, 31 Oct 2016 11:14:12 UTC
Taskbuild (epel7, /rpms/python-line_profiler:064f6f7c7569556412907a2f1d82f0d74b162feb)
Tags No tags
RPMs
src
python-line_profiler-2.0-1.el7.src.rpm (info) (download)
aarch64
python-line_profiler-2.0-1.el7.aarch64.rpm (info) (download)
python-line_profiler-debuginfo-2.0-1.el7.aarch64.rpm (info) (download)
ppc64
python-line_profiler-2.0-1.el7.ppc64.rpm (info) (download)
python-line_profiler-debuginfo-2.0-1.el7.ppc64.rpm (info) (download)
ppc64le
python-line_profiler-2.0-1.el7.ppc64le.rpm (info) (download)
python-line_profiler-debuginfo-2.0-1.el7.ppc64le.rpm (info) (download)
x86_64
python-line_profiler-2.0-1.el7.x86_64.rpm (info) (download)
python-line_profiler-debuginfo-2.0-1.el7.x86_64.rpm (info) (download)
Logs
aarch64
root.log
build.log
state.log
x86_64
build.log
state.log
root.log
ppc64
root.log
state.log
build.log
ppc64le
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