python-pipx 1.8.0-1 source package in Ubuntu

Changelog

python-pipx (1.8.0-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches.
  * Bump copyright years.
  * Bump Standards-Version to 4.7.2, no changes needed.
  * Remove redundant Rules-Requires-Root: no.

 -- Stefano Rivera <email address hidden>  Wed, 01 Oct 2025 13:10:31 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe misc

Downloads

File Size SHA-256 Checksum
python-pipx_1.8.0-1.dsc 1.7 KiB 59348407453772e42843dde502ae0fddeebd0c322770b77dd9828eb3778b79e8
python-pipx_1.8.0.orig.tar.gz 436.5 KiB 1e0f230ef3afd585db8a8b2c33f842670c82faa1bd0f3a6f543ecc8ede2235c7
python-pipx_1.8.0-1.debian.tar.xz 8.4 KiB 484993c0a707772d335506f87cdc7c209f6d6acfdcb1f68e4ebfdd6f68fe447c

Available diffs

No changes file available.

Binary packages built by this source

pipx: execute binaries from Python packages in isolated environments

 pipx allows you to...
 .
  * Run the latest version of a CLI application from a package
    in a temporary virtual environment,
    leaving your system untouched after it finishes.
  * Install packages to isolated virtual environments,
    while globally exposing their CLI applications
    so you can run them from anywhere.
  * Easily list, upgrade, and uninstall packages
    that were installed with pipx.
 .
 pipx runs with regular user permissions,
 never calling "sudo pip install".