pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-zanata-python-client Update to 1.3.21



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7f88a5f02ba
branches:  trunk
changeset: 649728:c7f88a5f02ba
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Apr 08 18:48:54 2015 +0000

description:
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@localhost),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

diffstat:

 devel/py-zanata-python-client/Makefile |  9 +++++----
 devel/py-zanata-python-client/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (33 lines):

diff -r 12074a2fcb3f -r c7f88a5f02ba devel/py-zanata-python-client/Makefile
--- a/devel/py-zanata-python-client/Makefile    Wed Apr 08 18:45:54 2015 +0000
+++ b/devel/py-zanata-python-client/Makefile    Wed Apr 08 18:48:54 2015 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2015/01/09 14:28:13 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2015/04/08 18:48:54 ryoon Exp $
 
-ZANATACVER=    1.3.18
-DISTNAME=      zanata-python-client-${ZANATACVER}
+DISTNAME=      zanata-python-client-1.3.21
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel
-MASTER_SITES=  -https://github.com/zanata/zanata-python-client/archive/v${ZANATACVER}.tar.gz
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=zanata/}
+GITHUB_PROJECT=        zanata-python-client
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
 HOMEPAGE=      http://zanata.org/
diff -r 12074a2fcb3f -r c7f88a5f02ba devel/py-zanata-python-client/distinfo
--- a/devel/py-zanata-python-client/distinfo    Wed Apr 08 18:45:54 2015 +0000
+++ b/devel/py-zanata-python-client/distinfo    Wed Apr 08 18:48:54 2015 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2015/01/01 07:00:00 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2015/04/08 18:48:54 ryoon Exp $
 
-SHA1 (zanata-python-client-1.3.18.tar.gz) = 3130cefe8c9a1047fea2aaef3e17f4c5162a0103
-RMD160 (zanata-python-client-1.3.18.tar.gz) = 2c6860ee34d0339a46a8020edc54c04a753e989b
-Size (zanata-python-client-1.3.18.tar.gz) = 57552 bytes
+SHA1 (zanata-python-client-1.3.21.tar.gz) = d9f3fa020d8435ab0b7e3bc8a6c252b9d1c10fea
+RMD160 (zanata-python-client-1.3.21.tar.gz) = 1a2ed03669be4f8b81b0f191f33d3da5c44ea5bf
+Size (zanata-python-client-1.3.21.tar.gz) = 57580 bytes
 SHA1 (patch-VERSION-GEN) = 3ce2abadc697b163980c8c927fdb3e3d3ab458f3



Home | Main Index | Thread Index | Old Index