[python-ldap] ANN: python-ldap 3.2.0

Petr Viktorin pviktori at redhat.com
Wed Mar 13 10:26:46 EDT 2019


Find a new release of python-ldap here:

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

Notable changes since 3.1.0 are:

- Add support for X-ORIGIN in ldap.schema's ObjectClass
* Make initialize() pass extra keyword arguments to LDAPObject
- Provide ldap._trace_* atributes in non-debug mode


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


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/



Git tag hash for the release:
     python-ldap-3.2.0  70e326210c25019b3df732c01ecee8caffec917e

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

----------------------------------------------------------------
Released 3.2.0 2019-03-13

Lib/
* Add support for X-ORIGIN in ldap.schema's ObjectClass
* Make initialize() pass extra keyword arguments to LDAPObject
* ldap.controls.sss: use str instead of basestring on Python 3
* Provide ldap._trace_* atributes in non-debug mode

Doc/
* Fix ReST syntax for links to set_option and get_option

Tests/
* Use intersphinx to link to Python documentation
* Correct type of some attribute values to bytes
* Use system-specific ENOTCONN value

Infrastructure:
* Add testing and document support for Python 3.7
* Add Python 3.8-dev to Tox and CI configuration
* Add Doc/requirements.txt for building on Read the Docs


More information about the python-ldap mailing list