python-virtualenv 1.7-1 source package in Ubuntu

Changelog

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


  * Team upload.
  * New upstream version. Closes: #632982
    - Doesn't import pkg_resources from python2 run with -p python3
      Closes: #625784, LP: #787822
  * Refreshed patches.
  * Bumped standards version to 3.9.2 (no changes needed).
  * Updated manpage for new options:
    - --system-site-packages (no longer the default)
    - --extra-search-dir
    - --never-download
  * debian/patches/remove_syspath0_on_reinvoke.patch
    - Remove the first entry from sys.path to fix failure with -p python3
  * debian/patches/pep3147-dist-packges.patch
    - Use the unified python3 dist-packages path in site.py

 -- Stefano Rivera <email address hidden>  Wed, 14 Dec 2011 22:22:53 +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

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-virtualenv_1.7-1.dsc 2.1 KiB 80fdac648ee5900e4223a81732b2c6275fe36cf42d0da6a3454f16ae48344094
python-virtualenv_1.7.orig.tar.gz 2.0 MiB e32b851eec3beae048c41dedcbebdae8484752b4426436ba8d7d1d69458ef6fc
python-virtualenv_1.7-1.debian.tar.gz 28.8 KiB 0ce8697d59fcc46f92b93e21ab29a91f22cd4520be71703199827befc373af56

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.