From 502b432d91595c76243f1339278b6c4bf8ebedd0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 04:03:06 +0000 Subject: [PATCH 1/3] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- zanata-python-client.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index f3363d8..9ea79b1 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -2,7 +2,7 @@ %{!?python2_sitelib: %global python2_sitelib %{python_sitelib}} Name: zanata-python-client Version: 1.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ Group: Applications/Text @@ -52,6 +52,9 @@ rm -rf %{buildroot} %{python2_sitelib} %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 1.4.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Thu Jan 21 2016 Ding-Yi Chen - 1.4.2-1 - Upstream update to 1.4.2 From 8140e4380e055c18c7dc05c93650066bfebbe443 Mon Sep 17 00:00:00 2001 From: Ding-Yi Chen Date: Fri, 15 Apr 2016 11:02:37 +1000 Subject: [PATCH 2/3] update(package): 1.5.0 --- zanata-python-client.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 9ea79b1..e4d3fab 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,8 +1,8 @@ %{!?__python2: %global __python2 %{__python}} %{!?python2_sitelib: %global python2_sitelib %{python_sitelib}} Name: zanata-python-client -Version: 1.4.2 -Release: 2%{?dist} +Version: 1.5.0 +Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ Group: Applications/Text @@ -52,6 +52,9 @@ rm -rf %{buildroot} %{python2_sitelib} %changelog +* Fri Apr 15 2016 Ding-Yi Chen - 1.5.0-1 +- Upstream update to 1.5.0-1 + * Fri Feb 05 2016 Fedora Release Engineering - 1.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 64841032fa2d68ce3e8d7ed35c8e5e7dba2688fe Mon Sep 17 00:00:00 2001 From: Sundeep Anand Date: Fri, 15 Apr 2016 16:16:18 +0530 Subject: [PATCH 3/3] v1.5.0 release --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 17 +++++++++++++++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 61db8d6..66e4c77 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /v1.4.0.tar.gz /zpc-v1.4.1.tar.gz /v1.4.2.tar.gz +/v1.5.0.tar.gz diff --git a/sources b/sources index f176554..854ea0f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c7fa0b97a4612192edb7a2b4b2da0ea5 v1.4.2.tar.gz +b48962a5930e55f464b81caa96311229 v1.5.0.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index e4d3fab..df85370 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -2,7 +2,7 @@ %{!?python2_sitelib: %global python2_sitelib %{python_sitelib}} Name: zanata-python-client Version: 1.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ Group: Applications/Text @@ -13,12 +13,14 @@ BuildArch: noarch BuildRequires: python-setuptools Requires: python-polib >= 1.0.0-1 Requires: python-httplib2 >= 0.7.4-6 +Requires: python-lxml %if 0%{?rhel} %if 0%{?rhel} < 6 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: python-hashlib Requires: python-simplejson +Requires: python-ordereddict %endif %endif @@ -47,11 +49,22 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc README.rst COPYING.LESSER zanata.ini CHANGELOG +%doc README.rst COPYING.LESSER zanata.ini zanata_example.xml CHANGELOG %{_bindir}/* %{python2_sitelib} %changelog +* Fri Apr 15 2016 Sundeep Anand - 1.5.0-2 +- add build requires, v1.5.0 release notes: + - Bug 1139950 - Translation files mapping rules + - Bug 1311705 - traceback when trying to push + - ZNTA-303 - podir projects handling + - ZNTA-927 - Project Status and Versions + - ZNTA-929 - failed to retrieve version in non-git environment + - ZNTA-934 - init failed to generate java-client compatible zanata.xml + - ZNTA-936 - error message for unexpected html response + - ZNTA-946 - Cannot push with zanata Python client 1.4.2 + * Fri Apr 15 2016 Ding-Yi Chen - 1.5.0-1 - Upstream update to 1.5.0-1