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

Changelog

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

  * d/control:
    - Bump python-pip-whl Depends to >= 8.1.0-2 to pick up the required
      ca-certificates dependency.
    - No need for virtualenv to explicitly depend on ca-certificates.

 -- Barry Warsaw <email address hidden>  Wed, 09 Mar 2016 17:30:15 -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-2.dsc 2.5 KiB bc2d93c7c0b9845ab0f08076521e445dc9c62b1667fefcc63c183b803a3e1b11
python-virtualenv_15.0.0+ds.orig.tar.gz 85.6 KiB 25ae53e07991028453c1865ec50d54040b60c2aaf2525625e4703430c0527160
python-virtualenv_15.0.0+ds-2.debian.tar.xz 40.5 KiB 48f4513c8040adf0572df22fee50db4f9af61db506cac449151285173fd1d773

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.