forked from pool/python-ldap3
Accepting request 676708 from home:stroeder:branches:devel:languages:python
update to version 2.5.2 OBS-URL: https://build.opensuse.org/request/show/676708 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap3?expand=0&rev=20
This commit is contained in:
committed by
Git OBS Bridge
parent
ca42a3c55e
commit
1a98a424cc
@@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 16 20:25:26 UTC 2019 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- update to version 2.5.2
|
||||
|
||||
# 2.5.2 - 2018.12.28
|
||||
- when starting tls before binding the connection is automatically open
|
||||
- fixed changelog date (thanks Adam)
|
||||
- support for AD timedeltas (thanks mprahl)
|
||||
- fixed WhoAmI in mock strategies (thanks mprahl)
|
||||
- prevent unnecessary exception in extend/standard/ModifyPassword (thanks Johnny)
|
||||
- added support for external gssapi credentials to be passed to the sasl connection (thanks Firstyear)
|
||||
- added support for gssapi store in sasl connection (thanks clhendrick)
|
||||
- fixed LdifProducer (thanks antoinell)
|
||||
- fixed NTLM bind (thanks ribx)
|
||||
- server state in ServerPool is now a namedtuple "ServerState" (thanks Krisztian)
|
||||
- fixed error when adding member to AD group with unsafe DN (thanks Maxim)
|
||||
- properly restore lazy status in reusable strategy (thanks Krisztian)
|
||||
- ServerState namedtuple converted to class in core/pooling (thanks Krisztian)
|
||||
- empty schema doesn't raise exception in Abstraction Layer (thanks ghost)
|
||||
|
||||
# 2.5.1 - 2018.08.01
|
||||
- connection.result is populated when exception raised with raise_exceptions=True
|
||||
- fixed objectSid in mocking strategies
|
||||
- fixed circular reference in exception history
|
||||
- added objectSid validator
|
||||
- byte values are properly searched in MOCK strategies (thanks dyj216)
|
||||
- exception history refactored (thanks Tamas)
|
||||
- connections in context manager don't bind anymore when auto_bind is set to AUTO_BIND_NONE (Thanks Tim)
|
||||
- Cython compatible build (thanks Pedro)
|
||||
- more detailed exception message in Mock strategy (thanks Janne)
|
||||
- exceptions flow refactored in reusable strategy (thanks kxt)
|
||||
- pwdlastset accept any positive integer (thanks abenbecker)
|
||||
- fixed an exception while logging packet with pyasn1 decoder
|
||||
- fixed importing abc from collections for Python 3.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:49:56 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-ldap3
|
||||
Version: 2.5
|
||||
Version: 2.5.2
|
||||
Release: 0
|
||||
Summary: A strictly RFC 4511 conforming LDAP V3 pure Python client
|
||||
License: LGPL-3.0-only
|
||||
|
||||
3
v2.5.2.tar.gz
Normal file
3
v2.5.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f67c83185b1f0df8fdf6b52fa42c55bc9e9b7120c8b7fec60f0d6003c536d18
|
||||
size 352903
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b5a54bcdd08f25d31ebc0679e34e46b8b403d70c46363159be668695b1f22b9
|
||||
size 920336
|
||||
Reference in New Issue
Block a user