python-virtualenv 1.11-1 source package in Ubuntu
Changelog
python-virtualenv (1.11-1) unstable; urgency=medium * New upstream release. - Supports Python 3.4. - Bundled setuptools and pip are now wheels. * Refresh patches. * Bump Stardards-Version to 3.9.5 (no changes needed). * Remove README.Debian - contents was outdated and incorrect. * Update copyright, and convert to machine-readable 1.0 format. * Update manpage, removing ignored options and adding new ones. * Configure watch file to verify upstream's PGP signature. -- Stefano Rivera <email address hidden> Mon, 06 Jan 2014 17:41:48 +0200
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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-virtualenv_1.11-1.dsc | 2.1 KiB | 073509cf6794130baca8a66209ea5ad7225fb6969964b119c743b6e0f89707ec |
python-virtualenv_1.11.orig.tar.gz | 1.5 MiB | c2cdd26de719760508ff1c440adbb058fce25a35b334a80e917d951d8f45aef6 |
python-virtualenv_1.11-1.debian.tar.gz | 39.7 KiB | 3cc67efa9157cb8ca55bdde211b962c8363980a5aa24af11bf4f849b985fd449 |
Available diffs
- diff from 1.10.1-1 to 1.11-1 (45.7 KiB)
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.