python-virtualenv 14.0.5+ds-1 source package in Ubuntu

Changelog

python-virtualenv (14.0.5+ds-1) unstable; urgency=medium

  * New upstream release. (Closes: #784353)
  * d/control:
    - Bump Standards-Version with no other changes necessary.
    - Bump debhelper Build-Depends to version 9.
    - Add new test dependencies to Build-Depends-Indep.
    - Only depend on the python-pip-whl package.
    - Add Built-Using field to virtualenv binary package.
    - Add ca-certificates to virtualenv Depends.
  * d/compat: Bump to version 9.
  * d/rules:
    - Disable the tests since the upstream tarball does not include enough
      to run them.
    - The upstream changes file has been renamed to docs/changes.rst.
  * d/tests: Add DEP-8 smoketests.
  * d/watch: Use pypi.debian.net redirector.
  * wrap-and-sort -at

 -- Barry Warsaw <email address hidden>  Mon, 08 Feb 2016 12:03:56 -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_14.0.5+ds-1.dsc 2.5 KiB 86d36239d270874d8bb85debb24cf9f217a0e6244f3886617fd08299f80505d7
python-virtualenv_14.0.5+ds.orig.tar.gz 94.2 KiB 8d1fa8cda7f66b19c2aa55c3b892c8a958011fcfde020bc461c4323d8ac3862e
python-virtualenv_14.0.5+ds-1.debian.tar.xz 39.8 KiB 366b6784f529aa70cff982666d80a57fd45bd6964bda4b88f21dd6adc143f04f

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.