From 4e7006a14b2a27e7dbf88aca7281e1811133e23c Mon Sep 17 00:00:00 2001 From: Tuan Do Anh Date: Thu, 12 Jul 2018 15:37:56 +0700 Subject: [PATCH] Update pypi url to new url Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/ [2] https://pypi.org/project/ Change-Id: I34242f5153fff9c160645a4c62100cc4e9d29569 --- scripts/get-pypi-pkg-version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get-pypi-pkg-version.py b/scripts/get-pypi-pkg-version.py index 3f0ea79236..1e4ff33b78 100755 --- a/scripts/get-pypi-pkg-version.py +++ b/scripts/get-pypi-pkg-version.py @@ -80,7 +80,7 @@ def main(): args = parser.parse_args() # Setup pypi object - pypi = xmlrpclib.ServerProxy('https://pypi.python.org/pypi') + pypi = xmlrpclib.ServerProxy('https://pypi.org/project/pypi') # Setup the newline if the results layout should be vertical # Also add a space delimiter appropriately