python-virtualenv 20.0.17-1ubuntu0.2 source package in Ubuntu

Changelog

python-virtualenv (20.0.17-1ubuntu0.2) focal; urgency=medium

  * Correct dependency: python3-pip-whl, not python3-pip.  (LP: #1904945)

 -- Stefano Rivera <email address hidden>  Tue, 09 Feb 2021 09:51:45 -0800

Upload details

Uploaded by:
Stefano Rivera
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-virtualenv_20.0.17.orig.tar.gz 7.6 MiB c8364ec469084046c779c9a11ae6340094e8a0bf1d844330fc55c1cefe67c172
python-virtualenv_20.0.17-1ubuntu0.2.debian.tar.xz 42.7 KiB a841766ce9cf273253597f5cd2a93d554768db125cdc3da504384855b1b76426
python-virtualenv_20.0.17-1ubuntu0.2.dsc 2.5 KiB f712148af08008318d305a54556156d6410190ef56663693fe446f63a4b0aaa2

View changes file

Binary packages built by this source

python3-virtualenv: Python virtual environment creator

 The virtualenv utility creates virtual Python instances, each invokable
 with its own Python executable. Each instance can have different sets
 of modules, installable via easy_install. Virtual Python instances can
 also be created without root access.
 .
 This is the Python 3 version of the library. It includes the command line
 script.

virtualenv: Python virtual environment creator

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