Received: by mail.netbsd.org (Postfix, from userid 605) id DB40184D7A; Sun, 23 Sep 2018 18:23:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DC59684D36 for ; Sun, 23 Sep 2018 18:23:23 +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 knx1roVpzz5f for ; Sun, 23 Sep 2018 18:23:23 +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 14D5A84D22 for ; Sun, 23 Sep 2018 18:23:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 08A46FBEE; Sun, 23 Sep 2018 18:23:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1537727003294870" MIME-Version: 1.0 Date: Sun, 23 Sep 2018 18:23:23 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/transifex-client To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20180923182323.08A46FBEE@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. --_----------=_1537727003294870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: taca Date: Sun Sep 23 18:23:22 UTC 2018 Modified Files: pkgsrc/devel/transifex-client: Makefile distinfo Log Message: devel/transifex-client: update to 0.13.4 0.13.4 (2018-07-03) * Support for Python 3.7 * Make the wizard handle unknown file formats gracefully 0.13.3 (2018-04-30) * Use the TX_TOKEN environment variable to set your Transifex API token. This essentially replaces the --token argument in the tx init command, and does not write any credentials in the .transifexrc file. * Add the --no-interactive argument in the tx pull command, for the case where no user input is required. This is needed in some cases where a CI does not want to proceed with user input and needs to fail silently. 0.13.2 (2018-04-02) * Push and pull files more quickly by using the new --parallel option with tx push and tx pull to make parallel requests. This is a beta feature - be careful when using it with many files as it may cause you to hit your API rate limits. * --expression is now a named argument for tx config mapping so it”Ēs consistent with the tx config mapping-bulk command with regard to how you pass a file path expression. * The algorithm for locating translation files has been optimized to improve performance in cases where you have many files in your working directory. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/transifex-client/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/transifex-client/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1537727003294870 Content-Disposition: inline Content-Length: 2183 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/transifex-client/Makefile diff -u pkgsrc/devel/transifex-client/Makefile:1.12 pkgsrc/devel/transifex-client/Makefile:1.13 --- pkgsrc/devel/transifex-client/Makefile:1.12 Wed Apr 18 19:47:20 2018 +++ pkgsrc/devel/transifex-client/Makefile Sun Sep 23 18:23:22 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2018/04/18 19:47:20 kamil Exp $ +# $NetBSD: Makefile,v 1.13 2018/09/23 18:23:22 taca Exp $ -DISTNAME= transifex-client-0.13.1 +DISTNAME= transifex-client-0.13.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=transifex/} @@ -10,6 +10,9 @@ COMMENT= Transifex Command-line Client LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.14:../../www/py-urllib3 +DEPENDS+= ${PYPKGPREFIX}-six>=1.11:../../lang/py-six +DEPENDS+= ${PYPKGPREFIX}-requests>=2.19:../../devel/py-requests +DEPENDS+= ${PYPKGPREFIX}-python-slugify>=1.2.5:../../devel/py-python-slugify .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/transifex-client/distinfo diff -u pkgsrc/devel/transifex-client/distinfo:1.7 pkgsrc/devel/transifex-client/distinfo:1.8 --- pkgsrc/devel/transifex-client/distinfo:1.7 Wed Apr 18 19:47:20 2018 +++ pkgsrc/devel/transifex-client/distinfo Sun Sep 23 18:23:22 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2018/04/18 19:47:20 kamil Exp $ +$NetBSD: distinfo,v 1.8 2018/09/23 18:23:22 taca Exp $ -SHA1 (transifex-client-0.13.1.tar.gz) = 77ab8ad61c8d0beeff3579d9279fda163cc38b54 -RMD160 (transifex-client-0.13.1.tar.gz) = 7d38055573a2b794538e783bfaa301f50aa7819c -SHA512 (transifex-client-0.13.1.tar.gz) = 3b251b400f2bc131f3a4892d5d15f558f0f203e72aed7869c046f4e1295246d0523b6e61826b2ee29a6a4242c28f7505bb1c98bc5bb4ba8cdcf9703bf0292753 -Size (transifex-client-0.13.1.tar.gz) = 208849 bytes +SHA1 (transifex-client-0.13.4.tar.gz) = fab6a3590da3b5c69ebbf17dc63e915e75ff127f +RMD160 (transifex-client-0.13.4.tar.gz) = fb1c3a069ac8db1a5a7b7f7cf326fe3e38b93ec4 +SHA512 (transifex-client-0.13.4.tar.gz) = 171ca5231f61f7d7b9bea803b6ee1fbfd4be0cf2889a1494844d8c8ed99f63c6ce2f4c7a1c89104121b9819c7904b61304b065a2286153c51122e1aa91ad5bd3 +Size (transifex-client-0.13.4.tar.gz) = 213187 bytes --_----------=_1537727003294870--