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

Changelog

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

  * New upstream release.
  * Refresh patches.
  * Patch: Drop (new) dependency on backports.entry-points-selectable, not
    packaged in Debian, instead we can just pin a dependency on
    importlib_metadata >= 3.6.
  * Build-Depend on runtime dependencies that dh_python3 will generate.
  * include-pkg_resources.patch: Avoid KeyError when building a virtualenv
    with --no-setuptools, thanks Mathieu Parent. (Closes: #994953)
  * Bump Standards-Version to 4.6.0, no changes needed.
  * Point homepage at documentation.

 -- Stefano Rivera <email address hidden>  Fri, 29 Oct 2021 16:29:33 -0700

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-virtualenv_20.9.0+ds-1.dsc 2.0 KiB 1ad0866da476cad21a4419c7c6eb8d78600483176cc76bc7bf0b8a1e64ca24fc
python-virtualenv_20.9.0+ds.orig.tar.xz 3.2 MiB 2e85247d2b34766445f73ec1abf773dbdc497ac6a1f05495c0e0a5f7870a092c
python-virtualenv_20.9.0+ds-1.debian.tar.xz 14.8 KiB 68a7991346af5892f8931eb12f77f5b7a262f7173c0ed2c537345600187438d1

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.