Received: by mail.netbsd.org (Postfix, from userid 605) id 51E34856C0; Wed, 15 Nov 2017 07:47:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D09C88556A for ; Wed, 15 Nov 2017 07:47:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id l9MhAirUnC1N for ; Wed, 15 Nov 2017 07:47:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1F76C84D20 for ; Wed, 15 Nov 2017 07:47:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1D4BAFBDE; Wed, 15 Nov 2017 07:47:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151073206834360" MIME-Version: 1.0 Date: Wed, 15 Nov 2017 07:47:48 +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: <20171115074748.1D4BAFBDE@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. --_----------=_151073206834360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Wed Nov 15 07:47:48 UTC 2017 Modified Files: pkgsrc/databases/py-ldap3: Makefile PLIST distinfo Log Message: py-ldap3: updated to 2.4 2.4: security fix in the rebind() method of the Connection object (thanks Daniel) fix for Sasl credentials in Python 3 (thanks Busuwe) fixed bug when checking for equality in MockBase added validator parameter to Server object for custom validators attribute values are now validated in add/compare/modify operations in the Connection object Python types can now be used in add/compare/modify operations compatible with the pyasn1 library from version 0.1.8 up to latest (0.3.3 for now) version fixed compatibility with Twisted on Windows on Python 2.7 (thanks Pmisik) fixed paged_search behaviour in Reader object fixed regression in MockBase (thanks Markus) fixed invalid filter sequence in MockBase (thanks SignedBit) added compatibility with Cython (thanks Pedro) fixed auto_encode check in validate_attribute_value for unknown attrs (thanks CFelder) don’t encode response_value as extended_response_to_dict expects a decoded value (thanks Matthias) compatible with the pyasn1 library from version 0.1.8 up to latest (0.3.7 for now) version added LDAPObjectDereferenceError exception LDAPObjectDereferenceError is raised when an object tries to dereference itself in the Abstraction Layer (thanks Daniele) async module renamed to asynchronous for compatibility with Python 3.7 (thank Barry) long integer are properly checked in mocking strategies (thanks gregn610) NUMERIC_TYPES includes long for Python 2 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/py-ldap3/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/py-ldap3/PLIST cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/py-ldap3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151073206834360 Content-Disposition: inline Content-Length: 2831 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/py-ldap3/Makefile diff -u pkgsrc/databases/py-ldap3/Makefile:1.6 pkgsrc/databases/py-ldap3/Makefile:1.7 --- pkgsrc/databases/py-ldap3/Makefile:1.6 Sat Sep 16 19:26:44 2017 +++ pkgsrc/databases/py-ldap3/Makefile Wed Nov 15 07:47:47 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2017/09/16 19:26:44 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/11/15 07:47:47 adam Exp $ -DISTNAME= ldap3-2.3 +DISTNAME= ldap3-2.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=l/ldap3/} Index: pkgsrc/databases/py-ldap3/PLIST diff -u pkgsrc/databases/py-ldap3/PLIST:1.2 pkgsrc/databases/py-ldap3/PLIST:1.3 --- pkgsrc/databases/py-ldap3/PLIST:1.2 Fri May 5 06:50:01 2017 +++ pkgsrc/databases/py-ldap3/PLIST Wed Nov 15 07:47:47 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2017/05/05 06:50:01 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2017/11/15 07:47:47 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -247,12 +247,12 @@ ${PYSITELIB}/ldap3/protocol/schemas/slap ${PYSITELIB}/ldap3/strategy/__init__.py ${PYSITELIB}/ldap3/strategy/__init__.pyc ${PYSITELIB}/ldap3/strategy/__init__.pyo -${PYSITELIB}/ldap3/strategy/async.py -${PYSITELIB}/ldap3/strategy/async.pyc -${PYSITELIB}/ldap3/strategy/async.pyo ${PYSITELIB}/ldap3/strategy/asyncStream.py ${PYSITELIB}/ldap3/strategy/asyncStream.pyc ${PYSITELIB}/ldap3/strategy/asyncStream.pyo +${PYSITELIB}/ldap3/strategy/asynchronous.py +${PYSITELIB}/ldap3/strategy/asynchronous.pyc +${PYSITELIB}/ldap3/strategy/asynchronous.pyo ${PYSITELIB}/ldap3/strategy/base.py ${PYSITELIB}/ldap3/strategy/base.pyc ${PYSITELIB}/ldap3/strategy/base.pyo Index: pkgsrc/databases/py-ldap3/distinfo diff -u pkgsrc/databases/py-ldap3/distinfo:1.4 pkgsrc/databases/py-ldap3/distinfo:1.5 --- pkgsrc/databases/py-ldap3/distinfo:1.4 Thu Aug 3 10:42:09 2017 +++ pkgsrc/databases/py-ldap3/distinfo Wed Nov 15 07:47:47 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2017/08/03 10:42:09 adam Exp $ +$NetBSD: distinfo,v 1.5 2017/11/15 07:47:47 adam Exp $ -SHA1 (ldap3-2.3.tar.gz) = ca9e28b407f96eab9b0c64a5b49ddcc9d046072f -RMD160 (ldap3-2.3.tar.gz) = bce670264d8c22b2623a261059afcacaee19e3d0 -SHA512 (ldap3-2.3.tar.gz) = c303fb46d49ec31db2f78cbb354890ce05ced5b121698dbe2437362ff8f01110ae3a46ff5c8a3b223c3ae553e300c4f69bc8838b2c32cd9a87b27026477ecfd7 -Size (ldap3-2.3.tar.gz) = 341466 bytes +SHA1 (ldap3-2.4.tar.gz) = b2731bad6ad7298f85276caf2d9c9638cb982718 +RMD160 (ldap3-2.4.tar.gz) = 4e19a488578dc0734c64a09e384c3f4f1effe20b +SHA512 (ldap3-2.4.tar.gz) = 676c29b84a39739f1ebc746c4091ae2387dca375abc3a44d86f403167b8a5d7e05d53f40fd6bd8e96834b4b5f253d6306b6787e77d6336b79aabec5df695abfe +Size (ldap3-2.4.tar.gz) = 344481 bytes --_----------=_151073206834360--