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 077C37A266 for ; Mon, 29 May 2017 11:08:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AC1E284DB9; Mon, 29 May 2017 11:08:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3CA5B84DAF for ; Mon, 29 May 2017 11:08:24 +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 S_dAsbJbgUkH for ; Mon, 29 May 2017 11:08:23 +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 C2A1384D8E for ; Mon, 29 May 2017 11:08:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C066FFBE4; Mon, 29 May 2017 11:08:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149605610362690" MIME-Version: 1.0 Date: Mon, 29 May 2017 11:08:23 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-pbr To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170529110823.C066FFBE4@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. --_----------=_149605610362690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon May 29 11:08:23 UTC 2017 Modified Files: pkgsrc/devel/py-pbr: Makefile distinfo Log Message: Updated py-pbr to 3.0.1. 3.0.1 ----- * builddoc: uses the new Sphinx 1.6 code for multiple builder * Updated from global requirements * Fix missing comment from previous change * trivial: Add note about multiple builders support To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-pbr/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-pbr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149605610362690 Content-Disposition: inline Content-Length: 1568 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-pbr/Makefile diff -u pkgsrc/devel/py-pbr/Makefile:1.17 pkgsrc/devel/py-pbr/Makefile:1.18 --- pkgsrc/devel/py-pbr/Makefile:1.17 Thu Apr 27 12:59:04 2017 +++ pkgsrc/devel/py-pbr/Makefile Mon May 29 11:08:23 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2017/04/27 12:59:04 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2017/05/29 11:08:23 wiz Exp $ -DISTNAME= pbr-3.0.0 +DISTNAME= pbr-3.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pbr/} Index: pkgsrc/devel/py-pbr/distinfo diff -u pkgsrc/devel/py-pbr/distinfo:1.15 pkgsrc/devel/py-pbr/distinfo:1.16 --- pkgsrc/devel/py-pbr/distinfo:1.15 Thu Apr 27 12:59:04 2017 +++ pkgsrc/devel/py-pbr/distinfo Mon May 29 11:08:23 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2017/04/27 12:59:04 wiz Exp $ +$NetBSD: distinfo,v 1.16 2017/05/29 11:08:23 wiz Exp $ -SHA1 (pbr-3.0.0.tar.gz) = b9db064c793e3b2a924af8252c37dcadfd4f0c0c -RMD160 (pbr-3.0.0.tar.gz) = 775a794b5f5d9a8011875a677409f8c442b519dc -SHA512 (pbr-3.0.0.tar.gz) = 390151b24ee4890d7bd0b0f739b158d868ce231b68703e6054da524c7a8335055054db4be0cf53ae32b3bfd568fb6020c2536dff307b1374259b46429b483e99 -Size (pbr-3.0.0.tar.gz) = 99062 bytes +SHA1 (pbr-3.0.1.tar.gz) = 0281587b971d66b80f173fa96c1b2cc97794fdff +RMD160 (pbr-3.0.1.tar.gz) = 7a624c2e92158a4bc25cd08f166e8016f7213d1f +SHA512 (pbr-3.0.1.tar.gz) = 30ffb8f0c0184c7613add7094ff065d709d9c83e829f7e65ea60f5d1e0fbd267c3067aed8eff0c7767110b079e118141743f4f63185f8617925566ff14a40412 +Size (pbr-3.0.1.tar.gz) = 100518 bytes --_----------=_149605610362690--