Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id C1E0B7A16F for ; Mon, 8 May 2017 10:02:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6E7B784E0A; Mon, 8 May 2017 10:02:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F387284DB6 for ; Mon, 8 May 2017 10:02:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id oC7CCnnWrwC9 for ; Mon, 8 May 2017 10:02:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 71C8F84CE3 for ; Mon, 8 May 2017 10:02:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6CF56FBE4; Mon, 8 May 2017 10:02:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1494237754153140" MIME-Version: 1.0 Date: Mon, 8 May 2017 10:02:34 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases/py-ldap3 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170508100234.6CF56FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1494237754153140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" 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. --_----------=_1494237754153140 Content-Disposition: inline Content-Length: 2225 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1494237754153140--