python-pipx 1.7.1-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Refresh patches.
  * Handle doc reorganization, upstream.
  * Bump Standards-Version to 4.7.0, no changes needed.

 -- Stefano Rivera <email address hidden>  Tue, 27 Aug 2024 11:07:05 +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
Questing release universe misc
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pipx_1.7.1-1.dsc 1.7 KiB 64bf8b2429c71d50d36cd5a0bfcca415990da62f45618915fb24e893e2396a36
python-pipx_1.7.1.orig.tar.gz 382.7 KiB 28354a7085e0e0e4e2ef0930f8fb77eeb2e0851d00f089bb382d63e0be77c97f
python-pipx_1.7.1-1.debian.tar.xz 9.0 KiB d47d670dca31490793296604405007a1c68db14b48bf7c20f4ee541957f1647b

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".