python-virtualenv 1.10.1-1 source package in Ubuntu

Changelog

python-virtualenv (1.10.1-1) unstable; urgency=low


  * Team upload.
  * New upstream release. (Closes: #719700)
    - Drop use_distribute.patch as this is no longer relevant (--distribute
        and --setuptools options no longer do anything).
    - Update files shipped by upstream.
  * Use https in watch file.

 -- Tristan Seligmann <email address hidden>  Wed, 14 Aug 2013 20:44:30 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-virtualenv_1.10.1-1.dsc 2.1 KiB 0c116653e3c97ff24b2f373ab9886078c2f29e7b4fbb45f04d32b370f3356320
python-virtualenv_1.10.1.orig.tar.gz 1.3 MiB 857449d69b9ec7d058dcc2e37c53d3895432300881aa61fd2ade178a807b0aa7
python-virtualenv_1.10.1-1.debian.tar.gz 12.0 KiB b099f0e7068a31b1a3f028f1eb707722d186b29b62fa0ad84ba4675c0bb9bc3a

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.