change to version 1.3.6
This commit is contained in:
parent
2b71bc0e47
commit
fd69368cc0
3 changed files with 14 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
1de3ce441e6e3f27ed56744e18802b36 zanata-python-client-1.3.5.tar.gz
|
||||
4d225bb0f4845c2c2bed890c1f7536d1 zanata-python-client-1.3.6.tar.gz
|
||||
|
|
|
|||
|
|
@ -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 <jni@redhat.com> - 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 <jni@redhat.com> - 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue