python-virtualenv 15.0.1+ds-3ubuntu1.1 source package in Ubuntu

Changelog

python-virtualenv (15.0.1+ds-3ubuntu1.1) xenial; urgency=medium

  * Pin pip and setuptools to versions compatible with Python 2.7 and 3.5.
    (LP: #1912248)

 -- Stefano Rivera <email address hidden>  Wed, 27 Jan 2021 11:29:14 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial updates universe python

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-virtualenv_15.0.1+ds.orig.tar.gz 85.9 KiB bee123cd9dd3ecde32b2ad2036a7f41b43b6dcaeada4946e1f1d9757c05351bc
python-virtualenv_15.0.1+ds-3ubuntu1.1.debian.tar.xz 41.1 KiB 05ed4e2816ceeca5b1333ad2830cb6a0ba9be146a102a5bc60fe5a9e15417d4c
python-virtualenv_15.0.1+ds-3ubuntu1.1.dsc 2.7 KiB 9fbda9ab6c5abf4f10b9456b9e64b0e2a370f6b7cdfa2e73ef3237278154340c

View changes file

Binary packages built by this source

python-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 2 version of the library.

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.

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 command line script and manpage.