From fd69368cc02f707efec9c790b0d19976c96f2c48 Mon Sep 17 00:00:00 2001 From: James Ni Date: Mon, 28 May 2012 11:59:35 +0800 Subject: [PATCH] change to version 1.3.6 --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 14 ++++++++++++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 520ac34..caa7245 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /zanata-python-client-1.3.3.tar.gz /zanata-python-client-1.3.4.tar.gz /zanata-python-client-1.3.5.tar.gz +/zanata-python-client-1.3.6.tar.gz diff --git a/sources b/sources index 2478e27..c270a5a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1de3ce441e6e3f27ed56744e18802b36 zanata-python-client-1.3.5.tar.gz +4d225bb0f4845c2c2bed890c1f7536d1 zanata-python-client-1.3.6.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 74d1d02..c7a9bbd 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.5 +Version: 1.3.6 Release: 1%{?dist} Summary: Python Client for Zanata Server @@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-setuptools Requires: python-polib >= 0.7.0-2 -Requires: python-httplib2 +Requires: python-httplib2 >= 0.7.4-1 Requires: python-hashlib %{?el5:Requires: python-simplejson} Conflicts: python-json @@ -48,6 +48,16 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Mon May 28 2012 James Ni - 1.3.6-1 +- Fixed rhbz#814593, "TypeError: 'unicode' object does not support item assignment" when pulling translation from server +- Fixed rhbz#820046, Python client generates empty msgctxt "" when pushing +- Fixed rhbz#795643, Python client pushes extracted comments instead of translator comments +- Add option --disable-ssl-cert to python client +- Add help message for noskeletons option in pull, change content of Error 403 +- Fixed the query param of skeletons +- Implment --push-type option, omit --push-trans when specify --push-type option +- Refactoring code and remove duplicate code + * Thu Apr 26 2012 James Ni - 1.3.5-1 - Fixed rhbz#814593, "TypeError: 'unicode' object does not support item assignment" when pulling translation from server - Part of rhbz#736898, implement push-trans-only option in python client so that user can do offline translation