python-virtualenv 1.11.4-1 source package in Ubuntu

Changelog

python-virtualenv (1.11.4-1) unstable; urgency=medium


  * Team upload.
  * New upstream release.
    - Fixed an issue where pip and setuptools were not getting
      installed when using the --system-site-packages flag.
    - Updated pip to 1.5.4.
    - Updated setuptools to 2.2.
    - Fixed an issue with Python 3.4 and sys.stdout encoding being set to
      ascii.
  * d/patches: Quilt refreshed.
  * d/rules: Removed application of pip_non-writable-home.patch;
    applied upstream.

 -- Barry Warsaw <email address hidden>  Mon, 24 Feb 2014 10:38:54 -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
Trusty release universe python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-virtualenv_1.11.4-1.dsc 2.1 KiB e33f347c79c392ff1829d113b4b05f106b7c68b5f634f29a19cc6bacc65ed61b
python-virtualenv_1.11.4.orig.tar.gz 1.7 MiB cf3d958f28eb7470bd04262ef397580a2e57407f2ee2c88e9b2892218eb0465a
python-virtualenv_1.11.4-1.debian.tar.xz 38.3 KiB 97805d0cef214f50f058251b601fd37dc8e7a4d979e4229acad5676dee944beb

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.