diff options
author | adam <adam@pkgsrc.org> | 2020-03-07 12:16:20 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-03-07 12:16:20 +0000 |
commit | 2fd6a9d79f784009c55fc4bff5bd5e554807b0bb (patch) | |
tree | 2506c20e584c87c98f785087500866e0961d895f /databases/py-ldap3 | |
parent | ea88001c4ed26fb734f8dd92980f2cdda8383231 (diff) | |
download | pkgsrc-2fd6a9d79f784009c55fc4bff5bd5e554807b0bb.tar.gz |
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 (limited to 'databases/py-ldap3')
-rw-r--r-- | databases/py-ldap3/Makefile | 4 | ||||
-rw-r--r-- | databases/py-ldap3/PLIST | 5 | ||||
-rw-r--r-- | databases/py-ldap3/distinfo | 10 |
3 files changed, 11 insertions, 8 deletions
diff --git a/databases/py-ldap3/Makefile b/databases/py-ldap3/Makefile index 8e504a6ef4c..852aa700ae7 100644 --- a/databases/py-ldap3/Makefile +++ b/databases/py-ldap3/Makefile @@ -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 --git a/databases/py-ldap3/PLIST b/databases/py-ldap3/PLIST index 4636c3e8b25..c45d92e41a6 100644 --- a/databases/py-ldap3/PLIST +++ b/databases/py-ldap3/PLIST @@ -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 diff --git a/databases/py-ldap3/distinfo b/databases/py-ldap3/distinfo index ef1cec5f930..408d74dbf5b 100644 --- a/databases/py-ldap3/distinfo +++ b/databases/py-ldap3/distinfo @@ -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 |