pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/transifex-client



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Mar 23 15:02:05 UTC 2018

Modified Files:
        pkgsrc/devel/transifex-client: Makefile PLIST distinfo

Log Message:
devel/transifex-client: update to 0.13.1

0.12.2                                  2016/08/10

* Better proxy support

0.12.3                                  2017/01/31

* XLIFF and tokens support

0.12.4                                  2017/02/07

* Fixes to XLIFF support

0.12.5                                  2017/11/02

* Support for Basic Authentication when using the client behind a proxy
* Support for sourceastranslation and onlyreviewed modes when pulling files
* Return non-zero exit codes on errors
* $ tx --version now includes information about the Python version and
  architecture you're running
* Some updates and minor fixes in logging/error messages

0.13.0                                  2018/01/08

* Rename set command to config while maintaining backwards compatibility.
* --auto-local, --auto-remote options have become mapping and mapping-remote
  subcommands. Backwards compatibility has been maintained and the options
  (and subcommands) are supported both when using tx set and tx config
  commands.
* Introduce mapping-bulk subcommand to tx config command. mapping-bulk is
  similar to mapping but configures a whole directory of files and not a
  single file.
* Support branch specific push / pull using the --branch option.
* Add interactive wizard for tx config command. Interactive wizard is
  triggered by default after tx init if --skipsetup option is not passed and
  by the tx config if called without any options or subcommands.

0.13.1                                  2018/02/09

* Fix some python 3 compatibility issues
* Fix CI for python 3
* Add Python 3.6 in the supported versions

Note: For windows executables for more python version see:
https://ci.appveyor.com/project/transifex/transifex-client/build/1.0.445.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/transifex-client/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/transifex-client/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/transifex-client/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/transifex-client/Makefile
diff -u pkgsrc/devel/transifex-client/Makefile:1.10 pkgsrc/devel/transifex-client/Makefile:1.11
--- pkgsrc/devel/transifex-client/Makefile:1.10 Sun Jan 29 14:57:42 2017
+++ pkgsrc/devel/transifex-client/Makefile      Fri Mar 23 15:02:05 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/01/29 14:57:42 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2018/03/23 15:02:05 taca Exp $
 
 DISTNAME=      ${VERS}
 PKGNAME=       transifex-client-${VERS}
@@ -12,7 +12,7 @@ LICENSE=      gnu-gpl-v2
 
 DEPENDS+=      ${PYPKGPREFIX}-urllib3>=1.14:../../www/py-urllib3
 
-VERS=          0.12.1
+VERS=          0.13.1
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 
 .include "../../lang/python/egg.mk"

Index: pkgsrc/devel/transifex-client/PLIST
diff -u pkgsrc/devel/transifex-client/PLIST:1.4 pkgsrc/devel/transifex-client/PLIST:1.5
--- pkgsrc/devel/transifex-client/PLIST:1.4     Thu Aug 11 14:49:01 2016
+++ pkgsrc/devel/transifex-client/PLIST Fri Mar 23 15:02:05 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2016/08/11 14:49:01 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/03/23 15:02:05 taca Exp $
 bin/tx
 ${PYSITELIB}/transifex_client-${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/transifex_client-${EGG_INFODIR}/SOURCES.txt
@@ -13,6 +13,9 @@ ${PYSITELIB}/txclib/__init__.pyo
 ${PYSITELIB}/txclib/__main__.py
 ${PYSITELIB}/txclib/__main__.pyc
 ${PYSITELIB}/txclib/__main__.pyo
+${PYSITELIB}/txclib/api.py
+${PYSITELIB}/txclib/api.pyc
+${PYSITELIB}/txclib/api.pyo
 ${PYSITELIB}/txclib/cacert.pem
 ${PYSITELIB}/txclib/cmdline.py
 ${PYSITELIB}/txclib/cmdline.pyc
@@ -29,6 +32,9 @@ ${PYSITELIB}/txclib/exceptions.pyo
 ${PYSITELIB}/txclib/log.py
 ${PYSITELIB}/txclib/log.pyc
 ${PYSITELIB}/txclib/log.pyo
+${PYSITELIB}/txclib/messages.py
+${PYSITELIB}/txclib/messages.pyc
+${PYSITELIB}/txclib/messages.pyo
 ${PYSITELIB}/txclib/parsers.py
 ${PYSITELIB}/txclib/parsers.pyc
 ${PYSITELIB}/txclib/parsers.pyo
@@ -50,3 +56,6 @@ ${PYSITELIB}/txclib/utils.pyo
 ${PYSITELIB}/txclib/web.py
 ${PYSITELIB}/txclib/web.pyc
 ${PYSITELIB}/txclib/web.pyo
+${PYSITELIB}/txclib/wizard.py
+${PYSITELIB}/txclib/wizard.pyc
+${PYSITELIB}/txclib/wizard.pyo

Index: pkgsrc/devel/transifex-client/distinfo
diff -u pkgsrc/devel/transifex-client/distinfo:1.5 pkgsrc/devel/transifex-client/distinfo:1.6
--- pkgsrc/devel/transifex-client/distinfo:1.5  Thu Aug 11 14:49:01 2016
+++ pkgsrc/devel/transifex-client/distinfo      Fri Mar 23 15:02:05 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/08/11 14:49:01 taca Exp $
+$NetBSD: distinfo,v 1.6 2018/03/23 15:02:05 taca Exp $
 
-SHA1 (0.12.1.tar.gz) = bc4c625e0c0d3ed8526392531661e1b488fb837f
-RMD160 (0.12.1.tar.gz) = 2e4a01aa2a46ce021ad8fd2429849bb6d3cd7195
-SHA512 (0.12.1.tar.gz) = e1e86eefea1fb5e4acd25a859964c33da5c1eca9afb65c8fe901306c0e368bd6ee6af3aa0c86e3f0f861596144cec9eef00c50349dad9ca90c3bf44c354e143e
-Size (0.12.1.tar.gz) = 191156 bytes
+SHA1 (0.13.1.tar.gz) = 77ab8ad61c8d0beeff3579d9279fda163cc38b54
+RMD160 (0.13.1.tar.gz) = 7d38055573a2b794538e783bfaa301f50aa7819c
+SHA512 (0.13.1.tar.gz) = 3b251b400f2bc131f3a4892d5d15f558f0f203e72aed7869c046f4e1295246d0523b6e61826b2ee29a6a4242c28f7505bb1c98bc5bb4ba8cdcf9703bf0292753
+Size (0.13.1.tar.gz) = 208849 bytes



Home | Main Index | Thread Index | Old Index