Wed Apr 8 18:48:54 2015 UTC ()
Update to 1.3.21

* Convert to GITHUB framework.

Changelog:
1.3.21:
Fixed installation issue

@gnuman gnuman released this on 4 Mar

With version v1.3.20, could not install folder zanatalib inside build/lib/zanataclient, fixed this issue in setup.py

1.3.20:
Minor Bug fixes

@gnuman gnuman released this on 25 Feb 揃 1 commit to master since this release

    Improved error message
    Test case fix
    Added language option in command, zanata push --push-type target --lang af

1.3.19:
Fixed bug - 1194987 - NameError: global name 'project_type' is not defined

@gnuman gnuman released this on 23 Feb 揃 9 commits to master since this release

Bug 1194987 - NameError: global name 'project_type' is not defined

Fix by Richard W.M. Jones(rjones@redhat.com),added self keyword
project_type is member of class now,in previous versions it was a local member

Fetching po files is a basic thing, hence build is needed


(ryoon)
diff -r1.4 -r1.5 pkgsrc/devel/py-zanata-python-client/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/py-zanata-python-client/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/devel/py-zanata-python-client/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-zanata-python-client/Makefile 2015/01/09 14:28:13 1.4
+++ pkgsrc/devel/py-zanata-python-client/Makefile 2015/04/08 18:48:54 1.5
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.4 2015/01/09 14:28:13 joerg Exp $ 1# $NetBSD: Makefile,v 1.5 2015/04/08 18:48:54 ryoon Exp $
2 2
3ZANATACVER= 1.3.18 3DISTNAME= zanata-python-client-1.3.21
4DISTNAME= zanata-python-client-${ZANATACVER} 
5PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
6CATEGORIES= devel 5CATEGORIES= devel
7MASTER_SITES= -https://github.com/zanata/zanata-python-client/archive/v${ZANATACVER}.tar.gz 6MASTER_SITES= ${MASTER_SITE_GITHUB:=zanata/}
 7GITHUB_PROJECT= zanata-python-client
 8GITHUB_TAG= v${PKGVERSION_NOREV}
8 9
9MAINTAINER= ryoon@NetBSD.org 10MAINTAINER= ryoon@NetBSD.org
10HOMEPAGE= http://zanata.org/ 11HOMEPAGE= http://zanata.org/
11COMMENT= Zanata translation service client written in Python 12COMMENT= Zanata translation service client written in Python
12LICENSE= gnu-gpl-v3 AND gnu-lgpl-v2.1 13LICENSE= gnu-gpl-v3 AND gnu-lgpl-v2.1
13 14
14DEPENDS+= ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2 15DEPENDS+= ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2
15DEPENDS+= ${PYPKGPREFIX}-polib-[0-9]*:../../devel/py-polib 16DEPENDS+= ${PYPKGPREFIX}-polib-[0-9]*:../../devel/py-polib
16 17
17# TypeError: can't concat bytes to str 18# TypeError: can't concat bytes to str
18PYTHON_VERSIONS_INCOMPATIBLE= 34 33 19PYTHON_VERSIONS_INCOMPATIBLE= 34 33
19USE_LANGUAGES= # none 20USE_LANGUAGES= # none
20 21

cvs diff -r1.1 -r1.2 pkgsrc/devel/py-zanata-python-client/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-zanata-python-client/distinfo 2015/01/01 07:00:00 1.1
+++ pkgsrc/devel/py-zanata-python-client/distinfo 2015/04/08 18:48:54 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2015/01/01 07:00:00 ryoon Exp $ 1$NetBSD: distinfo,v 1.2 2015/04/08 18:48:54 ryoon Exp $
2 2
3SHA1 (zanata-python-client-1.3.18.tar.gz) = 3130cefe8c9a1047fea2aaef3e17f4c5162a0103 3SHA1 (zanata-python-client-1.3.21.tar.gz) = d9f3fa020d8435ab0b7e3bc8a6c252b9d1c10fea
4RMD160 (zanata-python-client-1.3.18.tar.gz) = 2c6860ee34d0339a46a8020edc54c04a753e989b 4RMD160 (zanata-python-client-1.3.21.tar.gz) = 1a2ed03669be4f8b81b0f191f33d3da5c44ea5bf
5Size (zanata-python-client-1.3.18.tar.gz) = 57552 bytes 5Size (zanata-python-client-1.3.21.tar.gz) = 57580 bytes
6SHA1 (patch-VERSION-GEN) = 3ce2abadc697b163980c8c927fdb3e3d3ab458f3 6SHA1 (patch-VERSION-GEN) = 3ce2abadc697b163980c8c927fdb3e3d3ab458f3