]> Cypherpunks.ru repositories - pyderasn.git/commitdiff
PyPI has changed its URLs
authorSergey Matveev <stargrave@stargrave.org>
Sun, 20 May 2018 12:21:30 +0000 (15:21 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 20 May 2018 12:21:30 +0000 (15:21 +0300)
doc/install.rst
doc/news.rst

index e6f6ba10bc7b783d15650a783e34358bbb2a9cfa..921766cdd79a0e2b02fd1e7ef8d795e833c04751 100644 (file)
@@ -12,7 +12,7 @@ signature from `official website <http://pyderasn.cypherpunks.ru/>`__::
     % python setup.py install
     # or copy pyderasn.py (+six.py) to your PYTHONPATH
 
-PyDERASN depends on `six <https://pypi.python.org/pypi/six>`__ package
+PyDERASN depends on `six <https://pypi.org/project/six/>`__ package
 for keeping compatibility with Py27/Py35. It is included in the tarball.
 You can also find it mirrored on :ref:`download <download>` page.
 
index ea774542889be194300fc3c01ad730fd50ba7115..f8fc1e547551eaf59df010eb89d2e12965b7d233 100644 (file)
@@ -53,7 +53,7 @@ News
   :py:class:`pyderasn.DecodePathDefBy`
 * Ability to turn colourized terminal output by calling
   ``pprint(..., with_colours=True)``. You will need
-  `termcolor package <https://pypi.python.org/pypi/termcolor>`__
+  `termcolor package <https://pypi.org/project/termcolor/>`__
 
 .. _release2.1: