ipdb 0.13.13-1 source package in Ubuntu

Changelog

ipdb (0.13.13-1) unstable; urgency=medium

  * Fix d/watch.
  * Bump Standards-Version to 4.6.2.
  * Replace py3versions -r with py3versions -s in the autopkgtest.

 -- Andrey Rakhmatullin <email address hidden>  Thu, 15 Jun 2023 22:13:07 +0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ipdb_0.13.13-1.dsc 2.1 KiB b061c58e08181fd81fcaf6291a239b2fa0697e96ba64fb3e662a3b6e4eaa84e3
ipdb_0.13.13.orig.tar.gz 13.1 KiB 5bf95ec55224e5fa96a21acf6d13df075aa405cfb4ba946e717aa5e36c2a2def
ipdb_0.13.13-1.debian.tar.xz 3.6 KiB 9bc2a17a86ad2d183129937ddc674065f7c5d80cb42bf43f5adcbf3530107b11

Available diffs

No changes file available.

Binary packages built by this source

python3-ipdb: IPython-based pdb replacement (Python 3 version)

 ipdb is a replacement for pdb Python debugger, adding IPython features (tab
 completion, syntax highlighting, better tracebacks, better introspection) to
 it.
 .
 ipdb contains replacements for all functions from the pdb stdlib module. It
 also contains the ipdb3 binary which can be used instead of the pdb3 binary to
 debug standalone scripts.
 .
 This package contains the Python 3 version of the module.