ipython 8.20.0-1 source package in Ubuntu

Changelog

ipython (8.20.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - Adds support for Python 3.12. (Closes: #1056414)
  * Refresh patches.
  * Drop the broken embedding patch, superseded upstream.
  * Clean correctly. (Closes: #1049281)
  * Copy the manpage instead of moving it. (Closes: #1049598)
  * Depend on python3-pandas, python3-pickleshare, and python3-trio in
    autotpkgtest for extra coverage.
  * Run the autopkgtest against the installed package.
  * Skip test_pretty_environ as it is broken.

 -- Stefano Rivera <email address hidden>  Sun, 14 Jan 2024 20:32:19 -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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ipython_8.20.0-1.dsc 2.2 KiB 9aba6b1e70ff11cfd1547c5a321a2032365d6814e08aaff3313c902b34de1c98
ipython_8.20.0.orig.tar.gz 5.8 MiB 261a1df6d7b0b5a0e7dcc33965198ed9a022f5c7253e48d07eb2511b23c4cd23
ipython_8.20.0-1.debian.tar.xz 8.7 KiB 88c3f0dd3f9c3e7d0199a64ae2f616b5ef1b9d82557cccab10910d874ed05e51

No changes file available.

Binary packages built by this source

ipython3: Enhanced interactive Python 3 shell

 IPython can be used as a replacement for the standard Python shell,
 or it can be used as a complete working environment for scientific
 computing (like Matlab or Mathematica) when paired with the standard
 Python scientific and numerical tools. It supports dynamic object
 introspections, numbered input/output prompts, a macro system,
 session logging, session restoring, complete system shell access,
 verbose and colored traceback reports, auto-parentheses, auto-quoting,
 and is embeddable in other Python programs.
 .
 This package contains the actual terminal shell for Python 3.

python-ipython-doc: Enhanced interactive Python shell (documentation)

 IPython can be used as a replacement for the standard Python shell,
 or it can be used as a complete working environment for scientific
 computing (like Matlab or Mathematica) when paired with the standard
 Python scientific and numerical tools. It supports dynamic object
 introspections, numbered input/output prompts, a macro system,
 session logging, session restoring, complete system shell access,
 verbose and colored traceback reports, auto-parentheses, auto-quoting,
 and is embeddable in other Python programs.
 .
 This package contains the documentation.

python3-ipython: Enhanced interactive Python shell (Python 3 version)

 IPython can be used as a replacement for the standard Python shell,
 or it can be used as a complete working environment for scientific
 computing (like Matlab or Mathematica) when paired with the standard
 Python scientific and numerical tools. It supports dynamic object
 introspections, numbered input/output prompts, a macro system,
 session logging, session restoring, complete system shell access,
 verbose and colored traceback reports, auto-parentheses, auto-quoting,
 and is embeddable in other Python programs.
 .
 This package contains the backend terminal shell for Python 3: for
 the actual frontend install ipython3.