scalene 1.4.1-1 source package in Ubuntu

Changelog

scalene (1.4.1-1) unstable; urgency=medium

  [ Adam Cecile ]
  * Package is now arch any instead of all because it contains built
   libraries for better profiling.
  * Command scalene is now provided (Closes: #983655).
  * Update debian/copyright to add statements for vendor folder.
  * Add runtime dependencies as build dependencies so help2man can run
    scalene command.
  * Generate scalene manpage using help2man.
  * Prepare packaging to run unittest but still not enabled yet (pyperf
    needed + other errors).
  * Add pynvml (NVIDIA GPU profiling) recommends, contrib package so no
    strict dependency.
  * Patch code to avoid strict dependency on pynvml.
  * Patch code to load liscalene.so after renaming with Python ABI suffix.

  [ Emmanuel Arias ]
  * New upstream release.
  * wrap-and-sort.
  * d/control: Add python3-wheel as Build Depends.
  * d/rules: Enable the bindnow hardening flag.
  * d/rules: Provide a name to the manual generated by help2man.
  * d/rules: Install *.so shared libraries in /usr/lib/scalene/lib.
  * d/control: Add python3-pip as Build Dependency.
  * d/copyright: Remove vendor/Hoard/ license entry. Upstream not longer
    package it.
  * d/control: Add pyhton3-ipython as Recommends for binary-package.
  * d/copyright: Update copyright year for debian/* files.
  * d/copyright: Reformat file.
  * d/python3-scalene.docs: Add /vendor/Heap-Layers/NOTICE file in the binary
    package.
  * remove temporal file.

  [ Nilesh Patra ]
  * Add patch and remove B-D on python3-pip
  * d/control: Bump Standards-Version to 4.6.0 (No changes needed)

 -- Emmanuel Arias <email address hidden>  Sat, 12 Mar 2022 19:41:38 +0530

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

Downloads

File Size SHA-256 Checksum
scalene_1.4.1-1.dsc 2.1 KiB ae7497598e573b4aa4819d66f1df28966df0e3186c72ef5d96f966cd97ae55e0
scalene_1.4.1.orig.tar.gz 2.7 MiB c36f25031abb978cacdcecc06d44b37a29a451ff1a7c7f17a1acc56b12df6f8c
scalene_1.4.1-1.debian.tar.xz 5.1 KiB fe80719a88067edee9214e512a5ed662d1866634ce92225868d62fdefec63268

Available diffs

No changes file available.

Binary packages built by this source

python3-scalene: high-performance CPU and memory profiler for Python (Python 3)

 scalene is a high-performance cpu *and* memory profiler for Python that does
 a few things that other Python profilers do not and cannot do. It runs
 orders of magnitude faster than other profilers while delivering far more
 detailed information.
 .
 This package installs the library for Python 3.

python3-scalene-dbgsym: debug symbols for python3-scalene