python-pipx 1.4.3-1 source package in Ubuntu

Changelog

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

  * New upstream point-release.
  * Drop patches logging-level-default and fix-test-list, superseded upstream.
  * Bump copyright years.
  * Build-Depend on mkdocs-macros-plugin, now required upstream.

 -- Stefano Rivera <email address hidden>  Sat, 10 Feb 2024 21:53:59 -0400

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pipx_1.4.3-1.dsc 1.7 KiB 093e7741406e69a686bc4ad2c65d896f8b935fd6e72d8093eadd105f8bbc9662
python-pipx_1.4.3.orig.tar.gz 353.3 KiB 79b4b836b4ce497061f8d34348408c6dcec0b6aded0cf36fb3a39cd513ae1517
python-pipx_1.4.3-1.debian.tar.xz 7.9 KiB 668bf37fc7daff12c9644cac052acaf9d91287b83f75bf6b1f5f6967b6049730

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