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

Changelog

python-virtualenv (20.19.0+ds-1) experimental; urgency=medium

  * New upstream release.
  * Refresh patches.
  * Bump Standards-Version to 4.6.2, no changes needed.
  * Bump copyright years.
  * Upstream migrated to hatchling, update Build-Depends.
  * Upstream stopped bundling docs in the source distribution, drop them.

 -- Stefano Rivera <email address hidden>  Sun, 12 Feb 2023 15:42:42 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-virtualenv_20.19.0+ds-1.dsc 2.1 KiB f191179d24fbe0fd1c20268beb48f999772e78dbeb592177e43b52d3f10135ae
python-virtualenv_20.19.0+ds.orig.tar.xz 3.2 MiB 92594512f7236130b2c483246c5cc3a2ad688d60502edd155e997d906ab7ef46
python-virtualenv_20.19.0+ds-1.debian.tar.xz 14.6 KiB 752d4971a12b7838538e91c7edd73ce942ae1ded0ace2636fbb94946e32ff83a

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.