python-yappi 1.3.3-1 source package in Ubuntu

Changelog

python-yappi (1.3.3-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Running wrap-and-sort -bast.
  * d/copyright: Use https protocol in Format field.
  * Use debhelper-compat instead of debian/compat.
  * d/control: Fix wrong Vcs-*.
  * Bump Standards-Version to 4.4.1.

  [ Thomas Goirand ]
  * New upstream release:
    - Fixes FTBFS on Python 3.10. (Closes: #999393).
  * (build-)depends on python3-gevent.
  * Add $(CURDIR)/tests in PYTHONPATH.
  * Switch to pytest.
  * Do not run BasicUsage.test_run_as_script.

 -- Thomas Goirand <email address hidden>  Thu, 11 Nov 2021 14:12:34 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-yappi_1.3.3-1.dsc 2.0 KiB a1e5458e2af2d6682630fb7a2c6c1ec3b2b8b00c0708ec8ddb242c690eac6064
python-yappi_1.3.3.orig.tar.xz 810.8 KiB 87dc000786d12f1b06e5c388fc661ff1d5830a6e48131ac8ef7b161b66e03233
python-yappi_1.3.3-1.debian.tar.xz 2.7 KiB c9362f8c81c1db589c85003da58129bf6ec3659991d1257bc2408754ae09029f

No changes file available.

Binary packages built by this source

python3-yappi: Yet Another Python Profiler - Python 3.x

 Yappi stands for Yet Another Python Profiler. It supports Multithread/CPU time
 profiling.
 .
 CPython standard distribution comes with three profilers. cProfile, Profile
 and hotshot. cProfile is implemented as a C module based on lsprof, Profile is
 in pure Python and hotshot can be seen as a small subset of a cProfile.
 .
 The major issue is that all of these profilers lack support for multi-threaded
 programs and CPU time.
 .
 If you want to profile a multi-threaded application, you must give an entry
 point to these profilers and then maybe merge the outputs. None of these
 profilers are designed to work on long-running multi-threaded application. It
 is impossible to profile an application retrieve the statistics then stop and
 then start later on the fly (without affecting the profiled application).
 .
 This package contains the Python 3.x module.

python3-yappi-dbgsym: debug symbols for python3-yappi