pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/transifex-client devel/transifex-client: update ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c81664201ed1
branches:  trunk
changeset: 313220:c81664201ed1
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Sep 23 18:23:22 2018 +0000

description:
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.

diffstat:

 devel/transifex-client/Makefile |   7 +++++--
 devel/transifex-client/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r 218dc3a79425 -r c81664201ed1 devel/transifex-client/Makefile
--- a/devel/transifex-client/Makefile   Sun Sep 23 18:17:26 2018 +0000
+++ b/devel/transifex-client/Makefile   Sun Sep 23 18:23:22 2018 +0000
@@ -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 @@
 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"
diff -r 218dc3a79425 -r c81664201ed1 devel/transifex-client/distinfo
--- a/devel/transifex-client/distinfo   Sun Sep 23 18:17:26 2018 +0000
+++ b/devel/transifex-client/distinfo   Sun Sep 23 18:23:22 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index