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

Changelog

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

  * d/tests/smoketest-{2,3}: Pin the version of world that pip installs to
    less than 4 so that no C is required. (LP: #1626201)

 -- Felipe Reyes <email address hidden>  Wed, 23 Nov 2016 13:45:40 -0800

Upload details

Uploaded by:
Felipe Reyes
Sponsored by:
Brian Murray
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

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.debian.tar.xz 40.8 KiB c261192ad19aff4c1bd73a423f4ad9544761ff51dfcf205f844ca7c9826f8d7d
python-virtualenv_15.0.1+ds-3ubuntu1.dsc 2.0 KiB e2f2555faa6e2917c8b8d423ea36f836e9883f8df83b45dda3c89220693bb04d

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.