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 b7a85bf..f297968 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 Requires: python-hashlib %{?el5:Requires: python-simplejson} @@ -48,6 +48,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