python-virtualenv 15.0.1+ds-1 source package in Ubuntu

Changelog

python-virtualenv (15.0.1+ds-1) unstable; urgency=medium

  * New upstream release.

 -- Barry Warsaw <email address hidden>  Tue, 22 Mar 2016 11:20:49 -0400

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
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-1.dsc 2.5 KiB 0681b9703a1a459e917bc057e89339bc1a8f4db7f9e8c56e4edf5230df86fcf1
python-virtualenv_15.0.1+ds.orig.tar.gz 85.9 KiB bee123cd9dd3ecde32b2ad2036a7f41b43b6dcaeada4946e1f1d9757c05351bc
python-virtualenv_15.0.1+ds-1.debian.tar.xz 40.5 KiB 32c9e133bb1f52ee0402ea9df2784aa817a54a4896b60ea42d84756093a4538c

Available diffs

No changes file available.

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.