Received: by mail.netbsd.org (Postfix, from userid 605) id A3AB784DC7; Wed, 13 May 2020 14:44:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2AAF684DB1 for ; Wed, 13 May 2020 14:44:09 +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 grnfEO7LK209 for ; Wed, 13 May 2020 14:44:08 +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 A651884C6C for ; Wed, 13 May 2020 14:44:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A3B3CFB27; Wed, 13 May 2020 14:44:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589381048127030" MIME-Version: 1.0 Date: Wed, 13 May 2020 14:44:08 +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: <20200513144408.A3B3CFB27@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. --_----------=_1589381048127030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed May 13 14:44:08 UTC 2020 Modified Files: pkgsrc/www/py-WebTest: Makefile distinfo Log Message: py-WebTest: updated to 2.0.35 2.0.35: - python3.8 compat - Remove use of deprecated splittype and splithost To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-WebTest/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-WebTest/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589381048127030 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.7 pkgsrc/www/py-WebTest/Makefile:1.8 --- pkgsrc/www/py-WebTest/Makefile:1.7 Thu Apr 23 10:34:53 2020 +++ pkgsrc/www/py-WebTest/Makefile Wed May 13 14:44:08 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2020/04/23 10:34:53 adam Exp $ +# $NetBSD: Makefile,v 1.8 2020/05/13 14:44:08 adam Exp $ -DISTNAME= WebTest-2.0.34 +DISTNAME= WebTest-2.0.35 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.8 pkgsrc/www/py-WebTest/distinfo:1.9 --- pkgsrc/www/py-WebTest/distinfo:1.8 Thu Apr 23 10:34:53 2020 +++ pkgsrc/www/py-WebTest/distinfo Wed May 13 14:44:08 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2020/04/23 10:34:53 adam Exp $ +$NetBSD: distinfo,v 1.9 2020/05/13 14:44:08 adam Exp $ -SHA1 (WebTest-2.0.34.tar.gz) = 690f04ccb7d341f6f24ccbcd05c6268fff48faa1 -RMD160 (WebTest-2.0.34.tar.gz) = f799725ad3597dae0f2766eb190ff1c6dfa7dd61 -SHA512 (WebTest-2.0.34.tar.gz) = 12f0d3e891d436f011f4a3a2e8e64363d87713d2a410b9220271e5f0c0b918b5cd87dc4359d1164cb67e02ad318eabfae282b4eaacb4804afbf475abebc6fd95 -Size (WebTest-2.0.34.tar.gz) = 76209 bytes +SHA1 (WebTest-2.0.35.tar.gz) = 4dd3377f2aae74c2f35bf8b77906c3fd15c58ba7 +RMD160 (WebTest-2.0.35.tar.gz) = 29eb0d9ea4e4516a774cab33c53623afe041e0cb +SHA512 (WebTest-2.0.35.tar.gz) = ecad031702a9d2031d4e2230dc8213aaa6b1a3e9e6add296ee796aa2ef77d81c992dc24e481f721bc34711d1e33f3932d56cec4be3d62ee82a71fb405942c339 +Size (WebTest-2.0.35.tar.gz) = 76227 bytes SHA1 (patch-setup.py) = cb97658fb237eaf2307a1ef4effaa8491d796b3a --_----------=_1589381048127030--