reassign 863074 python-setuptools
found 863074 5.5.1-1
tags 863074 + patch
thanks

Hi,

Thanks for the report :) Reassigning to python-setuptools and attaching
patch.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff --git a/setuptools/package_index.py b/setuptools/package_index.py
index 45fac01..7020a5f 100755
--- a/setuptools/package_index.py
+++ b/setuptools/package_index.py
@@ -382,7 +382,7 @@ class PackageIndex(Environment):
         if is_file or self.allows(urllib.parse.urlparse(url)[1]):
             return True
         msg = ("\nNote: Bypassing %s (disallowed host; see "
-            "http://bit.ly/1dg9ijs for details).\n")
+            
"https://setuptools.readthedocs.io/en/latest/easy_install.html#restricting-downloads-with-allow-hosts
 for details).\n")
         if fatal:
             raise DistutilsError(msg % url)
         else:

Reply via email to