python-line-profiler 4.0.2-1 source package in Ubuntu

Changelog

python-line-profiler (4.0.2-1) unstable; urgency=medium

  * Team upload
  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Update standards version to 4.6.0, no changes needed.

  [ Bo YU ]
  * New upstream version 4.0.2. (Closes: #1024047)
  * Transfer it from Debian science team to Debian python team
  * Drop all patches that upstream has merged
  * Add ubelt for test
  * Add more depends for autopkgtest
  * Add pybuild-plugin-pyproject on B-D
  * Set std-ver to 4.6.2
  * Update d/copyright

 -- Bo YU <email address hidden>  Sat, 25 Feb 2023 07:33:03 +0800

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
python-line-profiler_4.0.2-1.dsc 2.1 KiB a4f9a9d7b3e7ef979e60b964d9e621417d41875058a0918bfb5dd590a4f349b2
python-line-profiler_4.0.2.orig.tar.gz 62.4 KiB 4b10543d250ad900c2ab38d90d5e51aa7e645cd1e94842cda76706e486ba02b7
python-line-profiler_4.0.2-1.debian.tar.xz 6.0 KiB 8c29b1ed8d2467ddff988a7e0d3ff3f6bae42bebcb92d8be299d5fbdfae1f010

No changes file available.

Binary packages built by this source

python3-line-profiler: line-by-line profiling for Python

 LineProfiler can be given functions to profile, and it will time the execution
 of each individual line inside those functions. In a typical workflow, one
 only cares about line timings of a few functions because wading through the
 results of timing every single line of code would be overwhelming. However,
 LineProfiler does need to be explicitly told what functions to profile.
 .
 If you are using IPython, there is an implementation of an %lprun magic
 command which will let you specify functions to profile and a statement to
 execute.

python3-line-profiler-dbgsym: debug symbols for python3-line-profiler