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.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c9fcbb1599f
branches:  trunk
changeset: 311410:6c9fcbb1599f
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Aug 10 07:19:34 2018 +0000

description:
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

diffstat:

 databases/py-ldap3/Makefile |   4 ++--
 databases/py-ldap3/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 219354155640 -r 6c9fcbb1599f databases/py-ldap3/Makefile
--- a/databases/py-ldap3/Makefile       Fri Aug 10 07:18:29 2018 +0000
+++ b/databases/py-ldap3/Makefile       Fri Aug 10 07:19:34 2018 +0000
@@ -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/}
diff -r 219354155640 -r 6c9fcbb1599f databases/py-ldap3/distinfo
--- a/databases/py-ldap3/distinfo       Fri Aug 10 07:18:29 2018 +0000
+++ b/databases/py-ldap3/distinfo       Fri Aug 10 07:19:34 2018 +0000
@@ -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