python-pip 23.0+dfsg-2 source package in Ubuntu

Changelog

python-pip (23.0+dfsg-2) unstable; urgency=medium

  * Patch: Implement ``--break-system-packages`` to permit installing packages
    into EXTERNALLY-MANAGED Python installations. (Closes: #1030335)
  * Use --break-system-packages in our autopkgtests.
  * Bump the NEWS entry, to document --break-system-packages.

 -- Stefano Rivera <email address hidden>  Sun, 05 Feb 2023 18:07:04 -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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pip_23.0+dfsg-2.dsc 1.6 KiB c4a5fca41e46bf181944015a3715501bd57bd0c7b41cc59466227b90e94f6228
python-pip_23.0+dfsg.orig.tar.xz 1.2 MiB 6ef587758dd4ecf00eb4721012cbc60a4bfe47f0d42e43225c1bf5705b41128f
python-pip_23.0+dfsg-2.debian.tar.xz 23.3 KiB 9dc004063e83a28aa0e3991e811885c87c2e5a9d49f3f1961309f101844a756e

Available diffs

No changes file available.

Binary packages built by this source

python3-pip: Python package installer

 pip is the Python package installer. It integrates with virtualenv, doesn't
 do partial installs, can save package state for replaying, can install from
 non-egg sources, and can install from version control repositories.
 .
 This is the Python 3 version of the package.

python3-pip-whl: Python package installer (pip wheel)

 pip is the Python package installer. It integrates with virtualenv, doesn't
 do partial installs, can save package state for replaying, can install from
 non-egg sources, and can install from version control repositories.
 .
 This is the support package for the PEP 427 wheel version of the package,
 required for using pip inside a virtual environment.