Received: by mail.netbsd.org (Postfix, from userid 605) id D8C4684DAD; Thu, 4 Apr 2019 07:26:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B45484DA4 for ; Thu, 4 Apr 2019 07:26:48 +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 XV_DVfS4sZZs for ; Thu, 4 Apr 2019 07:26:26 +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 0C14984D32 for ; Thu, 4 Apr 2019 07:26:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F07C0FB16; Thu, 4 Apr 2019 07:26:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1554362785227280" MIME-Version: 1.0 Date: Thu, 4 Apr 2019 07:26:25 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-terminado To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190404072625.F07C0FB16@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. --_----------=_1554362785227280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Apr 4 07:26:25 UTC 2019 Modified Files: pkgsrc/www/py-terminado: Makefile distinfo Log Message: py-terminado: updated to 0.8.2 0.8.2: Bug fixes. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-terminado/Makefile \ pkgsrc/www/py-terminado/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1554362785227280 Content-Disposition: inline Content-Length: 1664 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-terminado/Makefile diff -u pkgsrc/www/py-terminado/Makefile:1.3 pkgsrc/www/py-terminado/Makefile:1.4 --- pkgsrc/www/py-terminado/Makefile:1.3 Fri Dec 1 08:56:12 2017 +++ pkgsrc/www/py-terminado/Makefile Thu Apr 4 07:26:25 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2017/12/01 08:56:12 adam Exp $ +# $NetBSD: Makefile,v 1.4 2019/04/04 07:26:25 adam Exp $ -DISTNAME= terminado-0.8.1 +DISTNAME= terminado-0.8.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=t/terminado/} Index: pkgsrc/www/py-terminado/distinfo diff -u pkgsrc/www/py-terminado/distinfo:1.3 pkgsrc/www/py-terminado/distinfo:1.4 --- pkgsrc/www/py-terminado/distinfo:1.3 Fri Dec 1 08:56:12 2017 +++ pkgsrc/www/py-terminado/distinfo Thu Apr 4 07:26:25 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2017/12/01 08:56:12 adam Exp $ +$NetBSD: distinfo,v 1.4 2019/04/04 07:26:25 adam Exp $ -SHA1 (terminado-0.8.1.tar.gz) = b99efb25c9bc9c8ae4ccd9a9b7996e436bb742c8 -RMD160 (terminado-0.8.1.tar.gz) = ab8bd6dc649f37bc99f5ffeec45898b1b6217879 -SHA512 (terminado-0.8.1.tar.gz) = 5cf5259954339d567c41b8ef3b4d77de4f69fe41fd371e63775c9d8d5870ee801795462654f16978f4c86e381fcd26437e307458db9ee4e575d31d5377f2a749 -Size (terminado-0.8.1.tar.gz) = 21134 bytes +SHA1 (terminado-0.8.2.tar.gz) = 16e24dd723b08de1e95181bdd6d24503ab7351b2 +RMD160 (terminado-0.8.2.tar.gz) = f352ef910121d4c673df7f819b355ca15cfce094 +SHA512 (terminado-0.8.2.tar.gz) = d0c7c5f8b0ee3a5a4f23fd8bb10df9a63a7929e11acb337709f8748d794a267ee8f5c0bb55f66a85aab1c66939ee8b68d9aa3ef02c23ac9c3eee50f599b9ea64 +Size (terminado-0.8.2.tar.gz) = 21041 bytes --_----------=_1554362785227280--