From 9c2b45992c866959caf87b5c88a1c8327bef0ebda3a1fb279e04be7a1cb096e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 11 Mar 2020 19:58:42 +0000 Subject: [PATCH] Accepting request 784055 from home:stroeder:branches:devel:languages:python Update to 2.7 OBS-URL: https://build.opensuse.org/request/show/784055 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap3?expand=0&rev=29 --- python-ldap3.changes | 20 ++++++++++++++++++++ python-ldap3.spec | 2 +- v2.6.1.tar.gz | 3 --- v2.7.tar.gz | 3 +++ 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 v2.6.1.tar.gz create mode 100644 v2.7.tar.gz diff --git a/python-ldap3.changes b/python-ldap3.changes index d181e3c..e5a08af 100644 --- a/python-ldap3.changes +++ b/python-ldap3.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Mar 11 19:17:52 UTC 2020 - Michael Ströder + +- Update to 2.7: + - tested against Python 3.8.1 and pyasn1 0.4.8 + - re-enabled ssl exception raising on bad certificate when only 1 server is present in the server pool + - removed Python 2.6 from Travis configuration (thanks gliptak) + - added support for source specifications in LDAP connections (thanks Azaria) + - added support for allowing special AD security identifier (SID) in DN (thanks John) + - fixed pickling of entry and attribute (thanks cfelder) + - close connection when auto_bind fails (thank Hrishikesh) + - operational attributes can be used in Abstraction Layer (thanks Sohalt) + - additional SSL options can be used in Tls object (thanks Nazarii) + - threading.Event replaces loop checking in async strategy. ASYNC strategy should be much faster now (thanks Yang) + - adding a key that is already an alias that contains other aliases in CaseInsensitiveWithAliasDict() now works properly (thanks Mark) + - when searching for GUID, UUID and SID the backslash character (0x5C) is properly managed (thanks Nocturem) + - LDIF output properly formatted when controls are missing (thanks Tom) + - operational attributes are not returned in MOCK strategies when not requested (thanks kpinc) + - undecodable values are returned as raw bytes when using the pyasn1 decoder + ------------------------------------------------------------------- Mon Oct 14 13:50:37 UTC 2019 - Matej Cepl diff --git a/python-ldap3.spec b/python-ldap3.spec index 867d404..93b7685 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.6.1 +Version: 2.7 Release: 0 Summary: A strictly RFC 4511 conforming LDAP V3 pure Python client License: LGPL-3.0-only diff --git a/v2.6.1.tar.gz b/v2.6.1.tar.gz deleted file mode 100644 index 8040f22..0000000 --- a/v2.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f21d1a65e19ed5a691d7cf30af375e84663254e800ddc950bd7b6f9bb15d2c19 -size 953713 diff --git a/v2.7.tar.gz b/v2.7.tar.gz new file mode 100644 index 0000000..a090a35 --- /dev/null +++ b/v2.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc7dccb19bedbeb40ac19b3b29c12ec8ca4514ebbca53e449c172b2aa209539 +size 956927