[python-ldap] ANN: python-ldap 3.3.1

Petr Viktorin pviktori at redhat.com
Mon Jun 29 10:52:38 EDT 2020


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

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

This release fixes builds on MacOS with the system libldap, which is 
missing the function `ldap_init_fd`.

If you have built 3.3.0 successfully, you don't need to update.


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.3.1   dae0c5193d02709df6f6918d0e495180a1bff0c8

The tag is signed by my GPG key with fingerprint:
AD4D FBDB 5D40 4CA8 0600  A5F4 0BA8 70E7 9E17 2F37

--------

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 web site:

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

--------
Released 3.3.1 2020-06-29

Changes:
* On MacOS, remove option to make LDAP connections from a file
   descriptor when built wit the system libldap (which lacks the
   underlying function, ``ldap_init_fd``)



More information about the python-ldap mailing list