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

Changelog

python-virtualenv (20.4.6+ds-2) experimental; urgency=medium

  * Replace the pkg_resources addition part of
    debian_update_for_available_wheels.patch with include-pkg_resources.patch
    which will only include pkg_resources when using Debian's bundled
    setuptools wheel. (Closes: #976796)

 -- Stefano Rivera <email address hidden>  Mon, 21 Jun 2021 18:29:48 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Experimental
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-virtualenv_20.4.6+ds-2.dsc 1.8 KiB bec9627b9c56a39e956666a14b46aca1be265ef483d6bf0925832092a1268790
python-virtualenv_20.4.6+ds.orig.tar.xz 3.2 MiB 953d0927dfbdb60eecfb1c9a338499539f2a688cc30be81eaaabb9e97f0296c0
python-virtualenv_20.4.6+ds-2.debian.tar.xz 14.2 KiB b9606ed18bbadbf08b0dd37449b87c794163fc7aaf66b676dc5d76e9ee943761

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.