Received: by mail.netbsd.org (Postfix, from userid 605) id 5E3C3855BF; Wed, 21 Jun 2017 10:27:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E2678855BE for ; Wed, 21 Jun 2017 10:27:55 +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 cENSnjNHqHmY for ; Wed, 21 Jun 2017 10:27:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 74AE3855B6 for ; Wed, 21 Jun 2017 10:27:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6EA79FAE8; Wed, 21 Jun 2017 10:27:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1498040875123520" MIME-Version: 1.0 Date: Wed, 21 Jun 2017 10:27:55 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-argh To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170621102755.6EA79FAE8@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. --_----------=_1498040875123520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jun 21 10:27:55 UTC 2017 Modified Files: pkgsrc/devel/py-argh: Makefile distinfo Log Message: 0.26.2: This is a maintenance release. Just a few changes: * Removed official support for Python 3.4, added for 3.5. * Various tox-related improvements for development. * Improved documentation. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-argh/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-argh/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1498040875123520 Content-Disposition: inline Content-Length: 1590 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-argh/Makefile diff -u pkgsrc/devel/py-argh/Makefile:1.5 pkgsrc/devel/py-argh/Makefile:1.6 --- pkgsrc/devel/py-argh/Makefile:1.5 Wed Jun 8 17:43:29 2016 +++ pkgsrc/devel/py-argh/Makefile Wed Jun 21 10:27:55 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2016/06/08 17:43:29 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/06/21 10:27:55 adam Exp $ -DISTNAME= argh-0.26.1 +DISTNAME= argh-0.26.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=a/argh/} Index: pkgsrc/devel/py-argh/distinfo diff -u pkgsrc/devel/py-argh/distinfo:1.3 pkgsrc/devel/py-argh/distinfo:1.4 --- pkgsrc/devel/py-argh/distinfo:1.3 Tue Nov 3 03:29:04 2015 +++ pkgsrc/devel/py-argh/distinfo Wed Jun 21 10:27:55 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 03:29:04 agc Exp $ +$NetBSD: distinfo,v 1.4 2017/06/21 10:27:55 adam Exp $ -SHA1 (argh-0.26.1.tar.gz) = 5411db27524efc8d37e1310cdd4529a97c092557 -RMD160 (argh-0.26.1.tar.gz) = f7bc66643989d50b5c1a240710a75b478fb1f0af -SHA512 (argh-0.26.1.tar.gz) = 8c286434b13fe72eca7c35313581921f49ab8934e0c791bd230ed775067507dc492b73b76c9ec521161395aeb8d1cfedc71e3251bba8f68d2227c3cf56c326bf -Size (argh-0.26.1.tar.gz) = 32261 bytes +SHA1 (argh-0.26.2.tar.gz) = fcaf054715f9626419329bfa6be0ce9c62687c9d +RMD160 (argh-0.26.2.tar.gz) = 42da2aa1dfae654419acfc62db73d0fb27ecd23f +SHA512 (argh-0.26.2.tar.gz) = 90382900d5cec9629dacb4459a2c9491d1425b66fa3f90d7cbf511dec846a99dbb9424f3e08f0c006da48fbf9c067078705be70b314700541fd800630e4b1707 +Size (argh-0.26.2.tar.gz) = 32913 bytes --_----------=_1498040875123520--