Sat, 06 Jul 2024 14:29:24 UTC | login

Information for build python-line_profiler-2.0-6.fc29

ID43404
Package Namepython-line_profiler
Version2.0
Release6.fc29
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 bydavidlt
State complete
Volume DEFAULT
StartedFri, 15 Jun 2018 05:12:11 UTC
CompletedFri, 15 Jun 2018 08:29:12 UTC
Taskbuild (f29-candidate, python-line_profiler-2.0-6.fc29.src.rpm)
Tags
f29
RPMs
src
python-line_profiler-2.0-6.fc29.src.rpm (info) (download)
riscv64
python2-line_profiler-2.0-6.fc29.riscv64.rpm (info) (download)
python3-line_profiler-2.0-6.fc29.riscv64.rpm (info) (download)
python-line_profiler-debuginfo-2.0-6.fc29.riscv64.rpm (info) (download)
python-line_profiler-debugsource-2.0-6.fc29.riscv64.rpm (info) (download)
python2-line_profiler-debuginfo-2.0-6.fc29.riscv64.rpm (info) (download)
python3-line_profiler-debuginfo-2.0-6.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Jan 23 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.0-2 - Bump version * Sun Jan 15 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.0-1 - Update to 2.0 - Modernize spec * Mon Dec 19 2016 Miro HronĨok <mhroncok@redhat.com> - 1.0-10 - Rebuild for Python 3.6 * 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