python-pipx 1.1.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Refresh patches.
  * PEP-440 compatible version mangling in watch file.
  * Switch to building with hatchling.
  * Drop colorama Build-Depends, only needed on Windows.
  * Bump Standards-Version to 4.6.2, no changes needed.
  * Bump copyright years.

 -- Stefano Rivera <email address hidden>  Wed, 08 Feb 2023 18:52:20 -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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pipx_1.1.0-1.dsc 1.6 KiB a289ac6dca68b8c7d9150b83b48857af0975d067e19e1a6d9ea2ed74fa0a234d
python-pipx_1.1.0.orig.tar.gz 391.0 KiB ebf7d939bb3af6a7809bd3a78cd9666f6c457aa80b50d7e61feda5250e8cd2cb
python-pipx_1.1.0-1.debian.tar.xz 7.6 KiB df7541cce431a7f027258ef0447eae83aaa6560b2d04833592d2e13cc3c79ad7

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