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 filePatch | File delta | Description |
---|---|---|
debian_wheel_location.patch | (download) |
src/virtualenv/seed/wheels/embed/__init__.py |
2 1 + 1 - 0 ! |
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 ! |
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 ! |
include pkg_resources when using debian wheels |
disable periodic update.patch | (download) |
src/virtualenv/seed/embed/base_embed.py |
2 1 + 1 - 0 ! |
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 ! |
fix upgrade embeded crashes (#2062) |