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:           Fri Aug 10 07:19:34 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/py-ldap3/Makefile
cvs rdiff -u -r1.7 -r1.8 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.9 pkgsrc/databases/py-ldap3/Makefile:1.10
--- pkgsrc/databases/py-ldap3/Makefile:1.9      Wed Apr 18 04:22:35 2018
+++ pkgsrc/databases/py-ldap3/Makefile  Fri Aug 10 07:19:34 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/04/18 04:22:35 adam Exp $
+# $NetBSD: Makefile,v 1.10 2018/08/10 07:19:34 adam Exp $
 
-DISTNAME=      ldap3-2.5
+DISTNAME=      ldap3-2.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/ldap3/}

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



Home | Main Index | Thread Index | Old Index