Skip to content
This repository was archived by the owner on Jun 14, 2021. It is now read-only.

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps python-ldap from 3.2.0 to 3.3.0.

Release notes

Sourced from python-ldap's releases.

3.3.0

Released 3.3.0 2020-06-18

Highlights:

  • LDAPError now contains additional fields, such as ctrls, result, msgid
  • passwd_s can now extract the newly generated password
  • LDAP connections can now be made from a file descriptor

This release is tested on Python 3.8, and the beta of Python 3.9.

The following undocumented functions are deprecated and scheduled for removal:

  • ldap.cidict.strlist_intersection
  • ldap.cidict.strlist_minus
  • ldap.cidict.strlist_union

Modules/

  • Ensure ReconnectLDAPObject is not left in an inconsistent state after a reconnection timeout
  • Syncrepl now correctly parses SyncInfoMessage when the message is a syncIdSet
  • Release GIL around global get/set option call
  • Do not leak serverctrls in result functions
  • Don't overallocate memory in attrs_from_List()
  • Fix thread support check for Python 3
  • With OpenLDAP 2.4.48, use the new header openldap.h

Lib/

  • Fix some edge cases regarding quoting in the schema tokenizer
  • Fix escaping a single space in ldap.escape_dn_chars
  • Fix string formatting in ldap.compare_ext_s
  • Prefer iterating dict instead of calling dict.keys()

Doc/

  • Clarify the relationship between initialize() and LDAPObject()
  • Improve documentation of TLS options
  • Update FAQ to include Samba AD-DC error message "Operation unavailable without authentication"
  • Fix several incorrect examples and demos (but note that these are not yet tested)
  • Update Debian installation instructions for Debian Buster
  • Typo fixes in docs and docstrings

Test/

  • Test and document error cases in ldap.compare_s
  • Test if reconnection is done after connection loss
  • Make test certificates valid for the far future
  • Use slapd -Tt instead of slaptest

Infrastructure:

  • Mark the LICENCE file as a license for setuptools
  • Use "unittest discover" rather than "setup.py test" to run tests
... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [python-ldap](https://github.com/python-ldap/python-ldap) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/python-ldap/python-ldap/releases)
- [Commits](python-ldap/python-ldap@python-ldap-3.2.0...python-ldap-3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 18, 2020
@dependabot-preview dependabot-preview bot merged commit 77f527d into master Jun 18, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/python-ldap-3.3.0 branch June 18, 2020 14:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants