pyprof2calltree 1.4.5-1 source package in Ubuntu

Changelog

pyprof2calltree (1.4.5-1) unstable; urgency=medium

  [ Aurélien COUDERC ]
  * Use the slightly more common ,  stanzas format for debian/copyright
  * Use trailing commas for build-depends
  * Fix upstream tag format

  [ Nicholas D Steeves ]
  * Import new upstream release: version 1.4.5.
  * Add debian/source/options to ignore pkg.egg-info files so that building
    twice from the unpacked source package will succeed.
  * Copyright: Change d/copyright-specific license name from MIT to Expat,
    which has identical text, but which disambiguates from MIT/X.
  * Update my email address and copyright years.
  * Disable DH_VERBOSE, and activate pytest during build.
  * Add non-superficial autopkgtests that test all versions for python3-all
    (Closes: #1001502).
  * debian/not-installed: Add manpage-body.rst and pyprof2calltree.rst, which
    exist for doc generation and should not be installed.
  * Declare Standards-Version: 4.6.0.1 (no changes required).
  * Migrate to debhelper-compat 13.

 -- Nicholas D Steeves <email address hidden>  Sat, 11 Dec 2021 12:34:02 -0500

Upload details

Uploaded by:
Nicholas D Steeves
Uploaded to:
Sid
Original maintainer:
Nicholas D Steeves
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyprof2calltree_1.4.5-1.dsc 2.2 KiB cf05e9c3d09b958cf297177a9226c8f63be10984b75f106be2805d0ef0d422ec
pyprof2calltree_1.4.5.orig.tar.gz 9.8 KiB a635672ff31677486350b2be9a823ef92f740e6354a6aeda8fa4a8a3768e8f2f
pyprof2calltree_1.4.5-1.debian.tar.xz 4.0 KiB d23bfedf9027b3a1148938cb9e92a37155d2fe7dd03a3bf2909eb944e8ac2c24

Available diffs

No changes file available.

Binary packages built by this source

pyprof2calltree: visualise Python cProfile data with this kcachegrind converter

 Pyprof2calltree converts cProfile data into a format that is
 consumable by kcachegrind and qcachegrind for graphical calltree
 analysis. This combination provides similar capabilities to Snakeviz
 or RunSnakeRun.
 .
 Pyprof2calltree is an adaptation of lsprofcalltree.py, written by David
 Allouche, Jp Calderone, Itamar Shtull-Trauring, and Johan Dahlin. It
 has been adapted to behave more like scripts in the kcachegrind-converters
 package. One of the authors' objectives is for pyprof2calltree to
 eventually become part of the official upstream kdesdk package.