[python-ldap] ANN: python-ldap 3.4.3

Simon Pichugin simon.pichugin at gmail.com
Wed Sep 28 22:12:18 EDT 2022


You can find a new release of python-ldap here:

    https://pypi.python.org/pypi/python-ldap/3.4.3

See below for changes in this release.

If you find any issues, please report them either on this mailing list
or on the GitHub tracker:

     https://github.com/python-ldap/python-ldap/issues


Git tag hash for the release:
     python-ldap-3.4.3 9dd59a9cefdf8980beca5d75ac5983fdde7f0d79

The tag is signed by GitHub GPG key with a fingerprint:
5DE3 E050 9C47 EA3C F04A 42D3 4AEE 18F8 3AFD EB23

--------

About the project:

    python-ldap provides an object-oriented API to access LDAP directory
    servers from Python programs. It mainly wraps the OpenLDAP 2.x libs
    for that purpose. Additionally, it contains modules for other
    LDAP-related stuff (e.g. processing LDIF, LDAP URLs and LDAPv3
    schema).

Project's website:

     https://www.python-ldap.org/


----------------------------------------------------------------
Released 3.4.3 2022-09-15

This is a minor release to bring back the removed OPT_X_TLS option.
Please note, it's still a deprecated option and it will be removed in 3.5.0.

The following deprecated option has been brought back:
- ``OPT_X_TLS``

Fixes:
* Sphinx documentation is now successfully built
* pypy3 tests stability was improved
* setup.py deprecation warning is now resolved


----------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/python-ldap/attachments/20220928/dbd00315/attachment.html>


More information about the python-ldap mailing list