[zanata-python-client/el6] Change to version 1.3.2, add require for python-polib 0.7.0-2

james ni jamesni at fedoraproject.org
Fri Nov 4 06:06:35 UTC 2011


commit f6c86c1f15c86cbaf5624047a5458cb1c8725204
Author: James Ni <kent.neo at gmail.com>
Date:   Fri Nov 4 14:06:25 2011 +0800

    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 <jni at redhat.com> - 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 <jni at redhat.com> - 1.3.1-1
 - Fix #rhbz734270 Reinstate publican/po push '--import-po' option
 


More information about the scm-commits mailing list