15
0
forked from pool/python-ldap3

Accepting request 867413 from home:mcalabkova:branches:devel:languages:python

- Update to 2.9
  * SafeSync strategy (SAFE_SYNC) for using a synchronous Connection 
    object in a multi-threading program
  * try to use Crypto library if present for hashing NTLM password 
    on python interpreter missing the MD4 OpenSSL algorithm
  * SafeRestartable strategy (SAFE_RESTARTABLE) for using a restartable 
    Connection object in a multi-threading program
  * many smaller changes and bugfixes
- Rebase skip-missing-LDAP-server.patch
  * suprisingly still needed

OBS-URL: https://build.opensuse.org/request/show/867413
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap3?expand=0&rev=36
This commit is contained in:
2021-01-28 11:26:45 +00:00
committed by Git OBS Bridge
parent 0fd8689094
commit 79506aaacc
5 changed files with 27 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-ldap3
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# 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.7
Version: 2.9
Release: 0
Summary: A strictly RFC 4511 conforming LDAP V3 pure Python client
License: LGPL-3.0-only
@@ -66,6 +66,6 @@ export STRATEGY=SYNC SERVER=EDIR DECODER=INTERNAL
%license COPYING.LESSER.txt COPYING.txt LICENSE.txt
%doc README.rst
%{python_sitelib}/ldap3
%{python_sitelib}/ldap3-%{version}-py*.egg-info
%{python_sitelib}/ldap3-%{version}*-py*.egg-info
%changelog