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

Changelog

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

  * New upstream release.
  * d/patches/use-wheels.patch: Updated.

 -- Barry Warsaw <email address hidden>  Mon, 07 Mar 2016 17:22:04 -0500

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.0+ds-1.dsc 2.5 KiB 6e24a06a608652345acacc4b66fd185191f8896661b39f51cb5e8ba61f1b273c
python-virtualenv_15.0.0+ds.orig.tar.gz 85.6 KiB 25ae53e07991028453c1865ec50d54040b60c2aaf2525625e4703430c0527160
python-virtualenv_15.0.0+ds-1.debian.tar.xz 40.4 KiB a8f422ac93d76dc066cdfd39b025e96b82836d5c2fcf85fe3cdcb831890dd69a

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.