python-virtualenv 15.1.0+ds-2 source package in Ubuntu
Changelog
python-virtualenv (15.1.0+ds-2) unstable; urgency=medium [ Vincent Bernat ] * Team upload * d/patches: compatibility with pip 18.1. Closes: #915636. [ Barry Warsaw ] * d/control: Remove MIA Jeff Licquia from Uploaders. (Closes: #854226) [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org * d/copyright: Use https protocol in Format field * d/watch: Use https protocol * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP * d/control: Remove ancient X-Python-Version field * d/control: Remove ancient X-Python3-Version field * Convert git repository from git-dpm to gbp layout -- Vincent Bernat <email address hidden> Thu, 13 Dec 2018 20:19:35 +0100
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_15.1.0+ds-2.dsc | 2.5 KiB | a79a03135c21df0439d229f5ba337d89707c4e8451ca81ff52c6d7176d32fc72 |
python-virtualenv_15.1.0+ds.orig.tar.gz | 86.2 KiB | 116e2771ca1dfadfb774e49e9cce724c2d3ebb5a117d93f2af19c5134c4c109c |
python-virtualenv_15.1.0+ds-2.debian.tar.xz | 41.2 KiB | 6e6cd8d5f629145d3445d580ffeab9c9c2588cf6fdf0a9755c355766ccb7f8df |
Available diffs
- diff from 15.1.0+ds-1.1 to 15.1.0+ds-2 (2.4 KiB)
No changes file available.
Binary packages built by this source
- python-virtualenv: No summary available for python-virtualenv in ubuntu focal.
No description available for python-virtualenv in ubuntu focal.
- 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. It includes the command line
script.
- 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 a dependency package and may be safely removed.