pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-ldap3 Changes 2.2.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93ef99a01b70
branches:  trunk
changeset: 362185:93ef99a01b70
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon May 08 10:02:34 2017 +0000

description:
Changes 2.2.4:
leading and trailing spaces in server name don?t raise exception anymore - DitContentRule is properly read from the schema - added validator for Active Directory timestamp - Mock strategies raise an 
exception if a non-bytes value is added to the schema when no offline schema is provided (str and int are automatically converted) - added custom_validators property to Mock strategies - modifying 
objectClass with bytes values doesn?t raise an exception anymore (but it may fail anyway because of server constraints) - ensure that config sequence parameters are properly set - allow case 
insensitive attribute and class names in config parameters - added server.schema.is_valid() to check if the schema is available - empty schema properties are set to empty dict() instead of None - 
schema definitions with traling and leading spaces are now properly parsed and don?t raise an LDAPSchemaError exception anymore - fixed error when flaky servers (OpenLDAP) don?t return the correct 
response with StartTls

diffstat:

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

diffs (35 lines):

diff -r a096ffc22a3e -r 93ef99a01b70 databases/py-ldap3/DESCR
--- a/databases/py-ldap3/DESCR  Mon May 08 09:18:31 2017 +0000
+++ b/databases/py-ldap3/DESCR  Mon May 08 10:02:34 2017 +0000
@@ -0,0 +1,4 @@
+ldap3 is a strictly RFC 4510 conforming LDAP v3 pure Python client library.
+The whole ldap3 library has been written from scratch and the same codebase
+works with Python 2, Python 3, PyPy and PyPy3 on any system where it can gain
+access to the network via a Python interpreter and the Python Standard Library.
diff -r a096ffc22a3e -r 93ef99a01b70 databases/py-ldap3/Makefile
--- a/databases/py-ldap3/Makefile       Mon May 08 09:18:31 2017 +0000
+++ b/databases/py-ldap3/Makefile       Mon May 08 10:02:34 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/05/05 06:50:01 adam Exp $
+# $NetBSD: Makefile,v 1.4 2017/05/08 10:02:34 adam Exp $
 
-DISTNAME=      ldap3-2.2.3
+DISTNAME=      ldap3-2.2.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/ldap3/}
diff -r a096ffc22a3e -r 93ef99a01b70 databases/py-ldap3/distinfo
--- a/databases/py-ldap3/distinfo       Mon May 08 09:18:31 2017 +0000
+++ b/databases/py-ldap3/distinfo       Mon May 08 10:02:34 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/05/05 06:50:01 adam Exp $
+$NetBSD: distinfo,v 1.3 2017/05/08 10:02:34 adam Exp $
 
-SHA1 (ldap3-2.2.3.tar.gz) = 9bf4110126ec54f2c382111a8050e8d542cda989
-RMD160 (ldap3-2.2.3.tar.gz) = 4aa86bf6b036f5c9009a557c82e77715e6079865
-SHA512 (ldap3-2.2.3.tar.gz) = a954f6c582e88addf0bd6dc6fb24108d76d134b80c14a3dca0f9f667dbbfee484cb7b0444822f7e82a41af7dacf61ba111b6dcbf215b7f6df26a3784cfd2fc83
-Size (ldap3-2.2.3.tar.gz) = 331483 bytes
+SHA1 (ldap3-2.2.4.tar.gz) = 18f859e96c3aa68030d83fe5f06b12db02ffe6b7
+RMD160 (ldap3-2.2.4.tar.gz) = b6ae17113721278396676199e71a0a5778c6a780
+SHA512 (ldap3-2.2.4.tar.gz) = 97bfb0ebe04d4965d4ebb9278e5d9b5bad7517258cb1d8ca8964cb06f377815c7f9ed0fb0317098f0f3ebfd66ad99f3030e27805a2f6301fc3665f7406aad3d9
+Size (ldap3-2.2.4.tar.gz) = 332398 bytes



Home | Main Index | Thread Index | Old Index