Received: by mail.netbsd.org (Postfix, from userid 605) id 12D0984D62; Sat, 11 Apr 2020 16:24:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A2C6084D8D for ; Sat, 11 Apr 2020 16:24:53 +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 iaUKnq43fHMa for ; Sat, 11 Apr 2020 16:24:53 +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 2D9C884CF1 for ; Sat, 11 Apr 2020 16:24:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 26FD4FB27; Sat, 11 Apr 2020 16:24:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1586622293252670" MIME-Version: 1.0 Date: Sat, 11 Apr 2020 16:24:53 +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: <20200411162453.26FD4FB27@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. --_----------=_1586622293252670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Apr 11 16:24:53 UTC 2020 Modified Files: pkgsrc/www/py-terminado: Makefile distinfo Log Message: py-terminado: updated to 0.8.3 0.8.3: Unknown changes To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 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. --_----------=_1586622293252670 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.4 pkgsrc/www/py-terminado/Makefile:1.5 --- pkgsrc/www/py-terminado/Makefile:1.4 Thu Apr 4 07:26:25 2019 +++ pkgsrc/www/py-terminado/Makefile Sat Apr 11 16:24:52 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2019/04/04 07:26:25 adam Exp $ +# $NetBSD: Makefile,v 1.5 2020/04/11 16:24:52 adam Exp $ -DISTNAME= terminado-0.8.2 +DISTNAME= terminado-0.8.3 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.4 pkgsrc/www/py-terminado/distinfo:1.5 --- pkgsrc/www/py-terminado/distinfo:1.4 Thu Apr 4 07:26:25 2019 +++ pkgsrc/www/py-terminado/distinfo Sat Apr 11 16:24:52 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2019/04/04 07:26:25 adam Exp $ +$NetBSD: distinfo,v 1.5 2020/04/11 16:24:52 adam Exp $ -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 +SHA1 (terminado-0.8.3.tar.gz) = b00dfe43283a5fd74683227bf3b1cfef0573e9a4 +RMD160 (terminado-0.8.3.tar.gz) = 560debcbd40f868b5cb8aaed91f63abcc507f0ac +SHA512 (terminado-0.8.3.tar.gz) = 441355cdc919b6f04b1bf1eb870f24e0bd6c7ef412e72e1747707049b1fa0d6676644e3646007f2653b3df00e1f30048d9dc40d73f0827b2bbfc0821549e140b +Size (terminado-0.8.3.tar.gz) = 21165 bytes --_----------=_1586622293252670--