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 BBCDF7A20D for ; Thu, 27 Apr 2017 12:59:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5C9C784DBD; Thu, 27 Apr 2017 12:59:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DFF7884D8C for ; Thu, 27 Apr 2017 12:59:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ZbxUZATPUrJ7 for ; Thu, 27 Apr 2017 12:59:04 +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 674A484CE2 for ; Thu, 27 Apr 2017 12:59:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5A6BCFBE4; Thu, 27 Apr 2017 12:59:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1493297944189370" MIME-Version: 1.0 Date: Thu, 27 Apr 2017 12:59:04 +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: <20170427125904.5A6BCFBE4@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. --_----------=_1493297944189370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Apr 27 12:59:04 UTC 2017 Modified Files: pkgsrc/devel/py-pbr: Makefile distinfo Log Message: Updated py-pbr to 3.0.0. 3.0.0 ----- * Remove 'build\_sphinx\_latex' * Stop building man pages by default * docs: Use definition lists * add image.nonlocal\_uri to the list of warnings ignored * doc: Document Sphinx integration * add changelog to published documentation To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-pbr/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-pbr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1493297944189370 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.16 pkgsrc/devel/py-pbr/Makefile:1.17 --- pkgsrc/devel/py-pbr/Makefile:1.16 Wed Apr 19 17:28:19 2017 +++ pkgsrc/devel/py-pbr/Makefile Thu Apr 27 12:59:04 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2017/04/19 17:28:19 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2017/04/27 12:59:04 wiz Exp $ -DISTNAME= pbr-2.1.0 +DISTNAME= pbr-3.0.0 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.14 pkgsrc/devel/py-pbr/distinfo:1.15 --- pkgsrc/devel/py-pbr/distinfo:1.14 Wed Apr 19 17:28:19 2017 +++ pkgsrc/devel/py-pbr/distinfo Thu Apr 27 12:59:04 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2017/04/19 17:28:19 wiz Exp $ +$NetBSD: distinfo,v 1.15 2017/04/27 12:59:04 wiz Exp $ -SHA1 (pbr-2.1.0.tar.gz) = cb5278676a96b429e491435ac04cfaf97b41d1c5 -RMD160 (pbr-2.1.0.tar.gz) = 0d0ec106b5cb5220957c8850e449aa60c610c486 -SHA512 (pbr-2.1.0.tar.gz) = a4a7b1c96545bd25f63a439608f22bc04309c518f78f0044d18f10ce7c9ceeca3da97be527f0330c65d875900a3729dea99dade95787fb2ea75c3ae387b36938 -Size (pbr-2.1.0.tar.gz) = 100858 bytes +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 --_----------=_1493297944189370--