pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-ldap3 py-ldap3: updated to 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed2ebe3184cc
branches:  trunk
changeset: 412463:ed2ebe3184cc
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Mar 07 12:16:20 2020 +0000

description:
py-ldap3: updated to 2.7

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
- added support for source specifications in LDAP connections
- added support for allowing special AD security identifier (SID) in DN
- fixed pickling of entry and attribute
- close connection when auto_bind fails
- operational attributes can be used in Abstraction Layer
- additional SSL options can be used in Tls object
- threading.Event replaces loop checking in async strategy. ASYNC strategy should be much faster now
- adding a key that is already an alias that contains other aliases in CaseInsensitiveWithAliasDict() now works properly
- when searching for GUID, UUID and SID the backslash character (0x5C) is properly managed
- LDIF output properly formatted when controls are missing
- operational attributes are not returned in MOCK strategies when not requested
- undecodable values are returned as raw bytes when using the pyasn1 decoder

diffstat:

 databases/py-ldap3/Makefile |   4 ++--
 databases/py-ldap3/PLIST    |   5 ++++-
 databases/py-ldap3/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 5cd341a1a4dc -r ed2ebe3184cc databases/py-ldap3/Makefile
--- a/databases/py-ldap3/Makefile       Sat Mar 07 12:14:36 2020 +0000
+++ b/databases/py-ldap3/Makefile       Sat Mar 07 12:16:20 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2019/09/06 06:02:53 adam Exp $
+# $NetBSD: Makefile,v 1.15 2020/03/07 12:16:20 adam Exp $
 
-DISTNAME=      ldap3-2.6.1
+DISTNAME=      ldap3-2.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/ldap3/}
diff -r 5cd341a1a4dc -r ed2ebe3184cc databases/py-ldap3/PLIST
--- a/databases/py-ldap3/PLIST  Sat Mar 07 12:14:36 2020 +0000
+++ b/databases/py-ldap3/PLIST  Sat Mar 07 12:16:20 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2019/09/06 06:02:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/03/07 12:16:20 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -310,6 +310,9 @@
 ${PYSITELIB}/ldap3/utils/ordDict.py
 ${PYSITELIB}/ldap3/utils/ordDict.pyc
 ${PYSITELIB}/ldap3/utils/ordDict.pyo
+${PYSITELIB}/ldap3/utils/port_validators.py
+${PYSITELIB}/ldap3/utils/port_validators.pyc
+${PYSITELIB}/ldap3/utils/port_validators.pyo
 ${PYSITELIB}/ldap3/utils/repr.py
 ${PYSITELIB}/ldap3/utils/repr.pyc
 ${PYSITELIB}/ldap3/utils/repr.pyo
diff -r 5cd341a1a4dc -r ed2ebe3184cc databases/py-ldap3/distinfo
--- a/databases/py-ldap3/distinfo       Sat Mar 07 12:14:36 2020 +0000
+++ b/databases/py-ldap3/distinfo       Sat Mar 07 12:16:20 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2019/09/06 06:02:53 adam Exp $
+$NetBSD: distinfo,v 1.13 2020/03/07 12:16:20 adam Exp $
 
-SHA1 (ldap3-2.6.1.tar.gz) = 1a67bb1176fbb2163d497f75516d0119696ecbce
-RMD160 (ldap3-2.6.1.tar.gz) = f5fadf47b8fa6304e213d1cd32886cc04e7dc233
-SHA512 (ldap3-2.6.1.tar.gz) = 7fcb89214645585bda072d0acecdd22e2de447c6c4720ac7fa49d847a8f382150e913a3a0e42e442af6479f7144df751730e8922a6a71488f1b8e07bf188b1eb
-Size (ldap3-2.6.1.tar.gz) = 378619 bytes
+SHA1 (ldap3-2.7.tar.gz) = 3a6be8c11c646c278df4dc17b08372c426a6a4b6
+RMD160 (ldap3-2.7.tar.gz) = b2ca3431bd04f077f700cce7262692fc78e22303
+SHA512 (ldap3-2.7.tar.gz) = 097565db900e7afe9e233c5991e76736afb1851feca6fe75edd0e5c86dc17c624cdaa3c61506831a132e4cf636057afd51b798aff94983bc399ec5a3851607da
+Size (ldap3-2.7.tar.gz) = 387586 bytes



Home | Main Index | Thread Index | Old Index