[150787] contrib/pypi2port/pypi2port.py

mojca at macports.org mojca at macports.org
Thu Jul 28 07:44:13 PDT 2016


Revision: 150787
          https://trac.macports.org/changeset/150787
Author:   mojca at macports.org
Date:     2016-07-28 07:44:13 -0700 (Thu, 28 Jul 2016)
Log Message:
-----------
pypi2port: http -> https

Modified Paths:
--------------
    contrib/pypi2port/pypi2port.py

Modified: contrib/pypi2port/pypi2port.py
===================================================================
--- contrib/pypi2port/pypi2port.py	2016-07-28 14:43:32 UTC (rev 150786)
+++ contrib/pypi2port/pypi2port.py	2016-07-28 14:44:13 UTC (rev 150787)
@@ -39,7 +39,7 @@
 import time
 
 
-client = xmlrpclib.ServerProxy('http://pypi.python.org/pypi')
+client = xmlrpclib.ServerProxy('https://pypi.python.org/pypi')
 
 
 def list_all():
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160728/84ff86a6/attachment.html>


More information about the macports-changes mailing list