Received: by mail.netbsd.org (Postfix, from userid 605) id 3275585022; Mon, 30 Apr 2018 06:43:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2102585009 for ; Mon, 30 Apr 2018 06:43:16 +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 pggs9-RoNLbH for ; Mon, 30 Apr 2018 06:43:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6C93784CCD for ; Mon, 30 Apr 2018 06:43:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 68E78FBEC; Mon, 30 Apr 2018 06:43:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152507059545920" MIME-Version: 1.0 Date: Mon, 30 Apr 2018 06:43:15 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-jellyfish To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180430064315.68E78FBEC@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. --_----------=_152507059545920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Apr 30 06:43:15 UTC 2018 Modified Files: pkgsrc/textproc/py-jellyfish: Makefile distinfo Log Message: py-jellyfish: updated to 0.6.1 0.6.1: fixed wheel release issue To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-jellyfish/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-jellyfish/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152507059545920 Content-Disposition: inline Content-Length: 1722 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-jellyfish/Makefile diff -u pkgsrc/textproc/py-jellyfish/Makefile:1.3 pkgsrc/textproc/py-jellyfish/Makefile:1.4 --- pkgsrc/textproc/py-jellyfish/Makefile:1.3 Mon Apr 9 07:34:15 2018 +++ pkgsrc/textproc/py-jellyfish/Makefile Mon Apr 30 06:43:15 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2018/04/09 07:34:15 adam Exp $ +# $NetBSD: Makefile,v 1.4 2018/04/30 06:43:15 adam Exp $ -DISTNAME= jellyfish-0.6.0 +DISTNAME= jellyfish-0.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jellyfish/} Index: pkgsrc/textproc/py-jellyfish/distinfo diff -u pkgsrc/textproc/py-jellyfish/distinfo:1.2 pkgsrc/textproc/py-jellyfish/distinfo:1.3 --- pkgsrc/textproc/py-jellyfish/distinfo:1.2 Mon Apr 9 07:34:15 2018 +++ pkgsrc/textproc/py-jellyfish/distinfo Mon Apr 30 06:43:15 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2018/04/09 07:34:15 adam Exp $ +$NetBSD: distinfo,v 1.3 2018/04/30 06:43:15 adam Exp $ -SHA1 (jellyfish-0.6.0.tar.gz) = 65ce5d376e1f765c8539e2882901a87a49e680ae -RMD160 (jellyfish-0.6.0.tar.gz) = 536f65c58b2d26827b7cd1c84f7c6d26e4d28f9b -SHA512 (jellyfish-0.6.0.tar.gz) = 6121556ac9f9dbae99e56d359b86b309e89012312a3a868f51cda1c8beacc0904acf91cb77b072c78f7d8062c8c9bffd58cd55904481c2ee75693cc47209ad40 -Size (jellyfish-0.6.0.tar.gz) = 131111 bytes +SHA1 (jellyfish-0.6.1.tar.gz) = 78e5941b6d43020524b596cec72e537b88b25218 +RMD160 (jellyfish-0.6.1.tar.gz) = ec4e26d0cf1f312010369f026689db1c94e7f85e +SHA512 (jellyfish-0.6.1.tar.gz) = 2c694ed48daee7aa893121fefc2a4bcea75ff84f0f8d137ebfc1676e769cd05db1268b20a2163a4f8d4a860b69f9b65afa6fede5aba4770d89cf261827c44380 +Size (jellyfish-0.6.1.tar.gz) = 132560 bytes --_----------=_152507059545920--