From 7ab3a15d81099e38b3e62d07dd5668ae41dff50d Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Tue, 19 Jun 2018 19:27:57 +0530 Subject: [PATCH 1/2] Remove the old get-pip.py shim --- MANIFEST.in | 1 - contrib/get-pip.py | 13 ------------- 2 files changed, 14 deletions(-) delete mode 100755 contrib/get-pip.py diff --git a/MANIFEST.in b/MANIFEST.in index 822e2d8ab..6895feb7b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -27,6 +27,5 @@ prune .github prune .travis prune docs/build prune news -prune contrib prune tasks prune tests diff --git a/contrib/get-pip.py b/contrib/get-pip.py deleted file mode 100755 index 9e48c87e8..000000000 --- a/contrib/get-pip.py +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env python -import sys - - -def main(): - sys.exit( - "You're using an outdated location for the get-pip.py script, please " - "use the one available from https://bootstrap.pypa.io/get-pip.py" - ) - - -if __name__ == "__main__": - main() From 9482fcae9220b7c9e0e307cf540ff3bf8e30118b Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Wed, 20 Jun 2018 15:41:00 +0530 Subject: [PATCH 2/2] :newspaper: --- news/5520.removal | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 news/5520.removal diff --git a/news/5520.removal b/news/5520.removal new file mode 100644 index 000000000..49fe4369f --- /dev/null +++ b/news/5520.removal @@ -0,0 +1,4 @@ +Remove the shim for the old get-pip.py location. + +For the past 2 years, it's only been redirecting users to use the newer +https://bootstrap.pypa.io/get-pip.py location.