Received: by mail.netbsd.org (Postfix, from userid 605) id C5BC184DC0; Wed, 12 Feb 2020 07:54:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4F17C84D6C for ; Wed, 12 Feb 2020 07:54: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 3jYzXObmRTNf for ; Wed, 12 Feb 2020 07:54:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C5DDB84CD4 for ; Wed, 12 Feb 2020 07:54:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BFB12FBF4; Wed, 12 Feb 2020 07:54:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158149406364330" MIME-Version: 1.0 Date: Wed, 12 Feb 2020 07:54:23 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-pbr To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200212075423.BFB12FBF4@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. --_----------=_158149406364330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Feb 12 07:54:23 UTC 2020 Modified Files: pkgsrc/devel/py-pbr: Makefile distinfo Log Message: py-pbr: updated to 5.4.4 5.4.4 * trivial: Use 'open' context manager * Update to latest hacking * Mark strings as raw 5.4.2 * Add Python 3 Train unit tests 5.4.1 * Fix parsing on egg names with dashes from git URLs 5.4.0 * option to print only the version of a package 5.3.1 * Resolve some issue with tox.ini, setup.cfg 5.3.0 * Stop using pbr sphinx integration * Switch to release.o.o for constraints * Make WSGI tests listen on localhost * Fix Windows support * Allow git-tags to be SemVer compliant * Read description file as utf-8 To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-pbr/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-pbr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158149406364330 Content-Disposition: inline Content-Length: 1768 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.27 pkgsrc/devel/py-pbr/Makefile:1.28 --- pkgsrc/devel/py-pbr/Makefile:1.27 Sun Jun 2 03:12:48 2019 +++ pkgsrc/devel/py-pbr/Makefile Wed Feb 12 07:54:23 2020 @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.27 2019/06/02 03:12:48 mef Exp $ +# $NetBSD: Makefile,v 1.28 2020/02/12 07:54:23 adam Exp $ -DISTNAME= pbr-5.2.1 +DISTNAME= pbr-5.4.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pbr/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://docs.openstack.org/developer/pbr/ +HOMEPAGE= https://docs.openstack.org/pbr/ COMMENT= Python Build Reasonableness LICENSE= apache-2.0 Index: pkgsrc/devel/py-pbr/distinfo diff -u pkgsrc/devel/py-pbr/distinfo:1.23 pkgsrc/devel/py-pbr/distinfo:1.24 --- pkgsrc/devel/py-pbr/distinfo:1.23 Sun Jun 2 03:12:48 2019 +++ pkgsrc/devel/py-pbr/distinfo Wed Feb 12 07:54:23 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2019/06/02 03:12:48 mef Exp $ +$NetBSD: distinfo,v 1.24 2020/02/12 07:54:23 adam Exp $ -SHA1 (pbr-5.2.1.tar.gz) = bc9572c87ba46759fa14cf3ddd6f95513a3eb352 -RMD160 (pbr-5.2.1.tar.gz) = 9088b029662ac7bb116bbc14572ccb888dda2d08 -SHA512 (pbr-5.2.1.tar.gz) = 6f7ceb181d972a432b19c38e88a843ff6d85fc359fa6aa3fa425a1cf2d15081d29b187489f526c634998d0445c1650c75631575c7038072f2bc1b37b8dd47716 -Size (pbr-5.2.1.tar.gz) = 116908 bytes +SHA1 (pbr-5.4.4.tar.gz) = 8c964bacb32eb0b24ada9bfcd3dfe17cf4a3dfe2 +RMD160 (pbr-5.4.4.tar.gz) = 22fe773c1c725174769fa2be9905462f6f7cf42a +SHA512 (pbr-5.4.4.tar.gz) = da2c6c3020692215e02770ab5a31f2eccb489375e78ac2d796e3a413446c849699537d1188f0f5f83b4c8eea420af05c46cc6e2059b62ac530009ba4934e151f +Size (pbr-5.4.4.tar.gz) = 119599 bytes --_----------=_158149406364330--