From 057c9b870690343b690425e784499b40d018ee35fe40af4862e6f2da02d195aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 14 May 2019 21:47:23 +0000 Subject: [PATCH] Accepting request 703010 from home:gary_smith:branches:devel:languages:python - update to version 2.6 # 2.6 - 2019.03.24 - fixed empty digestMd5.py file in 2.5.2 package - explicitly declare digest module md5 in util.ntlm (thanks adawalli) - change object passed to modify() was unexpectedly mutated (thanks John) - added LDAPInfoError exception - added Server.has_control(control) method to check if a server has a specific control - added Server.has_extension(extension) method to check if a server has a specific extension - added Server.has_feature(feature) method to check if a server has a specific feature - fixed checking of \\ in safe_dn (thanks Maxim) - fixed uuid checking with 5c byte value - added single=True parameter to the ServerPool object definition. Servers state is shared between connections using the same pool - updated copyright notice OBS-URL: https://build.opensuse.org/request/show/703010 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap3?expand=0&rev=23 --- python-ldap3.changes | 18 ++++++++++++++++++ python-ldap3.spec | 2 +- v2.5.2.tar.gz | 3 --- v2.6.tar.gz | 3 +++ 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 v2.5.2.tar.gz create mode 100644 v2.6.tar.gz diff --git a/python-ldap3.changes b/python-ldap3.changes index ba37b3b..dc1af3d 100644 --- a/python-ldap3.changes +++ b/python-ldap3.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue May 14 21:44:09 UTC 2019 - Gary Smith + +- update to version 2.6 + +# 2.6 - 2019.03.24 + - fixed empty digestMd5.py file in 2.5.2 package + - explicitly declare digest module md5 in util.ntlm (thanks adawalli) + - change object passed to modify() was unexpectedly mutated (thanks John) + - added LDAPInfoError exception + - added Server.has_control(control) method to check if a server has a specific control + - added Server.has_extension(extension) method to check if a server has a specific extension + - added Server.has_feature(feature) method to check if a server has a specific feature + - fixed checking of \\ in safe_dn (thanks Maxim) + - fixed uuid checking with 5c byte value + - added single=True parameter to the ServerPool object definition. Servers state is shared between connections using the same pool + - updated copyright notice + ------------------------------------------------------------------- Mon Feb 18 08:48:29 UTC 2019 - Tomáš Chvátal diff --git a/python-ldap3.spec b/python-ldap3.spec index 949ede0..532e335 100644 --- a/python-ldap3.spec +++ b/python-ldap3.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ldap3 -Version: 2.5.2 +Version: 2.6 Release: 0 Summary: A strictly RFC 4511 conforming LDAP V3 pure Python client License: LGPL-3.0-only diff --git a/v2.5.2.tar.gz b/v2.5.2.tar.gz deleted file mode 100644 index fc03fcc..0000000 --- a/v2.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e842247dea702368bdecded0ee71c19081cd376c3567fdc7b0eb4546c06ae803 -size 927217 diff --git a/v2.6.tar.gz b/v2.6.tar.gz new file mode 100644 index 0000000..c7d4c65 --- /dev/null +++ b/v2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4efa622b5e27ad24c6ac6c567bcf24163dd63e7c27694db58d6a8c1ad4200b34 +size 929460