Skip to content

Commit f23f790

Browse files
committed
Update all pypi.python.org URLs to pypi.org
For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
1 parent 28f5251 commit f23f790

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Demo/pyasn1/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ The sample modules/scripts herein require modules pyasn1 and pyasn1-modules.
22

33
https://github.com/etingof/pyasn1
44

5-
https://pypi.python.org/pypi/pyasn1
6-
https://pypi.python.org/pypi/pyasn1-modules
5+
https://pypi.org/project/pyasn1/
6+
https://pypi.org/project/pyasn1-modules/

Doc/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ keeps track of all reference increments and decrements. The leak plugin runs
143143
each test multiple times and checks if the reference count increases.
144144

145145
.. _pytest: https://docs.pytest.org/en/latest/
146-
.. _pytest-leaks: https://pypi.python.org/pypi/pytest-leaks
146+
.. _pytest-leaks: https://pypi.org/project/pytest-leaks/
147147

148148
Download and compile the *pydebug* build::
149149

Doc/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Usage
2626
**A1**. For earlier versions, there's `pyldap`_, an independent fork
2727
now merged into python-ldap.
2828

29-
.. _pyldap: https://pypi.python.org/pypi/pyldap
29+
.. _pyldap: https://pypi.org/project/pyldap/
3030

3131

3232
**Q**: Does it work with Python 2.6? (1.5|2.0|2.1|2.2|2.3|2.4|2.5)?

Doc/installing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For example::
1515

1616
$ python -m pip install python-ldap
1717

18-
.. _PyPI repository: https://pypi.python.org/pypi/python-ldap/
18+
.. _PyPI repository: https://pypi.org/project/python-ldap/
1919
.. _pip: https://pip.pypa.io/en/stable/
2020

2121
For installing from PyPI, you will need the same :ref:`build prerequisites`
@@ -27,8 +27,8 @@ We do not currently provide pre-built packages (wheels).
2727
Furthermore, python-ldap requires the modules `pyasn1`_ and `pyasn1-modules`_.
2828
``pip`` will install these automatically.
2929

30-
.. _pyasn1: https://pypi.python.org/pypi/pyasn1
31-
.. _pyasn1-modules: https://pypi.python.org/pypi/pyasn1-modules
30+
.. _pyasn1: https://pypi.org/project/pyasn1/
31+
.. _pyasn1-modules: https://pypi.org/project/pyasn1-modules/
3232

3333

3434
Pre-built Binaries

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class OpenLDAP2:
7676
author = 'python-ldap project',
7777
author_email = 'python-ldap@python.org',
7878
url = 'https://www.python-ldap.org/',
79-
download_url = 'https://pypi.python.org/pypi/python-ldap/',
79+
download_url = 'https://pypi.org/project/python-ldap/',
8080
classifiers = [
8181
'Development Status :: 5 - Production/Stable',
8282
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)