python-virtualenv 20.24.6+ds-1 source package in Ubuntu

Changelog

python-virtualenv (20.24.6+ds-1) unstable; urgency=medium

  * New upstream point release.
  * Refresh patches.
  * Patch: Loosen dependencies to permit platformdirs 4 to be installed.

 -- Stefano Rivera <email address hidden>  Tue, 14 Nov 2023 11:22:12 +0200

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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-virtualenv_20.24.6+ds-1.dsc 2.1 KiB 0ae69b805eb95bc34b4b343429c126fbaf3749d2bb08bf5f85b7ceb5dc53b68b
python-virtualenv_20.24.6+ds.orig.tar.xz 3.2 MiB 12644c0d0c7c7e6c0f7873de6e770ba8ebcd97bc93524ec74b8a3de076e8be22
python-virtualenv_20.24.6+ds-1.debian.tar.xz 14.9 KiB 436853c19b36eadfb441bd2306426b6b84f538ea5e638476083b47ecbbdd123e

Available diffs

No changes file available.

Binary packages built by this source

python3-virtualenv: Python virtual environment creator

 virtualenv is a tool to create isolated Python environments, each invokable
 with its own Python executable. Each instance can have different sets of
 modules, installable via pip. Virtual Python instances can also be created
 without root access.
 .
 Since Python 3.3, a subset of it has been integrated into the standard library
 under the venv module (python3-venv in Debian). The venv module does not
 offer all features of this library, to name just a few more prominent ones:
 .
  * is slower (by not having the app-data seed method),
  * is not as extendable,
  * cannot create virtual environments for arbitrarily installed Python
    versions (and automatically discover these),
  * does not have as rich programmatic API (describe virtual environments
    without creating them).
 .
 This is the Python 3 version of the library. It includes the command line
 script.

virtualenv: Python virtual environment creator (Dependency package)

 The virtualenv utility creates virtual Python instances, each invokable with
 its own Python executable. Each instance can have different sets of modules,
 installable via pip. Virtual Python instances can also be created without
 root access.
 .
 This is a dependency package and may be safely removed.