python-virtualenv 20.0.13-1 source package in Ubuntu

Changelog

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

  * Team Upload
  * Clean up debian/watch (tarballs no longer signed)
  * New upstream release
    - Refresh patches (including deletion of unused patches)
  * Add python3-importlib-metadata to python3-virtualenv depends for cases
    where python3.7 is used outside the virtualenv
  * Update d/p/debian_update_for_available_wheels.patch to also set no install
    attributes for added wheels (needed since that feature is fixed in this
    relaese)
  * Update debian/verify.1 to match changes for 20.0.13

 -- Scott Kitterman <email address hidden>  Sat, 21 Mar 2020 05:04:42 -0400

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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-virtualenv_20.0.13-1.dsc 2.4 KiB f49d22a7db86caa7c29fabee0efa45f0d14033df6b0953ad2599a619dfe1229b
python-virtualenv_20.0.13.orig.tar.gz 7.6 MiB f3128d882383c503003130389bf892856341c1da12c881ae24d6358c82561b55
python-virtualenv_20.0.13-1.debian.tar.xz 42.5 KiB 573711db06df004be417ef7b1c7209fe84f03d658f79ab29aeae423e04e96990

No changes file available.

Binary packages built by this source

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.