From 584a88ce243ab7dea651c562d7d973fb0e07e8b7 Mon Sep 17 00:00:00 2001 From: Squeaky Date: Fri, 18 Oct 2019 03:04:37 +0200 Subject: [PATCH] bump virtualenv --- package | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package b/package index 7deffad..73a3558 100755 --- a/package +++ b/package @@ -47,14 +47,15 @@ cd - mkdir -p pypy-pack-$REVISION/virtualenv/virtualenv_support cd pypy-pack-$REVISION/virtualenv -wget https://raw.githubusercontent.com/pypa/virtualenv/16.4.3/virtualenv.py +wget https://raw.githubusercontent.com/pypa/virtualenv/16.7.6/virtualenv.py cd virtualenv_support touch __init__.py -wget https://github.com/pypa/virtualenv/raw/16.4.3/virtualenv_support/pip-19.0.3-py2.py3-none-any.whl -wget https://github.com/pypa/virtualenv/raw/16.4.3/virtualenv_support/setuptools-40.8.0-py2.py3-none-any.whl -wget https://github.com/pypa/virtualenv/raw/16.4.3/virtualenv_support/wheel-0.33.1-py2.py3-none-any.whl +wget https://github.com/pypa/virtualenv/raw/16.7.6/virtualenv_support/pip-19.1.1-py2.py3-none-any.whl +wget https://github.com/pypa/virtualenv/raw/16.7.6/virtualenv_support/pip-19.3-py2.py3-none-any.whl +wget https://github.com/pypa/virtualenv/raw/16.7.6/virtualenv_support/setuptools-41.4.0-py2.py3-none-any.whl +wget https://github.com/pypa/virtualenv/raw/16.7.6/virtualenv_support/wheel-0.33.6-py2.py3-none-any.whl )