File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ The sample modules/scripts herein require modules pyasn1 and pyasn1-modules.
2
2
3
3
https://github.com/etingof/pyasn1
4
4
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/
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ keeps track of all reference increments and decrements. The leak plugin runs
143
143
each test multiple times and checks if the reference count increases.
144
144
145
145
.. _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/
147
147
148
148
Download and compile the *pydebug * build::
149
149
Original file line number Diff line number Diff line change 26
26
**A1 **. For earlier versions, there's `pyldap `_, an independent fork
27
27
now merged into python-ldap.
28
28
29
- .. _pyldap : https://pypi.python. org/pypi /pyldap
29
+ .. _pyldap : https://pypi.org/project /pyldap/
30
30
31
31
32
32
**Q **: Does it work with Python 2.6? (1.5|2.0|2.1|2.2|2.3|2.4|2.5)?
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ For example::
15
15
16
16
$ python -m pip install python-ldap
17
17
18
- .. _PyPI repository : https://pypi.python. org/pypi /python-ldap/
18
+ .. _PyPI repository : https://pypi.org/project /python-ldap/
19
19
.. _pip : https://pip.pypa.io/en/stable/
20
20
21
21
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).
27
27
Furthermore, python-ldap requires the modules `pyasn1 `_ and `pyasn1-modules `_.
28
28
``pip `` will install these automatically.
29
29
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/
32
32
33
33
34
34
Pre-built Binaries
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ class OpenLDAP2:
76
76
author = 'python-ldap project' ,
77
77
author_email = 'python-ldap@python.org' ,
78
78
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/' ,
80
80
classifiers = [
81
81
'Development Status :: 5 - Production/Stable' ,
82
82
'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments