15
0
forked from pool/python-ldap3

Accepting request 676956 from devel:languages:python

- Use the actual upstream distributed archive

- 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)

OBS-URL: https://build.opensuse.org/request/show/676956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ldap3?expand=0&rev=7
This commit is contained in:
2019-02-27 14:05:41 +00:00
committed by Git OBS Bridge
4 changed files with 46 additions and 5 deletions

View File

@@ -1,3 +1,44 @@
-------------------------------------------------------------------
Mon Feb 18 08:48:29 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Use the actual upstream distributed archive
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-ldap3
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e842247dea702368bdecded0ee71c19081cd376c3567fdc7b0eb4546c06ae803
size 927217

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1b5a54bcdd08f25d31ebc0679e34e46b8b403d70c46363159be668695b1f22b9
size 920336