Fri Aug 10 07:19:34 2018 UTC ()
py-ldap3: updated to 2.5.1

2.5.1:
connection.result is populated when exception raised with raise_exceptions=True
fixed objectSid in mocking strategies
fixed circular reference in exception history
added objectSid validator
byte values are properly searched in MOCK strategies
exception history refactored
connections in context manager don窶冲 bind anymore when auto_bind is set to AUTO_BIND_NONE
Cython compatible build
more detailed exception message in Mock strategy
exceptions flow refactored in reusable strategy
pwdlastset accept any positive integer
fixed an exception while logging packet with pyasn1 decoder
fixed importing abc from collections for Python 3.8


(adam)
diff -r1.9 -r1.10 pkgsrc/databases/py-ldap3/Makefile
diff -r1.7 -r1.8 pkgsrc/databases/py-ldap3/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/databases/py-ldap3/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/py-ldap3/Makefile 2018/04/18 04:22:35 1.9
+++ pkgsrc/databases/py-ldap3/Makefile 2018/08/10 07:19:34 1.10
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.9 2018/04/18 04:22:35 adam Exp $ 1# $NetBSD: Makefile,v 1.10 2018/08/10 07:19:34 adam Exp $
2 2
3DISTNAME= ldap3-2.5 3DISTNAME= ldap3-2.5.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= databases python 5CATEGORIES= databases python
6MASTER_SITES= ${MASTER_SITE_PYPI:=l/ldap3/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=l/ldap3/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/cannatag/ldap3 9HOMEPAGE= https://github.com/cannatag/ldap3
10COMMENT= Strictly RFC 4510 conforming LDAP V3 pure Python client library 10COMMENT= Strictly RFC 4510 conforming LDAP V3 pure Python client library
11LICENSE= gnu-lgpl-v3 11LICENSE= gnu-lgpl-v3
12 12
13DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.8:../../security/py-asn1 13DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.8:../../security/py-asn1
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16

cvs diff -r1.7 -r1.8 pkgsrc/databases/py-ldap3/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/py-ldap3/distinfo 2018/04/18 04:22:35 1.7
+++ pkgsrc/databases/py-ldap3/distinfo 2018/08/10 07:19:34 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2018/04/18 04:22:35 adam Exp $ 1$NetBSD: distinfo,v 1.8 2018/08/10 07:19:34 adam Exp $
2 2
3SHA1 (ldap3-2.5.tar.gz) = 8b8c9b2071e54e1ec97a3c446334bc26ad5fdc29 3SHA1 (ldap3-2.5.1.tar.gz) = de3ded901cd8c3e4868ef33c8271da3aaec4fe91
4RMD160 (ldap3-2.5.tar.gz) = 376faff81a59ac52703ea032b8d763ddd41876ba 4RMD160 (ldap3-2.5.1.tar.gz) = b1173cbd750476de602082ffaeb8dfef857b53bb
5SHA512 (ldap3-2.5.tar.gz) = 300c7243283f574e3db7a2f486d377a983963b847a2b20a2a0dbfd1b3b124418922eddb448364174dba692897146e0ce52e1343e2103074d25b0ffa2633b99b8 5SHA512 (ldap3-2.5.1.tar.gz) = 8cf3e656f3b58ead391f45c44ec2175ecb7abf29047e4eb03d9f95983cb01900159a4e27bef596df5ffdf7fdf3827615663872c35bd57dede8c9b789aad191e7
6Size (ldap3-2.5.tar.gz) = 349672 bytes 6Size (ldap3-2.5.1.tar.gz) = 352262 bytes