pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-ldap3



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Mar  7 12:16:20 UTC 2020

Modified Files:
        pkgsrc/databases/py-ldap3: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/py-ldap3/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/py-ldap3/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/py-ldap3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/py-ldap3/Makefile
diff -u pkgsrc/databases/py-ldap3/Makefile:1.14 pkgsrc/databases/py-ldap3/Makefile:1.15
--- pkgsrc/databases/py-ldap3/Makefile:1.14     Fri Sep  6 06:02:53 2019
+++ pkgsrc/databases/py-ldap3/Makefile  Sat Mar  7 12:16:20 2020
@@ -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/}

Index: pkgsrc/databases/py-ldap3/PLIST
diff -u pkgsrc/databases/py-ldap3/PLIST:1.4 pkgsrc/databases/py-ldap3/PLIST:1.5
--- pkgsrc/databases/py-ldap3/PLIST:1.4 Fri Sep  6 06:02:53 2019
+++ pkgsrc/databases/py-ldap3/PLIST     Sat Mar  7 12:16:20 2020
@@ -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/ntlm.pyo
 ${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

Index: pkgsrc/databases/py-ldap3/distinfo
diff -u pkgsrc/databases/py-ldap3/distinfo:1.12 pkgsrc/databases/py-ldap3/distinfo:1.13
--- pkgsrc/databases/py-ldap3/distinfo:1.12     Fri Sep  6 06:02:53 2019
+++ pkgsrc/databases/py-ldap3/distinfo  Sat Mar  7 12:16:20 2020
@@ -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