pprofile 2.1.0-2 source package in Ubuntu

Changelog

pprofile (2.1.0-2) unstable; urgency=medium

  * Add debian/patches/fix-versioneer-compat.patch to enable versioneer
    to run with Python 3.12, fixing FTBFS bug. (Closes: #1058191)
  * debian/copyright: Update copyright holder year for debian/* files
  * Bump Standards-Version to 4.7.0. No changes required

 -- Josue Ortega <email address hidden>  Thu, 01 Aug 2024 11:54:27 +0900

Upload details

Uploaded by:
Josue Ortega
Uploaded to:
Sid
Original maintainer:
Josue Ortega
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release universe misc
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pprofile_2.1.0-2.dsc 1.9 KiB ce4b66e9659d17abd7dcee61c38d8e955c5db480ff1fa174a3868e47526e10a3
pprofile_2.1.0.orig.tar.gz 54.2 KiB 6317954ddb9fca330e3c45766de6eae595b0e86071540e426832b2fd9764d276
pprofile_2.1.0-2.debian.tar.xz 8.4 KiB 978d4a18f4ca0ef019c169ca7333d7b57c03383e76998fda4830ac8e20174f46

Available diffs

No changes file available.

Binary packages built by this source

python3-pprofile: Line-granularity, deterministic and statistic Python 3 profiler

 Line granularity allows locating precisely where time is spent in code.
 Thread awareness automatically propagates profiling to all threads (all
 threads in statistic mode, or threads spawned by profiled code in
 deterministic mode).
 .
 Deterministic profiling gives precise measures, but at a large speed
 cost (best used on minimal test scenario).
 .
 Statistic profiling gives rough measure, but has an extremely low
 overhead (suitable for live code profiling).
 .
 Does not require marking methods to profile, allowing non-method
 profiling (module imports, class & function declarations and other
 module-level code).
 .
 This package installs the library for Python 3.