summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authoradam <adam>2017-05-08 10:02:34 +0000
committeradam <adam>2017-05-08 10:02:34 +0000
commitbd414f3c765f7cd6d6039ab3c0bfd8e8561fd3fb (patch)
tree1209337b104091b97a89011467cea97bcf625088 /databases
parent8fb1a152101a1f70148566535b7cab34f1c9b484 (diff)
downloadpkgsrc-bd414f3c765f7cd6d6039ab3c0bfd8e8561fd3fb.tar.gz
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 (limited to 'databases')
-rw-r--r--databases/py-ldap3/DESCR4
-rw-r--r--databases/py-ldap3/Makefile4
-rw-r--r--databases/py-ldap3/distinfo10
3 files changed, 11 insertions, 7 deletions
diff --git a/databases/py-ldap3/DESCR b/databases/py-ldap3/DESCR
index e69de29bb2d..7d7dc0f4cca 100644
--- a/databases/py-ldap3/DESCR
+++ b/databases/py-ldap3/DESCR
@@ -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 --git a/databases/py-ldap3/Makefile b/databases/py-ldap3/Makefile
index 6563a7a97c1..adaf0c238d8 100644
--- a/databases/py-ldap3/Makefile
+++ b/databases/py-ldap3/Makefile
@@ -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 --git a/databases/py-ldap3/distinfo b/databases/py-ldap3/distinfo
index e2bbbd07a4e..98771dd4ed7 100644
--- a/databases/py-ldap3/distinfo
+++ b/databases/py-ldap3/distinfo
@@ -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