pudb 2022.1.3-1 source package in Ubuntu

Changelog

pudb (2022.1.3-1) unstable; urgency=medium

  * New upstream release (2022.1.3)
  * Fix FTBFS: Add 00-disable-bad-encoding-tests.patch to diisable flaky
    encoding tests.
  * Change executable name from pudb3 to pudb.
  * debian/pudb.1: Update options list.

 -- Josue Ortega <email address hidden>  Thu, 17 Nov 2022 12:22:39 -0600

Upload details

Uploaded by:
Federico Ceratto
Uploaded to:
Sid
Original maintainer:
Federico Ceratto
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe python
Mantic release universe python
Lunar release universe python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pudb_2022.1.3-1.dsc 2.0 KiB b15048181a81610d9c3d0857e4354d11caa8e9934f80bb9368c16395d4ffb80e
pudb_2022.1.3.orig.tar.gz 212.9 KiB f62d4a03504c3ba53a687fe26b1da82ddb4aa705520b34b8151bc95de0735233
pudb_2022.1.3-1.debian.tar.xz 5.3 KiB 5fadcb26fb42ddf0be433fd129e7fb3ae0130842cc0bd4e28ca3e43e264df6bc

Available diffs

No changes file available.

Binary packages built by this source

python3-pudb: full-screen, console-based Python3 debugger

 PuDB is a full-screen, console-based visual debugger for Python3.
 .
 Its goal is to provide all the niceties of modern GUI-based debuggers
 in a more lightweight and keyboard-friendly package. PuDB allows you
 to debug code right where you write and test it -- in a terminal. If
 you've worked with the excellent (but nowadays ancient) DOS-based
 Turbo Pascal or C tools, PuDB's UI might look familiar.