From 1fe8153863a040d2cb13cfb6018c8060a2adb07b Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Wed, 18 Apr 2018 21:26:17 -0700 Subject: Migrate to new PyPI website According to [1], the PyPI website of pypi.python.org has changed to https://pypi.org. This patch updates all references to the legacy site. [1] https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html Signed-off-by: Eric Brown browne@vmware.com --- sites/www/installing-1.x.rst | 2 +- sites/www/installing.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sites') diff --git a/sites/www/installing-1.x.rst b/sites/www/installing-1.x.rst index 8ede40d5..7421a6c2 100644 --- a/sites/www/installing-1.x.rst +++ b/sites/www/installing-1.x.rst @@ -118,4 +118,4 @@ First, see the main install doc's notes: :ref:`gssapi` - everything there is required for Paramiko 1.x as well. Additionally, users of Paramiko 1.x, on all platforms, need a final dependency: -`pyasn1 `_ ``0.1.7`` or better. +`pyasn1 `_ ``0.1.7`` or better. diff --git a/sites/www/installing.rst b/sites/www/installing.rst index e6db2dca..ee88f3c1 100644 --- a/sites/www/installing.rst +++ b/sites/www/installing.rst @@ -97,7 +97,7 @@ due to their infrequent utility & non-platform-agnostic requirements): * It hopefully goes without saying but **all platforms** need **a working installation of GSS-API itself**, e.g. Heimdal. -* **Unix** needs `python-gssapi `_ +* **Unix** needs `python-gssapi `_ ``0.6.1`` or better. .. note:: This library appears to only function on Python 2.7 and up. -- cgit v1.2.3