Package: python-virtualenv / 20.4.0+ds-2+deb11u1

Metadata

Package Version Patches format
python-virtualenv 20.4.0+ds-2+deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian_wheel_location.patch | (download)

src/virtualenv/seed/wheels/embed/__init__.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 acquire wheels from debian specific wheels location (from pip
 wheels)

See: https://virtualenv.pypa.io/en/latest/user_guide.html#embed-wheels-for-distributions

debian_update_for_available_wheels.patch | (download)

src/virtualenv/seed/wheels/embed/__init__.py | 15 15 + 0 - 0 !
1 file changed, 15 insertions(+)

 update base embed to include pip provided wheels for --no-download

Generate wheel lists and attributes for base install to match pip wheel
versions and add pkg_resources to the base install for no download.

include pkg_resources.patch | (download)

src/virtualenv/seed/embed/pip_invoke.py | 9 8 + 1 - 0 !
src/virtualenv/seed/embed/via_app_data/via_app_data.py | 10 9 + 1 - 0 !
2 files changed, 17 insertions(+), 2 deletions(-)

 include pkg_resources when using debian wheels

disable periodic update.patch | (download)

src/virtualenv/seed/embed/base_embed.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable periodic update

We ship wheels in a separate binary package, and the user should not be
updating them themselves (even if they had write access).

fix upgrade embedded.patch | (download)

src/virtualenv/seed/wheels/periodic_update.py | 2 2 + 0 - 0 !
tests/unit/seed/wheels/test_periodic_update.py | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 2 deletions(-)

 fix upgrade embeded crashes (#2062)