From 57ded869fe0cfce0000e642e24ef726d65e01069 Mon Sep 17 00:00:00 2001 From: James Ni Date: Tue, 23 Aug 2011 18:17:43 +0800 Subject: [PATCH 1/2] add requirement for python-httplib2-0.4.0-5 --- zanata-python-client.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index b9ab643..e84276e 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-setuptools Requires: python-polib -Requires: python-httplib2 +Requires: python-httplib2 >= 0.4.0-5 %{?el5:Requires: python-simplejson} Conflicts: python-json %if 0%{?fedora} < 13 From f6c86c1f15c86cbaf5624047a5458cb1c8725204 Mon Sep 17 00:00:00 2001 From: James Ni Date: Fri, 4 Nov 2011 14:06:25 +0800 Subject: [PATCH 2/2] Change to version 1.3.2, add require for python-polib 0.7.0-2 --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 15 +++++++++++++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ac291d8..575875a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /zanata-python-client-1.2.6.tar.gz /zanata-python-client-1.3.0.tar.gz /zanata-python-client-1.3.1.tar.gz +/zanata-python-client-1.3.2.tar.gz diff --git a/sources b/sources index e74e91d..00cd988 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -357d966dfd2c49870046908ab5c3d02e zanata-python-client-1.3.1.tar.gz +950dd4c79270ee525b64109e93e41408 zanata-python-client-1.3.2.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 784852e..65ec016 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: zanata-python-client -Version: 1.3.1 +Version: 1.3.2 Release: 1%{?dist} Summary: Python Client for Zanata Server @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-setuptools -Requires: python-polib +Requires: python-polib >= 0.7.0-2 Requires: python-httplib2 >= 0.4.0-5 %{?el5:Requires: python-simplejson} Conflicts: python-json @@ -47,6 +47,17 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Thu Nov 03 2011 James Ni - 1.3.2-1 +- csv format glossary file support +- support msgctxt when pushing po file to server and pull it back +- Fixed rhbz#696474: python client should only delete files from server which no longer exist on client +- Fixed rhbz#690687: python client should log a message for 301 redirects +- Fixed rhbz#738510: --help does not list commands +- Fixed rhbz#740159: python client: pushing with --merge=import does not overwrite the translation on server +- Fixed rhbz#738907: can not disable copytrans option when pushing source to zanata server with --no-copytrans option +- Fixed rhbz#738514: zanata push fails with JSON error +- Fixed rhbz#750675: zanata client pull command should be able to reconstruct msgctxt and msgid + * Wed Aug 31 2011 James Ni - 1.3.1-1 - Fix #rhbz734270 Reinstate publican/po push '--import-po' option