Received: by mail.netbsd.org (Postfix, from userid 605) id BE3C284D66; Thu, 17 May 2018 10:38:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3F81C84D65 for ; Thu, 17 May 2018 10:38:14 +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 q21CrPYCBEzy for ; Thu, 17 May 2018 10:38:13 +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 B52E084CCE for ; Thu, 17 May 2018 10:38:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AE183FBEC; Thu, 17 May 2018 10:38:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1526553493127030" MIME-Version: 1.0 Date: Thu, 17 May 2018 10:38:13 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/converters/py-confusable_homoglyphs To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180517103813.AE183FBEC@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. --_----------=_1526553493127030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu May 17 10:38:13 UTC 2018 Modified Files: pkgsrc/converters/py-confusable_homoglyphs: Makefile distinfo Log Message: py-confusable_homoglyphs: updated to 3.1.1 3.1.1: Bug fixes. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/converters/py-confusable_homoglyphs/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/converters/py-confusable_homoglyphs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1526553493127030 Content-Disposition: inline Content-Length: 1996 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/py-confusable_homoglyphs/Makefile diff -u pkgsrc/converters/py-confusable_homoglyphs/Makefile:1.2 pkgsrc/converters/py-confusable_homoglyphs/Makefile:1.3 --- pkgsrc/converters/py-confusable_homoglyphs/Makefile:1.2 Sun Dec 10 16:46:16 2017 +++ pkgsrc/converters/py-confusable_homoglyphs/Makefile Thu May 17 10:38:13 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2017/12/10 16:46:16 adam Exp $ +# $NetBSD: Makefile,v 1.3 2018/05/17 10:38:13 adam Exp $ -DISTNAME= confusable_homoglyphs-3.0.0 +DISTNAME= confusable_homoglyphs-3.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= converters python MASTER_SITES= ${MASTER_SITE_PYPI:=c/confusable_homoglyphs/} Index: pkgsrc/converters/py-confusable_homoglyphs/distinfo diff -u pkgsrc/converters/py-confusable_homoglyphs/distinfo:1.1 pkgsrc/converters/py-confusable_homoglyphs/distinfo:1.2 --- pkgsrc/converters/py-confusable_homoglyphs/distinfo:1.1 Sun Dec 10 16:34:41 2017 +++ pkgsrc/converters/py-confusable_homoglyphs/distinfo Thu May 17 10:38:13 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/12/10 16:34:41 adam Exp $ +$NetBSD: distinfo,v 1.2 2018/05/17 10:38:13 adam Exp $ -SHA1 (confusable_homoglyphs-3.0.0.tar.gz) = 0af8dbd0a33a2e095e8fdc48bb7b2c31f716b4a7 -RMD160 (confusable_homoglyphs-3.0.0.tar.gz) = 0a16a1c8ceeccb92a401050cd3064f57d39b75f3 -SHA512 (confusable_homoglyphs-3.0.0.tar.gz) = 2ca5ba33fa7020890bc176d4600fe7ae8b9ffb6194b49d61cfaadfda095c5f0cf7a94337a82253900308158236ef18503d3e91183064ffbc715d761d9992b413 -Size (confusable_homoglyphs-3.0.0.tar.gz) = 188836 bytes +SHA1 (confusable_homoglyphs-3.1.1.tar.gz) = 8484d93506af8dfeed80fa430ad106d338a84723 +RMD160 (confusable_homoglyphs-3.1.1.tar.gz) = 9fb5d823205f9bff1ece5194bd9c97933a5835de +SHA512 (confusable_homoglyphs-3.1.1.tar.gz) = 7909607b5a15e48c2a20d8b70e85195278ceafbde908d6df1e0ef57bf138082fc3a2eff9317b17de985159ed8fbcd3267e7f0e898382ac6a23e41b2977a07b95 +Size (confusable_homoglyphs-3.1.1.tar.gz) = 161575 bytes --_----------=_1526553493127030--