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 840007A218 for ; Mon, 22 Aug 2016 13:30:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 34B9085F2D; Mon, 22 Aug 2016 13:30:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B8BFF85F2B for ; Mon, 22 Aug 2016 13:30:40 +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 fQMpFMrEImFo for ; Mon, 22 Aug 2016 13:30:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4DDFC85F25 for ; Mon, 22 Aug 2016 13:30:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4BB2FFBC3; Mon, 22 Aug 2016 13:30:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1471872640215870" MIME-Version: 1.0 Date: Mon, 22 Aug 2016 13:30:40 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/py-test-httpbin To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160822133040.4BB2FFBC3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1471872640215870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Aug 22 13:30:40 UTC 2016 Modified Files: pkgsrc/www/py-test-httpbin: Makefile distinfo Log Message: Updated py-test-httpbin to 0.2.3. Changes not found. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-test-httpbin/Makefile \ pkgsrc/www/py-test-httpbin/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1471872640215870 Content-Disposition: inline Content-Length: 1743 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-test-httpbin/Makefile diff -u pkgsrc/www/py-test-httpbin/Makefile:1.1 pkgsrc/www/py-test-httpbin/Makefile:1.2 --- pkgsrc/www/py-test-httpbin/Makefile:1.1 Sat Jan 2 10:46:01 2016 +++ pkgsrc/www/py-test-httpbin/Makefile Mon Aug 22 13:30:40 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2016/01/02 10:46:01 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2016/08/22 13:30:40 wiz Exp $ -DISTNAME= pytest-httpbin-0.2.0 +DISTNAME= pytest-httpbin-0.2.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= www MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-httpbin/} Index: pkgsrc/www/py-test-httpbin/distinfo diff -u pkgsrc/www/py-test-httpbin/distinfo:1.1 pkgsrc/www/py-test-httpbin/distinfo:1.2 --- pkgsrc/www/py-test-httpbin/distinfo:1.1 Sat Jan 2 10:46:01 2016 +++ pkgsrc/www/py-test-httpbin/distinfo Mon Aug 22 13:30:40 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/01/02 10:46:01 wiz Exp $ +$NetBSD: distinfo,v 1.2 2016/08/22 13:30:40 wiz Exp $ -SHA1 (pytest-httpbin-0.2.0.tar.gz) = ede37c09d9dd48e41fee2d0a22f6eea584bc89da -RMD160 (pytest-httpbin-0.2.0.tar.gz) = acec12de5ea854cfd287745524f4972b7af27a0f -SHA512 (pytest-httpbin-0.2.0.tar.gz) = a8e80979de59578a7cf16fa6cc08386bac9357bc8b48e34fc2a24cea18d531e61bf3c2474f8fc1b230dcd31641cb4bc960bab05e4bdbab98637c2fbf08671bfd -Size (pytest-httpbin-0.2.0.tar.gz) = 9372 bytes +SHA1 (pytest-httpbin-0.2.3.tar.gz) = c775e1a034da94717a60bdcb252881314c8a885a +RMD160 (pytest-httpbin-0.2.3.tar.gz) = f16a9cf545b0f88c546307680fe8ae2f6466870c +SHA512 (pytest-httpbin-0.2.3.tar.gz) = f3c4eb67d1b02c27d8edb42622793fa3604e3f0bd5086e4986b8f0402a9fb8d7969a466be92fc6a7e301e829dbeb300183b40dccc9ec5da1d158cb4d08274f8b +Size (pytest-httpbin-0.2.3.tar.gz) = 9498 bytes --_----------=_1471872640215870--