Received: by mail.netbsd.org (Postfix, from userid 605) id 8A20C84DED; Fri, 15 Feb 2019 13:01:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 10F6984DEC for ; Fri, 15 Feb 2019 13:01:23 +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 6ZHgSRFU3CLP for ; Fri, 15 Feb 2019 13:01:22 +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 8B90F84D4D for ; Fri, 15 Feb 2019 13:01:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 802DBFB16; Fri, 15 Feb 2019 13:01:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1550235682248170" MIME-Version: 1.0 Date: Fri, 15 Feb 2019 13:01:22 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-WebTest To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190215130122.802DBFB16@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. --_----------=_1550235682248170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Feb 15 13:01:22 UTC 2019 Modified Files: pkgsrc/www/py-WebTest: Makefile distinfo Log Message: py-WebTest: updated to 2.0.33 2.0.33: - Fixed 210. Allow to reset select multiple with field.value = [] - Support for PYTHONOPTIMIZE=2, fix tests on PYTHONOPTIMIZE=1, 2 - Fixed 196. Fix deprecation warnings for collections to use collections.abc for Iterable on Python 3. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-WebTest/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-WebTest/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1550235682248170 Content-Disposition: inline Content-Length: 1699 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-WebTest/Makefile diff -u pkgsrc/www/py-WebTest/Makefile:1.5 pkgsrc/www/py-WebTest/Makefile:1.6 --- pkgsrc/www/py-WebTest/Makefile:1.5 Fri Dec 14 13:41:08 2018 +++ pkgsrc/www/py-WebTest/Makefile Fri Feb 15 13:01:22 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2018/12/14 13:41:08 adam Exp $ +# $NetBSD: Makefile,v 1.6 2019/02/15 13:01:22 adam Exp $ -DISTNAME= WebTest-2.0.32 +DISTNAME= WebTest-2.0.33 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=W/WebTest/} Index: pkgsrc/www/py-WebTest/distinfo diff -u pkgsrc/www/py-WebTest/distinfo:1.6 pkgsrc/www/py-WebTest/distinfo:1.7 --- pkgsrc/www/py-WebTest/distinfo:1.6 Fri Dec 14 13:41:08 2018 +++ pkgsrc/www/py-WebTest/distinfo Fri Feb 15 13:01:22 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2018/12/14 13:41:08 adam Exp $ +$NetBSD: distinfo,v 1.7 2019/02/15 13:01:22 adam Exp $ -SHA1 (WebTest-2.0.32.tar.gz) = 941b78d07e557656b9b7418051c24c140653be97 -RMD160 (WebTest-2.0.32.tar.gz) = 9715853f9726d02d36adbb346b7b1fdc3249beea -SHA512 (WebTest-2.0.32.tar.gz) = 0c583ab12feb78d8dca8ff222267cefd416341d2b6e8e1c3b7f2a6e3bfab16eba26766b35e3e1763a5bd81bb7b82524f8a2227a17c932364b23e11df944eb572 -Size (WebTest-2.0.32.tar.gz) = 74236 bytes +SHA1 (WebTest-2.0.33.tar.gz) = 4fbce21674fe331d97c8389fc12df142441bfc27 +RMD160 (WebTest-2.0.33.tar.gz) = dedb6f6a0f7e58898c825e7cbcc6113781cf4a7f +SHA512 (WebTest-2.0.33.tar.gz) = 9f5c614f8215837dc5cecc9c3e844c5e1678eb8275f9e27a0ec6a68648e9f4f09155aa72f6c731c34028b8671b7776a94235f3e54d7dbf5ff55de94840171ca8 +Size (WebTest-2.0.33.tar.gz) = 76081 bytes SHA1 (patch-setup.py) = cb97658fb237eaf2307a1ef4effaa8491d796b3a --_----------=_1550235682248170--