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:           Mon May  8 10:02:34 UTC 2017

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

Log Message:
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 re
sponse with StartTls


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/py-ldap3/DESCR
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/py-ldap3/Makefile
cvs rdiff -u -r1.2 -r1.3 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/DESCR
diff -u pkgsrc/databases/py-ldap3/DESCR:1.1 pkgsrc/databases/py-ldap3/DESCR:1.2
--- pkgsrc/databases/py-ldap3/DESCR:1.1 Sun Dec  4 21:12:59 2016
+++ pkgsrc/databases/py-ldap3/DESCR     Mon May  8 10:02:34 2017
@@ -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.

Index: pkgsrc/databases/py-ldap3/Makefile
diff -u pkgsrc/databases/py-ldap3/Makefile:1.3 pkgsrc/databases/py-ldap3/Makefile:1.4
--- pkgsrc/databases/py-ldap3/Makefile:1.3      Fri May  5 06:50:01 2017
+++ pkgsrc/databases/py-ldap3/Makefile  Mon May  8 10:02:34 2017
@@ -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/}

Index: pkgsrc/databases/py-ldap3/distinfo
diff -u pkgsrc/databases/py-ldap3/distinfo:1.2 pkgsrc/databases/py-ldap3/distinfo:1.3
--- pkgsrc/databases/py-ldap3/distinfo:1.2      Fri May  5 06:50:01 2017
+++ pkgsrc/databases/py-ldap3/distinfo  Mon May  8 10:02:34 2017
@@ -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