Skip to content

Commit ec1606b

Browse files
committed
chore(*): update python installer tool pip to 7.0.3
1 parent c2cffb9 commit ec1606b

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

controller/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ apk add --update-cache \
2424
python-dev
2525

2626
# install pip
27-
curl -sSL https://raw.githubusercontent.com/pypa/pip/6.1.1/contrib/get-pip.py | python -
27+
curl -sSL https://raw.githubusercontent.com/pypa/pip/7.0.3/contrib/get-pip.py | python -
2828

2929
# add a deis user
3030
adduser deis -D -h /app -s /bin/bash

database/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ apk add /tmp/pv-1.6.0-r0.apk
3131
/etc/init.d/postgresql stop || true
3232

3333
# install pip
34-
curl -sSL https://raw.githubusercontent.com/pypa/pip/6.1.1/contrib/get-pip.py | python -
34+
curl -sSL https://raw.githubusercontent.com/pypa/pip/7.0.3/contrib/get-pip.py | python -
3535

3636
# install wal-e
3737
cd /tmp

registry/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ apk add --update-cache \
2222
xz-dev
2323

2424
# install pip
25-
curl -sSL https://raw.githubusercontent.com/pypa/pip/6.1.1/contrib/get-pip.py | python -
25+
curl -sSL https://raw.githubusercontent.com/pypa/pip/7.0.3/contrib/get-pip.py | python -
2626

2727
# workaround to python > 2.7.8 SSL issues
2828
pip install pyopenssl ndg-httpsclient pyasn1

tests/bin/setup-node.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ echo "You must reboot for the global $PATH changes to take effect."
3434

3535
# install test suite requirements
3636
apt-get install -yq curl mercurial python-dev libffi-dev libpq-dev libyaml-dev git postgresql postgresql-client libldap2-dev libsasl2-dev
37-
curl -sSL https://raw.githubusercontent.com/pypa/pip/6.1.1/contrib/get-pip.py | python -
37+
curl -sSL https://raw.githubusercontent.com/pypa/pip/7.0.3/contrib/get-pip.py | python -
3838
pip install virtualenv
3939

4040
# create jenkins user and install node bootstrap script

tests/fixtures/mock-store/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cd /app/mock-s3
2929
curl https://gist.githubusercontent.com/anonymous/c565f11a8d90d6e2d92b/raw/c5815f6c83aa5c2cfb7b0a34cfab4a075c97be16/mock-s3-post.diff|git apply
3030

3131
# install pip
32-
curl -sSL https://raw.githubusercontent.com/pypa/pip/6.1.1/contrib/get-pip.py | python -
32+
curl -sSL https://raw.githubusercontent.com/pypa/pip/7.0.3/contrib/get-pip.py | python -
3333

3434
python setup.py install
3535

0 commit comments

Comments
 (0)