Name: | python-line_profiler |
---|---|
Version: | 1.0 |
Release: | 6.el7 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 144795 |
License: | BSD and Python |
RPM: | python-line_profiler-1.0-6.el7.x86_64.rpm |
Source RPM: | python-line_profiler-1.0-6.el7.src.rpm |
Build Date: | Thu Oct 26 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/rkern/line_profiler |
Summary: | Line-by-line profiler for python |
Description: | line_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. |
- Add Python License. Exclude __pycache__ in py3 file listing.
- Remove python2_sitelib definition. Remove ghost from files. - Add PYTHONPATH for tests. Run tests for files in tests/
- Rename kernprof binary instead of symlinking.
- Do not use py3dir as it is unclean. Use chmod instead of attr.
- Add compiler flags in build. Create py2 and py3 specific packages. - Add kernprof script in buildroot for both py2 and py3 versions.
- Initial version of line_profiler package