python-virtualenv 20.25.0+ds-2 source package in Ubuntu

Changelog

python-virtualenv (20.25.0+ds-2) unstable; urgency=medium

  * Depend on python3-setuptools for the setup-3 autopkgtest.
    (Closes: #1061830)
  * Drop setup-local-3 autotpkgtest, no longer useful.

 -- Stefano Rivera <email address hidden>  Thu, 01 Feb 2024 18:24:30 -0400

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-virtualenv_20.25.0+ds-2.dsc 2.1 KiB a7eeb8e5a5e73ddb7cd5eb9c43598c7512562620267b2f52f4ad65fb9eac4b1c
python-virtualenv_20.25.0+ds.orig.tar.xz 3.2 MiB a4de9698468b910c5e0587dc0990b845afbcb63dfe2b537a120c402641a3080b
python-virtualenv_20.25.0+ds-2.debian.tar.xz 14.8 KiB f5be1a330f29f92e670faf73b1ae9d86488f88c6066e992fb8a52a379f81b7ba

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.