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

Changelog

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

  * New upstream release.
   - Fixes CVE-2026-22702: TOCTOU symlink-based attacks on directory creation.
     (Closes: #1125191)
  * Bump Standards-Version to 4.7.3, dropping the Priority field.

 -- Stefano Rivera <email address hidden>  Sat, 10 Jan 2026 21:08:14 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe python

Builds

Resolute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-virtualenv_20.36.1+ds-1.dsc 1.9 KiB ba33ba973bebf90d9ad21723f518f527516dc7ddd9f86594484e46fbbef2fab7
python-virtualenv_20.36.1+ds.orig.tar.xz 110.7 KiB 7c7354598912d86ba16029a69a9ea89f024f4f13a6a3097ce3c1d35bcaee6682
python-virtualenv_20.36.1+ds-1.debian.tar.xz 15.3 KiB ed520cf8a45c33b2cbf07a399535cfc8e0cd3a50351a68f4e03ee32dffe60ab7

Available diffs

No changes file available.

Binary packages built by this source

python3-virtualenv: Python virtual environment creator

 virtualenv is a tool to create isolated Python environments, each invokable
 with its own Python executable. Each instance can have different sets of
 modules, installable via pip. Virtual Python instances can also be created
 without root access.
 .
 Since Python 3.3, a subset of it has been integrated into the standard library
 under the venv module (python3-venv in Debian). The venv module does not
 offer all features of this library, to name just a few more prominent ones:
 .
  * is slower (by not having the app-data seed method),
  * is not as extendable,
  * cannot create virtual environments for arbitrarily installed Python
    versions (and automatically discover these),
  * does not have as rich programmatic API (describe virtual environments
    without creating them).
 .
 This is the Python 3 version of the library. It includes the command line
 script.

virtualenv: Python virtual environment creator (Dependency package)

 The virtualenv utility creates virtual Python instances, each invokable with
 its own Python executable. Each instance can have different sets of modules,
 installable via pip. Virtual Python instances can also be created without
 root access.
 .
 This is a dependency package and may be safely removed.