From 10cf60bfb509a474717404894dce7f6291f493cf Mon Sep 17 00:00:00 2001 From: James Ni Date: Wed, 13 Jun 2012 13:10:42 +0800 Subject: [PATCH 01/75] Add requirement for python-httplib2 0.7.4 --- zanata-python-client.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 27911a4..af6a9fd 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -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 From d9c77d5f7125677ffce36a92910d42c3b978361f Mon Sep 17 00:00:00 2001 From: James Ni Date: Mon, 16 Jul 2012 13:56:01 +0800 Subject: [PATCH 02/75] Change to version 1.3.8 --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 11 +++++++++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7a59946..0820eda 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /zanata-python-client-1.3.5.tar.gz /zanata-python-client-1.3.6.tar.gz /zanata-python-client-1.3.7.tar.gz +/zanata-python-client-1.3.8.tar.gz diff --git a/sources b/sources index 13c07f8..3343dd3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6f08ef809b614e23cf4ca104c6a3522c zanata-python-client-1.3.7.tar.gz +65ab7ef83821f54a570b4946875f1217 zanata-python-client-1.3.8.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index af6a9fd..cca2d6a 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.7 +Version: 1.3.8 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 >= 0.7.4-1 +Requires: python-httplib2 >= 0.7.4-4 Requires: python-hashlib %{?el5:Requires: python-simplejson} Conflicts: python-json @@ -48,6 +48,13 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Mon Jul 16 2012 James Ni - 1.3.8-1 +- Fix issue of po/publican push and po/publican pull command for project_type +- Fixed rhbz826821, glossary-push failed on big compendium po file +- Add link of trouble shooting page to error message +- Fix bypass ssl certificate check issue +- Change Delete to Deleting + * Wed Jun 13 2012 James Ni - 1.3.7-1 - Fixed rhbz#827316, failed to push pot with msgid_plural against 1.6 server - Fixed rhbz#826798, zanata pull fail to pull From b6119064e1d88b3c66b0797692ba2306bb6d8c95 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 22 Jul 2012 02:56:58 -0500 Subject: [PATCH 03/75] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_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 cca2d6a..21b5c45 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -2,7 +2,7 @@ Name: zanata-python-client Version: 1.3.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Client for Zanata Server Group: Development/Tools @@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 1.3.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Mon Jul 16 2012 James Ni - 1.3.8-1 - Fix issue of po/publican push and po/publican pull command for project_type - Fixed rhbz826821, glossary-push failed on big compendium po file From 9658e982ec4a77f000790630dfc41a67cbdff700 Mon Sep 17 00:00:00 2001 From: Ding-Yi Chen Date: Tue, 7 Aug 2012 11:55:31 +1000 Subject: [PATCH 04/75] Version 1.3.10 --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 13 ++++++++----- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 0820eda..15161c6 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /zanata-python-client-1.3.6.tar.gz /zanata-python-client-1.3.7.tar.gz /zanata-python-client-1.3.8.tar.gz +/zanata-python-client-1.3.10.tar.gz diff --git a/sources b/sources index 3343dd3..6faca25 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -65ab7ef83821f54a570b4946875f1217 zanata-python-client-1.3.8.tar.gz +68e5702beba1e482b9c230535ef053a6 zanata-python-client-1.3.10.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 21b5c45..046ac0c 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,20 +1,20 @@ %{!?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.8 -Release: 2%{?dist} +Version: 1.3.10 +Release: 1%{?dist} Summary: Python Client for Zanata Server Group: Development/Tools License: LGPLv2+ URL: http://zanata.org -Source0: http://jamesni.fedorapeople.org/%{name}/%{name}-%{version}.tar.gz +Source0: https://github.com/downloads/zanata/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-setuptools -Requires: python-polib >= 0.7.0-2 -Requires: python-httplib2 >= 0.7.4-4 +Requires: python-polib >= 1.0.0-1 +Requires: python-httplib2 >= 0.7.4-6 Requires: python-hashlib %{?el5:Requires: python-simplejson} Conflicts: python-json @@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Tue Aug 07 2012 Ding-Yi Chen - 1.3.10-1 +- Fixed rhbz#727833, "Copy previous translations:True" is ambiguous + * Sun Jul 22 2012 Fedora Release Engineering - 1.3.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 48500907bd41622a59419aa0298f2b9f522abb2a Mon Sep 17 00:00:00 2001 From: Ding-Yi Chen Date: Tue, 7 Aug 2012 13:10:16 +1000 Subject: [PATCH 05/75] Update to 1.3.11 --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 36 ++++++++++++++++++++++-------------- 3 files changed, 24 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 15161c6..e11ef4c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /zanata-python-client-1.3.7.tar.gz /zanata-python-client-1.3.8.tar.gz /zanata-python-client-1.3.10.tar.gz +/zanata-python-client-1.3.11.tar.gz diff --git a/sources b/sources index 6faca25..990681b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -68e5702beba1e482b9c230535ef053a6 zanata-python-client-1.3.10.tar.gz +87f4fcf21d08549253b880facd3b1ee4 zanata-python-client-1.3.11.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 046ac0c..87e01bb 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.10 +Version: 1.3.11 Release: 1%{?dist} Summary: Python Client for Zanata Server @@ -15,8 +15,11 @@ BuildArch: noarch BuildRequires: python-setuptools Requires: python-polib >= 1.0.0-1 Requires: python-httplib2 >= 0.7.4-6 +%if 0%{?rhel} < 6 Requires: python-hashlib -%{?el5:Requires: python-simplejson} +Requires: python-simplejson +%endif + Conflicts: python-json %if 0%{?fedora} < 13 BuildRequires: python-devel @@ -37,17 +40,22 @@ cp -pr zanataclient/VERSION-FILE build/lib/zanataclient %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT +# Remove excessive docs +rm -rf $RPM_BUILD_ROOT/usr/share/doc/%{name} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root, -) -%doc README COPYING COPYING.LESSER zanata.ini +%doc README COPYING COPYING.LESSER zanata.ini CHANGELOG %{python_sitelib}/* %{_bindir}/* %changelog +* Tue Aug 07 2012 Ding-Yi Chen - 1.3.11-1 +- Updated: CHANGELOG and setup.py + * Tue Aug 07 2012 Ding-Yi Chen - 1.3.10-1 - Fixed rhbz#727833, "Copy previous translations:True" is ambiguous @@ -68,7 +76,7 @@ rm -rf $RPM_BUILD_ROOT - Fixed rhbz#820046, Python client generates empty msgctxt "" when pushing - Fixed rhbz#795643, Python client pushes extracted comments instead of translator comments - Fix the query param of skeletons -- Add option --disable-ssl-cert to python client +- 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 @@ -104,11 +112,11 @@ rm -rf $RPM_BUILD_ROOT - Fixed rhbz#751648: Error reading path names with dots - Fixed rhbz#754869: The python client is pulling some files with a wrong path - Fixed rhbz#756617: python client process file name not correctly for file name contain more than one dot -- Fixed rhbz#753719: Python client explodes on F16 +- Fixed rhbz#753719: Python client explodes on F16 * 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 +- 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 @@ -127,10 +135,10 @@ rm -rf $RPM_BUILD_ROOT - Change to version 1.2.6 * Thu Jun 02 2011 James Ni - 1.2.5-3 -- Fix error of onditionals of RHEL5 +- Fix error of onditionals of RHEL5 * Thu Jun 02 2011 James Ni - 1.2.5-2 -- Add python-simplejson requires for RHEL5 +- Add python-simplejson requires for RHEL5 * Wed Jun 01 2011 James Ni - 1.2.5-1 - Bug fix and usability improvement @@ -142,7 +150,7 @@ rm -rf $RPM_BUILD_ROOT - Fix rhbz#696474, rhbz#696515, rhbz#696437, rhbz#698028, rhbz#695598, rhbz#690687 * Fri Apr 01 2011 James Ni - 1.2.2-1 -- Change to version 1.2.2 +- Change to version 1.2.2 * Thu Mar 31 2011 James Ni - 1.2.1-2 - Fixed rpmlint: W: self-obsoletion flies-python-client < 1.3 obsoletes flies-python-client = 1.2.1-1.el6 @@ -164,7 +172,7 @@ rm -rf $RPM_BUILD_ROOT * Wed Feb 23 2011 James Ni - 0.7.6-1 - Rename the command line option, add a Logger class for better output, set copytrans default value to true, make the - extensions to a list of gettext and comment. + extensions to a list of gettext and comment. * Tue Feb 22 2011 James Ni - 0.7.4-1 - Fix issue 245:stop processing when type 'n', Add version service, rename the command line option and help info, add @@ -234,20 +242,20 @@ rm -rf $RPM_BUILD_ROOT * Wed Aug 25 2010 James Ni - 0.0.3-3 - Add an error handler for list command -- Add cache to httplib2 +- Add cache to httplib2 * Mon Aug 23 2010 James Ni - 0.0.3-2 - Include the example configuration file -- Add dependency of python-httplib2 for fedora 12(and less) +- Add dependency of python-httplib2 for fedora 12(and less) * Fri Aug 20 2010 James Ni - 0.0.3-1 - Modify the __inin__.py for importing the module - Modify the spec file and fliesrc.txt - Rewrite README file for giving detail of commands and how to implement flies-python-lib in program -- Add COPYING.LESSER +- Add COPYING.LESSER * Mon Aug 16 2010 James Ni - 0.0.2-2 -- remove shebang from flies.py +- remove shebang from flies.py * Fri Aug 13 2010 James Ni - 0.0.2-1 - initial package (#623871) From 5e270ea52a71c01b044905e28764a6b09ff4ea91 Mon Sep 17 00:00:00 2001 From: Ding-Yi Chen Date: Thu, 15 Nov 2012 17:06:22 +1000 Subject: [PATCH 06/75] Version 1.3.12 --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 7 ++++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e11ef4c..8bcd0a2 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /zanata-python-client-1.3.8.tar.gz /zanata-python-client-1.3.10.tar.gz /zanata-python-client-1.3.11.tar.gz +/zanata-python-client-1.3.12.tar.gz diff --git a/sources b/sources index 990681b..a86af40 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -87f4fcf21d08549253b880facd3b1ee4 zanata-python-client-1.3.11.tar.gz +b72d17fe103939e9571243ea210695bc zanata-python-client-1.3.12.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 87e01bb..e7bd601 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.11 +Version: 1.3.12 Release: 1%{?dist} Summary: Python Client for Zanata Server @@ -53,6 +53,11 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Thu Nov 15 2012 Sean Flanigan - 1.3.12-1 +- Revised test files +- Use PUT instead of POST/PUT when pushing source documents +- Change Flies to Zanata in messages + * Tue Aug 07 2012 Ding-Yi Chen - 1.3.11-1 - Updated: CHANGELOG and setup.py From bd91480361714679a815e19a5c876eca3c591bec Mon Sep 17 00:00:00 2001 From: Ding-Yi Chen Date: Thu, 20 Dec 2012 12:14:46 +1000 Subject: [PATCH 07/75] Ver 1.3.13 --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 7 ++++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8bcd0a2..9ff63f0 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /zanata-python-client-1.3.10.tar.gz /zanata-python-client-1.3.11.tar.gz /zanata-python-client-1.3.12.tar.gz +/zanata-python-client-1.3.13.tar.gz diff --git a/sources b/sources index a86af40..4599081 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b72d17fe103939e9571243ea210695bc zanata-python-client-1.3.12.tar.gz +ab55b8c8141239c18fb6399f733eac72 zanata-python-client-1.3.13.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index e7bd601..1f16bca 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.12 +Version: 1.3.13 Release: 1%{?dist} Summary: Python Client for Zanata Server @@ -53,6 +53,11 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Wed Nov 21 2012 Sean Flanigan - 1.3.13-1 +- Use dict instead of nested loop +- Ensure that msgstr_plural is always set for plural strings +- Rename message to poentry for consistency + * Thu Nov 15 2012 Sean Flanigan - 1.3.12-1 - Revised test files - Use PUT instead of POST/PUT when pushing source documents From 67870b713568db31189ce40dc75757e802023eba Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 22:16:19 -0600 Subject: [PATCH 08/75] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_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 1f16bca..a31970e 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -2,7 +2,7 @@ Name: zanata-python-client Version: 1.3.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Client for Zanata Server Group: Development/Tools @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 1.3.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Wed Nov 21 2012 Sean Flanigan - 1.3.13-1 - Use dict instead of nested loop - Ensure that msgstr_plural is always set for plural strings From 107d4905d9b8306845ffb7635b2b92797476ca7b Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 04:42:52 -0500 Subject: [PATCH 09/75] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_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 a31970e..24fe0c0 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -2,7 +2,7 @@ Name: zanata-python-client Version: 1.3.13 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python Client for Zanata Server Group: Development/Tools @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 1.3.13-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 1.3.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 25143289ce88ae4b18a8a6ff1a92e0d75eb56067 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Wed, 4 Jun 2014 20:17:04 +0200 Subject: [PATCH 10/75] 2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear. --- .gitignore | 18 --- dead.package | 1 + sources | 1 - zanata-python-client.spec | 277 -------------------------------------- 4 files changed, 1 insertion(+), 296 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 zanata-python-client.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 9ff63f0..0000000 --- a/.gitignore +++ /dev/null @@ -1,18 +0,0 @@ -/zanata-python-client-1.2.2.tar.gz -/zanata-python-client-1.2.3.tar.gz -/zanata-python-client-1.2.4.tar.gz -/zanata-python-client-1.2.5.tar.gz -/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 -/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 -/zanata-python-client-1.3.7.tar.gz -/zanata-python-client-1.3.8.tar.gz -/zanata-python-client-1.3.10.tar.gz -/zanata-python-client-1.3.11.tar.gz -/zanata-python-client-1.3.12.tar.gz -/zanata-python-client-1.3.13.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5784d07 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear. diff --git a/sources b/sources deleted file mode 100644 index 4599081..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -ab55b8c8141239c18fb6399f733eac72 zanata-python-client-1.3.13.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec deleted file mode 100644 index 24fe0c0..0000000 --- a/zanata-python-client.spec +++ /dev/null @@ -1,277 +0,0 @@ -%{!?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.13 -Release: 3%{?dist} -Summary: Python Client for Zanata Server - -Group: Development/Tools -License: LGPLv2+ -URL: http://zanata.org -Source0: https://github.com/downloads/zanata/%{name}/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildArch: noarch -BuildRequires: python-setuptools -Requires: python-polib >= 1.0.0-1 -Requires: python-httplib2 >= 0.7.4-6 -%if 0%{?rhel} < 6 -Requires: python-hashlib -Requires: python-simplejson -%endif - -Conflicts: python-json -%if 0%{?fedora} < 13 -BuildRequires: python-devel -%endif -Provides: flies-python-client = %{version}-%{release} -Obsoletes: flies-python-client < 1.1 - -%description -Zanata Python client is a client that communicate with Zanata server. - -%prep -%setup -q - -%build -python setup.py build -cp -pr zanataclient/VERSION-FILE build/lib/zanataclient - -%install -rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT -# Remove excessive docs -rm -rf $RPM_BUILD_ROOT/usr/share/doc/%{name} - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-, root, root, -) -%doc README COPYING COPYING.LESSER zanata.ini CHANGELOG -%{python_sitelib}/* -%{_bindir}/* - -%changelog -* Sun Aug 04 2013 Fedora Release Engineering - 1.3.13-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 1.3.13-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Nov 21 2012 Sean Flanigan - 1.3.13-1 -- Use dict instead of nested loop -- Ensure that msgstr_plural is always set for plural strings -- Rename message to poentry for consistency - -* Thu Nov 15 2012 Sean Flanigan - 1.3.12-1 -- Revised test files -- Use PUT instead of POST/PUT when pushing source documents -- Change Flies to Zanata in messages - -* Tue Aug 07 2012 Ding-Yi Chen - 1.3.11-1 -- Updated: CHANGELOG and setup.py - -* Tue Aug 07 2012 Ding-Yi Chen - 1.3.10-1 -- Fixed rhbz#727833, "Copy previous translations:True" is ambiguous - -* Sun Jul 22 2012 Fedora Release Engineering - 1.3.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Mon Jul 16 2012 James Ni - 1.3.8-1 -- Fix issue of po/publican push and po/publican pull command for project_type -- Fixed rhbz826821, glossary-push failed on big compendium po file -- Add link of trouble shooting page to error message -- Fix bypass ssl certificate check issue -- Change Delete to Deleting - -* Wed Jun 13 2012 James Ni - 1.3.7-1 -- Fixed rhbz#827316, failed to push pot with msgid_plural against 1.6 server -- Fixed rhbz#826798, zanata pull fail to pull -- 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 -- Fix the query param of skeletons -- 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 -- Implement glossary delete command -- 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 -- Fixed rhbz#814503, backtrace for zanata glossary push without "zanata.xml" -- Fixed rhbz#798084, Python client does not show helpful error when missing project id for 'project info' command -- Fixed rhbz#796039, Python client not recognizing source directories with pot files only in sub-directories. -- Fixed rhbz#795643, Python client pushes extracted comments instead of translator comments -- Fixed rhbz#744277, output more informative error message for unescaped quote -- Add msgid_plural and msgstr_plural support in python client (for server >=1.6) -- Add skeletons query parameter support in pull command -- Replace the address of FSF in license -- Add status code to error message - -* Tue Feb 21 2012 James Ni - 1.3.4-1 -- Fixed rhbz#795237: zanata python client still display depreciate help on "version create" -- Fixed rhbz#727386: zanata po push does not assume working directory -- Fixed rhbz#754869: The python client is pulling some files with a wrong path -- Fixed rhbz#768877: python client breaks PO file when no translation found -- Fixed rhbz#748727: US31 As a translator I want the appropriate character encoding for my language to be used so that - the content is saved in the correct encoding format -- Add warning for retired project/version - -* Sat Jan 14 2012 Fedora Release Engineering - 1.3.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Thu Dec 01 2011 James Ni - 1.3.3-1 -- Fixed rhbz#751648: Error reading path names with dots -- Fixed rhbz#754869: The python client is pulling some files with a wrong path -- Fixed rhbz#756617: python client process file name not correctly for file name contain more than one dot -- Fixed rhbz#753719: Python client explodes on F16 - -* 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 - -* Tue Aug 23 2011 James Ni - 1.3.0-1 -- Change to version 1.3.0 - -* Wed Jul 20 2011 James Ni - 1.2.6-1 -- Change to version 1.2.6 - -* Thu Jun 02 2011 James Ni - 1.2.5-3 -- Fix error of onditionals of RHEL5 - -* Thu Jun 02 2011 James Ni - 1.2.5-2 -- Add python-simplejson requires for RHEL5 - -* Wed Jun 01 2011 James Ni - 1.2.5-1 -- Bug fix and usability improvement - -* Thu May 05 2011 James Ni - 1.2.4-1 -- Fix rhbz#702192 - -* Wed Apr 27 2011 James Ni - 1.2.3-1 -- Fix rhbz#696474, rhbz#696515, rhbz#696437, rhbz#698028, rhbz#695598, rhbz#690687 - -* Fri Apr 01 2011 James Ni - 1.2.2-1 -- Change to version 1.2.2 - -* Thu Mar 31 2011 James Ni - 1.2.1-2 -- Fixed rpmlint: W: self-obsoletion flies-python-client < 1.3 obsoletes flies-python-client = 1.2.1-1.el6 - -* Thu Mar 31 2011 James Ni - 1.2.1-1 -- Add flies command for fallback - -* Thu Mar 31 2011 James Ni - 1.2.0-2 -- Change the URL, add Provides and Obsoletes, add zanata.ini in %doc - -* Tue Mar 29 2011 James Ni - 1.2.0-1 -- Rename the flies to zanata, rename fliesclient to zanataclient - -* Thu Mar 10 2011 James Ni - 0.8.1-1 -- Fix bugs(issue 272, issue 274) of retrieve the translation - -* Mon Mar 07 2011 James Ni - 0.8.0-1 -- Stable release - -* Wed Feb 23 2011 James Ni - 0.7.6-1 -- Rename the command line option, add a Logger class for better output, set copytrans default value to true, make the - extensions to a list of gettext and comment. - -* Tue Feb 22 2011 James Ni - 0.7.4-1 -- Fix issue 245:stop processing when type 'n', Add version service, rename the command line option and help info, add - InternalServerError - -* Mon Feb 21 2011 James Ni - 0.7.3-1 -- Fix issue 244, issue 245, issue 247 and issue 30, add command list for 'flies publican', rewrite the README - -* Fri Feb 18 2011 James Ni - 0.7.2-1 -- Rename the gettextutil to publicanutil, Remove the translator from textFlowTarget, Add more help info - -* Tue Feb 08 2011 Fedora Release Engineering - 0.7.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Jan 24 2011 James Ni - 0.7.1-1 -- Fix typo and make help more user-friendly - -* Mon Jan 24 2011 James Ni - 0.7.0-1 -- Add copyTrans option to client - -* Tue Jan 04 2011 James Ni - 0.6.1-1 -- Add exception handler for empty extensions - -* Wed Dec 29 2010 James Ni - 0.6.0-1 -- Create pot file with content retrieved from server, user could choose keep or delete the content on the flies - server when pushing publican - -* Tue Dec 07 2010 James Ni - 0.5.1-1 -- Fix bugs and add some log info for python client - -* Thu Dec 02 2010 James Ni - 0.5.0-1 -- Make the script compatible with python 2.4 - -* Mon Nov 29 2010 James Ni - 0.4.0-1 -- Add command line option for translation folder and importPo, read and write multiple locale, read the flies.xml first - -* Wed Oct 27 2010 James Ni - 0.3.2-1 -- Fix a typo in project creation - -* Fri Oct 22 2010 James Ni - 0.3.1-1 -- Fix an issue in project creation - -* Thu Oct 21 2010 James Ni - 0.3.0-1 -- Fix the issues in extension support and update translation command - -* Thu Oct 21 2010 James Ni - 0.2.0-1 -- Add extension support and update translation command - -* Wed Sep 29 2010 James Ni - 0.1.0-1 -- Modify the user configuration file and command line options - -* Wed Sep 08 2010 James Ni - 0.0.6-1 -- Try to resolve the dependency of python-setuptools - -* Mon Sep 06 2010 James Ni - 0.0.5-2 -- Add requires for python-polib - -* Tue Aug 31 2010 James Ni - 0.0.5-1 -- Rename resservice in flieslib/__init__.py to docservice - -* Mon Aug 30 2010 James Ni - 0.0.4-1 -- Rename module resservice to docservice -- Set encode to UTF-8 when generate hash value for msgid of the po file -- Change functions in flies.py to private -- Fix a exception in projectservice and exception handler in flies -- Provide more "readable" output for httplib2 connection error - -* Wed Aug 25 2010 James Ni - 0.0.3-3 -- Add an error handler for list command -- Add cache to httplib2 - -* Mon Aug 23 2010 James Ni - 0.0.3-2 -- Include the example configuration file -- Add dependency of python-httplib2 for fedora 12(and less) - -* Fri Aug 20 2010 James Ni - 0.0.3-1 -- Modify the __inin__.py for importing the module -- Modify the spec file and fliesrc.txt -- Rewrite README file for giving detail of commands and how to implement flies-python-lib in program -- Add COPYING.LESSER - -* Mon Aug 16 2010 James Ni - 0.0.2-2 -- remove shebang from flies.py - -* Fri Aug 13 2010 James Ni - 0.0.2-1 -- initial package (#623871) From 2f5a1402de6a132d3b8d4e322a2b8c5335acc0ac Mon Sep 17 00:00:00 2001 From: anish Date: Fri, 25 Jul 2014 18:11:19 +0530 Subject: [PATCH 11/75] Initial build --- zanata-python-client.spec | 275 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 275 insertions(+) create mode 100644 zanata-python-client.spec diff --git a/zanata-python-client.spec b/zanata-python-client.spec new file mode 100644 index 0000000..abec701 --- /dev/null +++ b/zanata-python-client.spec @@ -0,0 +1,275 @@ +Name: zanata-python-client +Version: 1.3.14 +Release: 3%{?dist} +Summary: Python Client for Zanata Server +License: LGPLv2+ +URL: http://zanata.org +Source0: https://github.com/zanata/zanata-python-client/archive/%{version}.tar.gz + + +BuildArch: noarch +BuildRequires: python-setuptools +Requires: python-polib >= 1.0.0-1 +Requires: python-httplib2 >= 0.7.4-6 +%if 0%{?rhel} < 6 +Requires: python-hashlib +Requires: python-simplejson +%endif + +Conflicts: python-json +BuildRequires: python2-devel + +Provides: flies-python-client = %{version}-%{release} +Obsoletes: flies-python-client < 1.1 + +%description +Zanata Python client is a client that communicate with Zanata server. + +%prep +%setup -q + +%build +%{__python2} setup.py build +cp -pr zanataclient/VERSION-FILE build/lib/zanataclient + +%install +%{__python2} setup.py install --skip-build --root $RPM_BUILD_ROOT + + +%files +%doc README COPYING.LESSER zanata.ini CHANGELOG +%{python2_sitelib}/* +%{_bindir}/* + +%changelog +* Fri Jul 25 2014 Anish Patil - 1.3.14-3 +- Incorporated package review comments + +* Thu Jul 24 2014 Anish Patil - 1.3.14-2 +- Incorporated package review comments + +* Tue Jul 22 2014 Anish Patil - 1.3.14-1 +- Upstream has released new version + +* Sun Aug 04 2013 Fedora Release Engineering - 1.3.13-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Fri Feb 15 2013 Fedora Release Engineering - 1.3.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Nov 21 2012 Sean Flanigan - 1.3.13-1 +- Use dict instead of nested loop +- Ensure that msgstr_plural is always set for plural strings +- Rename message to poentry for consistency + +* Thu Nov 15 2012 Sean Flanigan - 1.3.12-1 +- Revised test files +- Use PUT instead of POST/PUT when pushing source documents +- Change Flies to Zanata in messages + +* Tue Aug 07 2012 Ding-Yi Chen - 1.3.11-1 +- Updated: CHANGELOG and setup.py + +* Tue Aug 07 2012 Ding-Yi Chen - 1.3.10-1 +- Fixed rhbz#727833, "Copy previous translations:True" is ambiguous + +* Sun Jul 22 2012 Fedora Release Engineering - 1.3.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Mon Jul 16 2012 James Ni - 1.3.8-1 +- Fix issue of po/publican push and po/publican pull command for project_type +- Fixed rhbz826821, glossary-push failed on big compendium po file +- Add link of trouble shooting page to error message +- Fix bypass ssl certificate check issue +- Change Delete to Deleting + +* Wed Jun 13 2012 James Ni - 1.3.7-1 +- Fixed rhbz#827316, failed to push pot with msgid_plural against 1.6 server +- Fixed rhbz#826798, zanata pull fail to pull +- 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 +- Fix the query param of skeletons +- 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 +- Implement glossary delete command +- 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 +- Fixed rhbz#814503, backtrace for zanata glossary push without "zanata.xml" +- Fixed rhbz#798084, Python client does not show helpful error when missing project id for 'project info' command +- Fixed rhbz#796039, Python client not recognizing source directories with pot files only in sub-directories. +- Fixed rhbz#795643, Python client pushes extracted comments instead of translator comments +- Fixed rhbz#744277, output more informative error message for unescaped quote +- Add msgid_plural and msgstr_plural support in python client (for server >=1.6) +- Add skeletons query parameter support in pull command +- Replace the address of FSF in license +- Add status code to error message + +* Tue Feb 21 2012 James Ni - 1.3.4-1 +- Fixed rhbz#795237: zanata python client still display depreciate help on "version create" +- Fixed rhbz#727386: zanata po push does not assume working directory +- Fixed rhbz#754869: The python client is pulling some files with a wrong path +- Fixed rhbz#768877: python client breaks PO file when no translation found +- Fixed rhbz#748727: US31 As a translator I want the appropriate character encoding for my language to be used so that + the content is saved in the correct encoding format +- Add warning for retired project/version + +* Sat Jan 14 2012 Fedora Release Engineering - 1.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Thu Dec 01 2011 James Ni - 1.3.3-1 +- Fixed rhbz#751648: Error reading path names with dots +- Fixed rhbz#754869: The python client is pulling some files with a wrong path +- Fixed rhbz#756617: python client process file name not correctly for file name contain more than one dot +- Fixed rhbz#753719: Python client explodes on F16 + +* 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 + +* Tue Aug 23 2011 James Ni - 1.3.0-1 +- Change to version 1.3.0 + +* Wed Jul 20 2011 James Ni - 1.2.6-1 +- Change to version 1.2.6 + +* Thu Jun 02 2011 James Ni - 1.2.5-3 +- Fix error of onditionals of RHEL5 + +* Thu Jun 02 2011 James Ni - 1.2.5-2 +- Add python-simplejson requires for RHEL5 + +* Wed Jun 01 2011 James Ni - 1.2.5-1 +- Bug fix and usability improvement + +* Thu May 05 2011 James Ni - 1.2.4-1 +- Fix rhbz#702192 + +* Wed Apr 27 2011 James Ni - 1.2.3-1 +- Fix rhbz#696474, rhbz#696515, rhbz#696437, rhbz#698028, rhbz#695598, rhbz#690687 + +* Fri Apr 01 2011 James Ni - 1.2.2-1 +- Change to version 1.2.2 + +* Thu Mar 31 2011 James Ni - 1.2.1-2 +- Fixed rpmlint: W: self-obsoletion flies-python-client < 1.3 obsoletes flies-python-client = 1.2.1-1.el6 + +* Thu Mar 31 2011 James Ni - 1.2.1-1 +- Add flies command for fallback + +* Thu Mar 31 2011 James Ni - 1.2.0-2 +- Change the URL, add Provides and Obsoletes, add zanata.ini in %%doc + +* Tue Mar 29 2011 James Ni - 1.2.0-1 +- Rename the flies to zanata, rename fliesclient to zanataclient + +* Thu Mar 10 2011 James Ni - 0.8.1-1 +- Fix bugs(issue 272, issue 274) of retrieve the translation + +* Mon Mar 07 2011 James Ni - 0.8.0-1 +- Stable release + +* Wed Feb 23 2011 James Ni - 0.7.6-1 +- Rename the command line option, add a Logger class for better output, set copytrans default value to true, make the + extensions to a list of gettext and comment. + +* Tue Feb 22 2011 James Ni - 0.7.4-1 +- Fix issue 245:stop processing when type 'n', Add version service, rename the command line option and help info, add + InternalServerError + +* Mon Feb 21 2011 James Ni - 0.7.3-1 +- Fix issue 244, issue 245, issue 247 and issue 30, add command list for 'flies publican', rewrite the README + +* Fri Feb 18 2011 James Ni - 0.7.2-1 +- Rename the gettextutil to publicanutil, Remove the translator from textFlowTarget, Add more help info + +* Tue Feb 08 2011 Fedora Release Engineering - 0.7.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Jan 24 2011 James Ni - 0.7.1-1 +- Fix typo and make help more user-friendly + +* Mon Jan 24 2011 James Ni - 0.7.0-1 +- Add copyTrans option to client + +* Tue Jan 04 2011 James Ni - 0.6.1-1 +- Add exception handler for empty extensions + +* Wed Dec 29 2010 James Ni - 0.6.0-1 +- Create pot file with content retrieved from server, user could choose keep or delete the content on the flies + server when pushing publican + +* Tue Dec 07 2010 James Ni - 0.5.1-1 +- Fix bugs and add some log info for python client + +* Thu Dec 02 2010 James Ni - 0.5.0-1 +- Make the script compatible with python 2.4 + +* Mon Nov 29 2010 James Ni - 0.4.0-1 +- Add command line option for translation folder and importPo, read and write multiple locale, read the flies.xml first + +* Wed Oct 27 2010 James Ni - 0.3.2-1 +- Fix a typo in project creation + +* Fri Oct 22 2010 James Ni - 0.3.1-1 +- Fix an issue in project creation + +* Thu Oct 21 2010 James Ni - 0.3.0-1 +- Fix the issues in extension support and update translation command + +* Thu Oct 21 2010 James Ni - 0.2.0-1 +- Add extension support and update translation command + +* Wed Sep 29 2010 James Ni - 0.1.0-1 +- Modify the user configuration file and command line options + +* Wed Sep 08 2010 James Ni - 0.0.6-1 +- Try to resolve the dependency of python-setuptools + +* Mon Sep 06 2010 James Ni - 0.0.5-2 +- Add requires for python-polib + +* Tue Aug 31 2010 James Ni - 0.0.5-1 +- Rename resservice in flieslib/__init__.py to docservice + +* Mon Aug 30 2010 James Ni - 0.0.4-1 +- Rename module resservice to docservice +- Set encode to UTF-8 when generate hash value for msgid of the po file +- Change functions in flies.py to private +- Fix a exception in projectservice and exception handler in flies +- Provide more "readable" output for httplib2 connection error + +* Wed Aug 25 2010 James Ni - 0.0.3-3 +- Add an error handler for list command +- Add cache to httplib2 + +* Mon Aug 23 2010 James Ni - 0.0.3-2 +- Include the example configuration file +- Add dependency of python-httplib2 for fedora 12(and less) + +* Fri Aug 20 2010 James Ni - 0.0.3-1 +- Modify the __inin__.py for importing the module +- Modify the spec file and fliesrc.txt +- Rewrite README file for giving detail of commands and how to implement flies-python-lib in program +- Add COPYING.LESSER + +* Mon Aug 16 2010 James Ni - 0.0.2-2 +- remove shebang from flies.py + +* Fri Aug 13 2010 James Ni - 0.0.2-1 +- initial package (#623871) From f113b0e791f251f31cf12c08f57317b72fc587e5 Mon Sep 17 00:00:00 2001 From: anish Date: Mon, 28 Jul 2014 13:13:18 +0530 Subject: [PATCH 12/75] new sources --- .gitignore | 1 + sources | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitignore create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..677629a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/1.3.14.tar.gz diff --git a/sources b/sources new file mode 100644 index 0000000..580c523 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +36d20cfdb1b44969fedbe44cdbee0dbb 1.3.14.tar.gz From dc42b554f4265aa82ba399b3349f04b57d4be1a1 Mon Sep 17 00:00:00 2001 From: anish Date: Thu, 11 Sep 2014 11:07:48 +0530 Subject: [PATCH 13/75] Upstream has released new version --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 677629a..0575010 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /1.3.14.tar.gz +/v1.3.15.tar.gz diff --git a/sources b/sources index 580c523..121643f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -36d20cfdb1b44969fedbe44cdbee0dbb 1.3.14.tar.gz +ac16b5e12bf48e1c1fa0a0084a9e5407 v1.3.15.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index abec701..cddfede 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,10 +1,10 @@ Name: zanata-python-client -Version: 1.3.14 -Release: 3%{?dist} +Version: 1.3.15 +Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ URL: http://zanata.org -Source0: https://github.com/zanata/zanata-python-client/archive/%{version}.tar.gz +Source0: https://github.com/zanata/zanata-python-client/archive/v%{version}.tar.gz BuildArch: noarch @@ -42,6 +42,9 @@ cp -pr zanataclient/VERSION-FILE build/lib/zanataclient %{_bindir}/* %changelog +* Thu Sep 11 2014 Anish Patil - 1.3.15-1 +- Upstream has released new version + * Fri Jul 25 2014 Anish Patil - 1.3.14-3 - Incorporated package review comments From 19a45c3e99775b1ae9f979279fe0972f9eb7da76 Mon Sep 17 00:00:00 2001 From: anish Date: Fri, 19 Sep 2014 15:22:22 +0530 Subject: [PATCH 14/75] Upstream has released new version --- zanata-python-client.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index cddfede..c44d6e1 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,5 +1,5 @@ Name: zanata-python-client -Version: 1.3.15 +Version: 1.3.16 Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ @@ -42,10 +42,10 @@ cp -pr zanataclient/VERSION-FILE build/lib/zanataclient %{_bindir}/* %changelog -* Thu Sep 11 2014 Anish Patil - 1.3.15-1 +* Fri Sep 19 2014 Anish Patil - 1.3.16-1 - Upstream has released new version -* Fri Jul 25 2014 Anish Patil - 1.3.14-3 +* Fri Jul 25 2014 Anish Patil - 1.3.15-1 - Incorporated package review comments * Thu Jul 24 2014 Anish Patil - 1.3.14-2 From 7de74c729cfb039caaf6c3c04e2d8c4fbbe56507 Mon Sep 17 00:00:00 2001 From: anish Date: Fri, 19 Sep 2014 15:34:32 +0530 Subject: [PATCH 15/75] New sources for 1.3.16 build --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0575010..c451c3f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /1.3.14.tar.gz /v1.3.15.tar.gz +/v1.3.16.tar.gz diff --git a/sources b/sources index 121643f..c092d18 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ac16b5e12bf48e1c1fa0a0084a9e5407 v1.3.15.tar.gz +e9e42843d85abebf02b788dbd83bc828 v1.3.16.tar.gz From be808d26135812dab619131ff3063fb7129c0548 Mon Sep 17 00:00:00 2001 From: anish Date: Thu, 6 Nov 2014 15:42:18 +0530 Subject: [PATCH 16/75] Build for zanata-python-client-1.3.16-2 --- zanata-python-client.spec | 57 +++++++++++++++++++++++---------------- 1 file changed, 34 insertions(+), 23 deletions(-) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 1f16bca..09453d1 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,15 +1,11 @@ -%{!?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.13 -Release: 1%{?dist} +Version: 1.3.16 +Release: 2%{?dist} Summary: Python Client for Zanata Server - -Group: Development/Tools License: LGPLv2+ URL: http://zanata.org -Source0: https://github.com/downloads/zanata/%{name}/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source0: https://github.com/zanata/zanata-python-client/archive/v%{version}.tar.gz + BuildArch: noarch BuildRequires: python-setuptools @@ -21,9 +17,8 @@ Requires: python-simplejson %endif Conflicts: python-json -%if 0%{?fedora} < 13 -BuildRequires: python-devel -%endif +BuildRequires: python2-devel + Provides: flies-python-client = %{version}-%{release} Obsoletes: flies-python-client < 1.1 @@ -34,25 +29,41 @@ Zanata Python client is a client that communicate with Zanata server. %setup -q %build -python setup.py build +%{__python2} setup.py build cp -pr zanataclient/VERSION-FILE build/lib/zanataclient %install -rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT -# Remove excessive docs -rm -rf $RPM_BUILD_ROOT/usr/share/doc/%{name} - -%clean -rm -rf $RPM_BUILD_ROOT +%{__python2} setup.py install --skip-build --root $RPM_BUILD_ROOT +rm -rf $RPM_BUILD_ROOT/%{_docdir} %files -%defattr(-, root, root, -) -%doc README COPYING COPYING.LESSER zanata.ini CHANGELOG -%{python_sitelib}/* +%doc README COPYING.LESSER zanata.ini CHANGELOG +%{python2_sitelib}/* %{_bindir}/* + %changelog +* Thu Nov 06 2014 Anish Patil - 1.3.16-2 +- New package guidelines,removed doc dir at the end of install + +* Fri Sep 19 2014 Anish Patil - 1.3.16-1 +- Upstream has released new version + +* Fri Jul 25 2014 Anish Patil - 1.3.15-1 +- Incorporated package review comments + +* Thu Jul 24 2014 Anish Patil - 1.3.14-2 +- Incorporated package review comments + +* Tue Jul 22 2014 Anish Patil - 1.3.14-1 +- Upstream has released new version + +* Sun Aug 04 2013 Fedora Release Engineering - 1.3.13-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Fri Feb 15 2013 Fedora Release Engineering - 1.3.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Wed Nov 21 2012 Sean Flanigan - 1.3.13-1 - Use dict instead of nested loop - Ensure that msgstr_plural is always set for plural strings @@ -169,7 +180,7 @@ rm -rf $RPM_BUILD_ROOT - Add flies command for fallback * Thu Mar 31 2011 James Ni - 1.2.0-2 -- Change the URL, add Provides and Obsoletes, add zanata.ini in %doc +- Change the URL, add Provides and Obsoletes, add zanata.ini in %%doc * Tue Mar 29 2011 James Ni - 1.2.0-1 - Rename the flies to zanata, rename fliesclient to zanataclient From 70aaacc9295e142632c37e146e4622ede235fc79 Mon Sep 17 00:00:00 2001 From: anish Date: Thu, 6 Nov 2014 15:44:48 +0530 Subject: [PATCH 17/75] Build for zanata-python-client-1.3.16-2 --- zanata-python-client.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index c44d6e1..09453d1 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client Version: 1.3.16 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -34,14 +34,18 @@ cp -pr zanataclient/VERSION-FILE build/lib/zanataclient %install %{__python2} setup.py install --skip-build --root $RPM_BUILD_ROOT - +rm -rf $RPM_BUILD_ROOT/%{_docdir} %files %doc README COPYING.LESSER zanata.ini CHANGELOG %{python2_sitelib}/* %{_bindir}/* + %changelog +* Thu Nov 06 2014 Anish Patil - 1.3.16-2 +- New package guidelines,removed doc dir at the end of install + * Fri Sep 19 2014 Anish Patil - 1.3.16-1 - Upstream has released new version From 99371ab84c717e6c7b9f16210fc974e0c55e6d27 Mon Sep 17 00:00:00 2001 From: anish Date: Thu, 6 Nov 2014 15:48:32 +0530 Subject: [PATCH 18/75] Added new sources --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9ff63f0..f1081aa 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /zanata-python-client-1.3.11.tar.gz /zanata-python-client-1.3.12.tar.gz /zanata-python-client-1.3.13.tar.gz +/v1.3.16.tar.gz diff --git a/sources b/sources index 4599081..c092d18 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ab55b8c8141239c18fb6399f733eac72 zanata-python-client-1.3.13.tar.gz +e9e42843d85abebf02b788dbd83bc828 v1.3.16.tar.gz From 16f204812ee7cb60661db6ac9dc78204b7a91feb Mon Sep 17 00:00:00 2001 From: anish Date: Wed, 3 Dec 2014 12:34:25 +0530 Subject: [PATCH 19/75] Upstream has released new sources --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c451c3f..d7e7988 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /1.3.14.tar.gz /v1.3.15.tar.gz /v1.3.16.tar.gz +/v1.3.18.tar.gz diff --git a/sources b/sources index c092d18..2f39cfb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e9e42843d85abebf02b788dbd83bc828 v1.3.16.tar.gz +7577a3d940d385ab7654fac5bb891af9 v1.3.18.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 09453d1..c2a6314 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client -Version: 1.3.16 -Release: 2%{?dist} +Version: 1.3.18 +Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %changelog +* Wed Dec 03 2014 Anish Patil - 1.3.18-1 +- Upstream has released new version + * Thu Nov 06 2014 Anish Patil - 1.3.16-2 - New package guidelines,removed doc dir at the end of install From f49d71431ea533828ff3ec4d49f8c6ed92209d91 Mon Sep 17 00:00:00 2001 From: Anish Patil Date: Tue, 10 Feb 2015 16:57:59 +0530 Subject: [PATCH 20/75] removing dead package --- dead.package | 1 - 1 file changed, 1 deletion(-) delete mode 100644 dead.package diff --git a/dead.package b/dead.package deleted file mode 100644 index 5784d07..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear. From 2c5ad4695befada15ccd2f4083624c40673c11f4 Mon Sep 17 00:00:00 2001 From: Anish Patil Date: Mon, 23 Feb 2015 12:10:34 +0530 Subject: [PATCH 21/75] Upstream has released new sources --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d7e7988..d5a3b15 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /v1.3.15.tar.gz /v1.3.16.tar.gz /v1.3.18.tar.gz +/v1.3.19.tar.gz diff --git a/sources b/sources index 2f39cfb..3bf0cfb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7577a3d940d385ab7654fac5bb891af9 v1.3.18.tar.gz +abd917836e55e1018ffa4486e8fd1f21 v1.3.19.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index c2a6314..9b64469 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,5 +1,5 @@ Name: zanata-python-client -Version: 1.3.18 +Version: 1.3.19 Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %changelog +* Mon Feb 23 2014 Anish Patil - 1.3.19-1 +- Upstream has released new version + * Wed Dec 03 2014 Anish Patil - 1.3.18-1 - Upstream has released new version From 269a7e8b3f971944200e4a38f7b38a9b3a1458f5 Mon Sep 17 00:00:00 2001 From: Anish Patil Date: Mon, 23 Feb 2015 12:13:49 +0530 Subject: [PATCH 22/75] Fixed changelog --- zanata-python-client.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 9b64469..55f655c 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -43,7 +43,7 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %changelog -* Mon Feb 23 2014 Anish Patil - 1.3.19-1 +* Mon Feb 23 2015 Anish Patil - 1.3.19-1 - Upstream has released new version * Wed Dec 03 2014 Anish Patil - 1.3.18-1 From 7875ad88b83ee355ce9e8422d825ccf0196882af Mon Sep 17 00:00:00 2001 From: Anish Patil Date: Mon, 2 Mar 2015 14:33:00 +0530 Subject: [PATCH 23/75] Build for v 1.3.20 version --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d5a3b15..15f0f34 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /v1.3.16.tar.gz /v1.3.18.tar.gz /v1.3.19.tar.gz +/v1.3.20.tar.gz diff --git a/sources b/sources index 3bf0cfb..5aab091 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -abd917836e55e1018ffa4486e8fd1f21 v1.3.19.tar.gz +b132bb1b8aa7979bf7f00a63fe4e22a6 v1.3.20.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 55f655c..7159f80 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,5 +1,5 @@ Name: zanata-python-client -Version: 1.3.19 +Version: 1.3.20 Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %changelog +* Mon Mar 02 2015 Anish Patil - 1.3.20-1 +- Upstream has released new version + * Mon Feb 23 2015 Anish Patil - 1.3.19-1 - Upstream has released new version From 67340138a4e245304498f10bf7a1d7503744a5c3 Mon Sep 17 00:00:00 2001 From: Anish Patil Date: Mon, 2 Mar 2015 14:54:25 +0530 Subject: [PATCH 24/75] Build for v 1.3.20 version --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 20 +++++++++++++++----- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index f1081aa..01b04cb 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /zanata-python-client-1.3.12.tar.gz /zanata-python-client-1.3.13.tar.gz /v1.3.16.tar.gz +/v1.3.20.tar.gz diff --git a/sources b/sources index c092d18..5aab091 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e9e42843d85abebf02b788dbd83bc828 v1.3.16.tar.gz +b132bb1b8aa7979bf7f00a63fe4e22a6 v1.3.20.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 09453d1..7df4f36 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client -Version: 1.3.16 -Release: 2%{?dist} +Version: 1.3.20 +Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -29,20 +29,30 @@ Zanata Python client is a client that communicate with Zanata server. %setup -q %build -%{__python2} setup.py build +%{__python} setup.py build cp -pr zanataclient/VERSION-FILE build/lib/zanataclient %install -%{__python2} setup.py install --skip-build --root $RPM_BUILD_ROOT +%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT/%{_docdir} %files %doc README COPYING.LESSER zanata.ini CHANGELOG -%{python2_sitelib}/* +%{python_sitelib}/* %{_bindir}/* %changelog +* Mon Mar 2 2015 Anish Patil - 1.3.20-1 +- Upstream has released new version +- Use a el6 compatible python macro by Robert Mayr + +* Mon Feb 23 2015 Anish Patil - 1.3.19-1 +- Upstream has released new version + +* Wed Dec 03 2014 Anish Patil - 1.3.18-1 +- Upstream has released new version + * Thu Nov 06 2014 Anish Patil - 1.3.16-2 - New package guidelines,removed doc dir at the end of install From 8f1129413e01ae40625c14fae734d1cb4aac0e29 Mon Sep 17 00:00:00 2001 From: Anish Patil Date: Tue, 3 Mar 2015 20:55:28 +0530 Subject: [PATCH 25/75] Upstrem has released new verion --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 15f0f34..6032e70 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /v1.3.18.tar.gz /v1.3.19.tar.gz /v1.3.20.tar.gz +/v1.3.21.tar.gz diff --git a/sources b/sources index 5aab091..5b7bacc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b132bb1b8aa7979bf7f00a63fe4e22a6 v1.3.20.tar.gz +3bca1ea2002799f69901c46dad070a1f v1.3.21.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 7159f80..cec6e1f 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,5 +1,5 @@ Name: zanata-python-client -Version: 1.3.20 +Version: 1.3.21 Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %changelog +* Tue Mar 03 2015 Anish Patil - 1.3.21-1 +- Upstream has released new version + * Mon Mar 02 2015 Anish Patil - 1.3.20-1 - Upstream has released new version From 9ba04a3ad9278468bef46aaa7a71df0a84c3c323 Mon Sep 17 00:00:00 2001 From: Anish Patil Date: Tue, 3 Mar 2015 21:14:55 +0530 Subject: [PATCH 26/75] Upstream has released new sources --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 01b04cb..8ce9906 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /zanata-python-client-1.3.13.tar.gz /v1.3.16.tar.gz /v1.3.20.tar.gz +/v1.3.21.tar.gz diff --git a/sources b/sources index 5aab091..5b7bacc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b132bb1b8aa7979bf7f00a63fe4e22a6 v1.3.20.tar.gz +3bca1ea2002799f69901c46dad070a1f v1.3.21.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 7df4f36..5cac993 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,5 +1,5 @@ Name: zanata-python-client -Version: 1.3.20 +Version: 1.3.21 Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %changelog +* Tue Mar 3 2015 Anish Patil - 1.3.21-1 +- Upstream has released new version + * Mon Mar 2 2015 Anish Patil - 1.3.20-1 - Upstream has released new version - Use a el6 compatible python macro by Robert Mayr From 4543d9056bb24fb0b8b4ec869454b05e6047faef Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 04:43:06 +0000 Subject: [PATCH 27/75] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_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 cec6e1f..2f769f2 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client Version: 1.3.21 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 1.3.21-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Tue Mar 03 2015 Anish Patil - 1.3.21-1 - Upstream has released new version From 1bd8f39654a5dc368d7c591fa0a9463d224f9288 Mon Sep 17 00:00:00 2001 From: anish Date: Mon, 27 Jul 2015 12:34:48 +1000 Subject: [PATCH 28/75] Upstream has released new release --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6032e70..ebdf29d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /v1.3.19.tar.gz /v1.3.20.tar.gz /v1.3.21.tar.gz +/v1.3.22.tar.gz diff --git a/sources b/sources index 5b7bacc..ed6bda8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3bca1ea2002799f69901c46dad070a1f v1.3.21.tar.gz +cc4d32f4968236d5e6bf925653884d7f v1.3.22.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 2f769f2..9d4dbee 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client -Version: 1.3.21 -Release: 2%{?dist} +Version: 1.3.22 +Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -37,12 +37,15 @@ cp -pr zanataclient/VERSION-FILE build/lib/zanataclient rm -rf $RPM_BUILD_ROOT/%{_docdir} %files -%doc README COPYING.LESSER zanata.ini CHANGELOG +%doc README.rst COPYING.LESSER zanata.ini CHANGELOG %{python2_sitelib}/* %{_bindir}/* %changelog +* Mon Jul 27 2015 Anish Patil - 1.3.22-1 +- Upstream has released new version + * Fri Jun 19 2015 Fedora Release Engineering - 1.3.21-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 4b70a25a0e4f87f2f446369242e199b5f964c7e6 Mon Sep 17 00:00:00 2001 From: anish Date: Mon, 27 Jul 2015 14:35:27 +1000 Subject: [PATCH 29/75] Upstream has released new version --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8ce9906..5dc7537 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /v1.3.16.tar.gz /v1.3.20.tar.gz /v1.3.21.tar.gz +/v1.3.22.tar.gz diff --git a/sources b/sources index 5b7bacc..ed6bda8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3bca1ea2002799f69901c46dad070a1f v1.3.21.tar.gz +cc4d32f4968236d5e6bf925653884d7f v1.3.22.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 5cac993..d7e0275 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,5 +1,5 @@ Name: zanata-python-client -Version: 1.3.21 +Version: 1.3.22 Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ @@ -37,12 +37,15 @@ cp -pr zanataclient/VERSION-FILE build/lib/zanataclient rm -rf $RPM_BUILD_ROOT/%{_docdir} %files -%doc README COPYING.LESSER zanata.ini CHANGELOG +%doc README.rst COPYING.LESSER zanata.ini CHANGELOG %{python_sitelib}/* %{_bindir}/* %changelog +* Mon Jul 27 2015 Anish Patil - 1.3.22-1 +- Upstream has released new version + * Tue Mar 3 2015 Anish Patil - 1.3.21-1 - Upstream has released new version From ad4ac4fc7e967e73c2934503d03fd3cabb25e48f Mon Sep 17 00:00:00 2001 From: Ding-Yi Chen Date: Thu, 10 Dec 2015 16:57:46 +1000 Subject: [PATCH 30/75] - Upsteam update to 1.4.0 which fixed: - Bug 1215274 - specify minimum percentage completion on pull - Rename zanatalib/project.py to zanatalib/projectutils.py - Bug 1156236 - use locale aliases defined in the server - added ProjectContext, Improved help, fixed code issues - added and in zanata.xml - refactor code - added config to centralize rest resources - Organize exception messages, added test. - HTTP to HTTPS redirect - auto, if found in httplib2 response - Rename zanatalib/client.py to zanatalib/resource.py - flake8 changes and addition of: make flake8 - added requirements.txt --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 24 ++++++++++++++++++++---- 3 files changed, 22 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ebdf29d..b0b0241 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /v1.3.20.tar.gz /v1.3.21.tar.gz /v1.3.22.tar.gz +/v1.4.0.tar.gz diff --git a/sources b/sources index ed6bda8..22db96c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cc4d32f4968236d5e6bf925653884d7f v1.3.22.tar.gz +edf01427031321d71f540ea6e46e40ef v1.4.0.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 9d4dbee..97bffcb 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,12 +1,13 @@ +%{!?__python2: %define __python2 %{__python}} +%{!?python2_sitelib: %define python2_sitelib %{python_sitelib}} Name: zanata-python-client -Version: 1.3.22 +Version: 1.4.0 Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ URL: http://zanata.org Source0: https://github.com/zanata/zanata-python-client/archive/v%{version}.tar.gz - BuildArch: noarch BuildRequires: python-setuptools Requires: python-polib >= 1.0.0-1 @@ -16,7 +17,7 @@ Requires: python-hashlib Requires: python-simplejson %endif -Conflicts: python-json +#Conflicts: python-json BuildRequires: python2-devel Provides: flies-python-client = %{version}-%{release} @@ -37,12 +38,27 @@ cp -pr zanataclient/VERSION-FILE build/lib/zanataclient rm -rf $RPM_BUILD_ROOT/%{_docdir} %files +%defattr(-,root,root,-) %doc README.rst COPYING.LESSER zanata.ini CHANGELOG -%{python2_sitelib}/* %{_bindir}/* +%{python2_sitelib} %changelog +* Thu Dec 10 2015 Ding-Yi Chen - 1.4.0-1 +- Upsteam update to 1.4.0 which fixed: + - Bug 1215274 - specify minimum percentage completion on pull + - Rename zanatalib/project.py to zanatalib/projectutils.py + - Bug 1156236 - use locale aliases defined in the server + - added ProjectContext, Improved help, fixed code issues + - added and in zanata.xml + - refactor code - added config to centralize rest resources + - Organize exception messages, added test. + - HTTP to HTTPS redirect - auto, if found in httplib2 response + - Rename zanatalib/client.py to zanatalib/resource.py + - flake8 changes and addition of: make flake8 + - added requirements.txt + * Mon Jul 27 2015 Anish Patil - 1.3.22-1 - Upstream has released new version From 5c55f69976ee0a776ecadba728b1dd480c2f48f8 Mon Sep 17 00:00:00 2001 From: Ding-Yi Chen Date: Thu, 10 Dec 2015 17:48:14 +1000 Subject: [PATCH 31/75] Fix for el5 build --- zanata-python-client.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 97bffcb..54de85a 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -5,8 +5,10 @@ Version: 1.4.0 Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ +Group: Applications/Text URL: http://zanata.org Source0: https://github.com/zanata/zanata-python-client/archive/v%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: python-setuptools @@ -37,6 +39,9 @@ cp -pr zanataclient/VERSION-FILE build/lib/zanataclient %{__python2} setup.py install --skip-build --root $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT/%{_docdir} +%clean +rm -rf %{buildroot} + %files %defattr(-,root,root,-) %doc README.rst COPYING.LESSER zanata.ini CHANGELOG From 93893648746e150ca0ffc48181ee2a830e7681ef Mon Sep 17 00:00:00 2001 From: Ding-Yi Chen Date: Wed, 13 Jan 2016 17:49:20 +1000 Subject: [PATCH 32/75] - Upsteam update to 1.4.1 which fixed: * Improvements - zanata init Initialize Zanata project configuration - zanata stats Displays translation statistics for a Zanata project version * Bug fixes - Bug 1206995 - Should allow anonymous pull from Zanata - Bug ZNTA-853 - Crash when pushing local translations --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 15 ++++++++++++--- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b0b0241..c5592c3 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /v1.3.21.tar.gz /v1.3.22.tar.gz /v1.4.0.tar.gz +/zpc-v1.4.1.tar.gz diff --git a/sources b/sources index 22db96c..5eef185 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -edf01427031321d71f540ea6e46e40ef v1.4.0.tar.gz +077fee479e135c3d61098c6edb47e27a zpc-v1.4.1.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 97bffcb..ccc5fdc 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,12 +1,12 @@ %{!?__python2: %define __python2 %{__python}} %{!?python2_sitelib: %define python2_sitelib %{python_sitelib}} Name: zanata-python-client -Version: 1.4.0 +Version: 1.4.1 Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ URL: http://zanata.org -Source0: https://github.com/zanata/zanata-python-client/archive/v%{version}.tar.gz +Source0: https://github.com/zanata/zanata-python-client/archive/zpc-v%{version}.tar.gz BuildArch: noarch BuildRequires: python-setuptools @@ -27,7 +27,7 @@ Obsoletes: flies-python-client < 1.1 Zanata Python client is a client that communicate with Zanata server. %prep -%setup -q +%setup -q -n zanata-python-client-zpc-v%{version} %build %{__python2} setup.py build @@ -45,6 +45,15 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %changelog +* Wed Jan 13 2016 Ding-Yi Chen - 1.4.1-1 +- Upsteam update to 1.4.1 which fixed: + * Improvements + - zanata init Initialize Zanata project configuration + - zanata stats Displays translation statistics for a Zanata project version + * Bug fixes + - Bug 1206995 - Should allow anonymous pull from Zanata + - Bug ZNTA-853 - Crash when pushing local translations + * Thu Dec 10 2015 Ding-Yi Chen - 1.4.0-1 - Upsteam update to 1.4.0 which fixed: - Bug 1215274 - specify minimum percentage completion on pull From 72bd836326e65448b6be74b8cbc61884b66069d6 Mon Sep 17 00:00:00 2001 From: Ding-Yi Chen Date: Thu, 14 Jan 2016 09:53:30 +1000 Subject: [PATCH 33/75] Fix the Fedora 22 rpmlint error. --- zanata-python-client.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index ccc5fdc..2453f42 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -2,7 +2,7 @@ %{!?python2_sitelib: %define python2_sitelib %{python_sitelib}} Name: zanata-python-client Version: 1.4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -12,9 +12,12 @@ BuildArch: noarch BuildRequires: python-setuptools Requires: python-polib >= 1.0.0-1 Requires: python-httplib2 >= 0.7.4-6 -%if 0%{?rhel} < 6 -Requires: python-hashlib -Requires: python-simplejson + +%if 0%{?rhel} + %if 0%{?rhel} < 6 + Requires: python-hashlib + Requires: python-simplejson + %endif %endif #Conflicts: python-json @@ -45,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %changelog +* Thu Jan 14 2016 Ding-Yi Chen - 1.4.1-2 +Fix the Fedora 22 rpmlint error. + * Wed Jan 13 2016 Ding-Yi Chen - 1.4.1-1 - Upsteam update to 1.4.1 which fixed: * Improvements From caeac9dd5cac8f6972cdf53916f18420c9c6d154 Mon Sep 17 00:00:00 2001 From: Ding-Yi Chen Date: Thu, 14 Jan 2016 10:48:56 +1000 Subject: [PATCH 34/75] fix(build): for EPEL5 --- zanata-python-client.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index ad1e7ac..144a624 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -2,7 +2,7 @@ %{!?python2_sitelib: %define python2_sitelib %{python_sitelib}} Name: zanata-python-client Version: 1.4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ Group: Applications/Text @@ -16,8 +16,8 @@ Requires: python-httplib2 >= 0.7.4-6 %if 0%{?rhel} %if 0%{?rhel} < 6 - Requires: python-hashlib - Requires: python-simplejson +Requires: python-hashlib +Requires: python-simplejson %endif %endif @@ -52,6 +52,9 @@ rm -rf %{buildroot} %changelog +* Thu Jan 14 2016 Ding-Yi Chen - 1.4.1-3 +Fix the EPEL5 build. + * Thu Jan 14 2016 Ding-Yi Chen - 1.4.1-2 Fix the Fedora 22 rpmlint error. From a53d0ad7b466cda78458a20f3e0e8ad7b9f96e1f Mon Sep 17 00:00:00 2001 From: Ding-Yi Chen Date: Thu, 14 Jan 2016 11:10:18 +1000 Subject: [PATCH 35/75] fix(build): Add BuildRoot for EL55 --- zanata-python-client.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 144a624..bf2b33c 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -16,8 +16,9 @@ Requires: python-httplib2 >= 0.7.4-6 %if 0%{?rhel} %if 0%{?rhel} < 6 -Requires: python-hashlib -Requires: python-simplejson +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Requires: python-hashlib +Requires: python-simplejson %endif %endif From 3b022b6a9cd11c8b45721dcfa4ae4304d3cf1deb Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Wed, 20 Jan 2016 12:08:30 -0600 Subject: [PATCH 36/75] Change define -> global --- zanata-python-client.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 5be3f23..fd82c6e 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,8 +1,8 @@ -%{!?__python2: %define __python2 %{__python}} -%{!?python2_sitelib: %define python2_sitelib %{python_sitelib}} +%{!?__python2: %global __python2 %{__python}} +%{!?python2_sitelib: %global python2_sitelib %{python_sitelib}} Name: zanata-python-client Version: 1.4.1 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: Python Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -49,8 +49,11 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %changelog +* Wed Jan 20 2016 Jason L Tibbitts III - 1.4.1-2.1 +- Change define -> global to fix build issue with epel-rpm-macros. + * Thu Jan 14 2016 Ding-Yi Chen - 1.4.1-2 -Fix the Fedora 22 rpmlint error. +- Fix the Fedora 22 rpmlint error. * Wed Jan 13 2016 Ding-Yi Chen - 1.4.1-1 - Upsteam update to 1.4.1 which fixed: From 5de89b310bf32a0da757928513a842348e769ef6 Mon Sep 17 00:00:00 2001 From: Ding-Yi Chen Date: Thu, 21 Jan 2016 10:44:47 +1000 Subject: [PATCH 37/75] - Upstream update to 1.4.2 --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 21 +++++++++++++-------- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index c5592c3..61db8d6 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /v1.3.22.tar.gz /v1.4.0.tar.gz /zpc-v1.4.1.tar.gz +/v1.4.2.tar.gz diff --git a/sources b/sources index 5eef185..f176554 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -077fee479e135c3d61098c6edb47e27a zpc-v1.4.1.tar.gz +c7fa0b97a4612192edb7a2b4b2da0ea5 v1.4.2.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index bf2b33c..f3363d8 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,13 +1,13 @@ -%{!?__python2: %define __python2 %{__python}} -%{!?python2_sitelib: %define python2_sitelib %{python_sitelib}} +%{!?__python2: %global __python2 %{__python}} +%{!?python2_sitelib: %global python2_sitelib %{python_sitelib}} Name: zanata-python-client -Version: 1.4.1 -Release: 3%{?dist} +Version: 1.4.2 +Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ Group: Applications/Text URL: http://zanata.org -Source0: https://github.com/zanata/zanata-python-client/archive/zpc-v%{version}.tar.gz +Source0: https://github.com/zanata/zanata-python-client/archive/v%{version}.tar.gz BuildArch: noarch BuildRequires: python-setuptools @@ -32,7 +32,7 @@ Obsoletes: flies-python-client < 1.1 Zanata Python client is a client that communicate with Zanata server. %prep -%setup -q -n zanata-python-client-zpc-v%{version} +%setup -q -n %{name}-%{version} %build %{__python2} setup.py build @@ -51,13 +51,18 @@ rm -rf %{buildroot} %{_bindir}/* %{python2_sitelib} - %changelog +* Thu Jan 21 2016 Ding-Yi Chen - 1.4.2-1 +- Upstream update to 1.4.2 + +* Wed Jan 20 2016 Jason L Tibbitts III - 1.4.1-4 +- Change define -> global to fix build issue with epel-rpm-macros. + * Thu Jan 14 2016 Ding-Yi Chen - 1.4.1-3 Fix the EPEL5 build. * Thu Jan 14 2016 Ding-Yi Chen - 1.4.1-2 -Fix the Fedora 22 rpmlint error. +- Fix the Fedora 22 rpmlint error. * Wed Jan 13 2016 Ding-Yi Chen - 1.4.1-1 - Upsteam update to 1.4.1 which fixed: From 502b432d91595c76243f1339278b6c4bf8ebedd0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 04:03:06 +0000 Subject: [PATCH 38/75] - 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 39/75] 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 40/75] 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 From 264049dd1d926a0a58cd42519795eb5b10d42aa0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 19 Jul 2016 13:15:11 +0000 Subject: [PATCH 41/75] - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages --- 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 df85370..2e7bfab 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: 2%{?dist} +Release: 3%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ Group: Applications/Text @@ -54,6 +54,9 @@ rm -rf %{buildroot} %{python2_sitelib} %changelog +* Tue Jul 19 2016 Fedora Release Engineering - 1.5.0-3 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + * Fri Apr 15 2016 Sundeep Anand - 1.5.0-2 - add build requires, v1.5.0 release notes: - Bug 1139950 - Translation files mapping rules From b3aac3c18a89bf16e246cab03cb38ef97a68acff Mon Sep 17 00:00:00 2001 From: sundeep-co-in Date: Wed, 26 Oct 2016 17:26:52 +0530 Subject: [PATCH 42/75] Update to v1.5.1 --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 66e4c77..016de0d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /zpc-v1.4.1.tar.gz /v1.4.2.tar.gz /v1.5.0.tar.gz +/v1.5.1.tar.gz diff --git a/sources b/sources index 854ea0f..65e55e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b48962a5930e55f464b81caa96311229 v1.5.0.tar.gz +1592751e3eadd78ccca30d5566215155 v1.5.1.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 2e7bfab..04bdb63 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.5.0 -Release: 3%{?dist} +Version: 1.5.1 +Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ Group: Applications/Text @@ -54,8 +54,8 @@ rm -rf %{buildroot} %{python2_sitelib} %changelog -* Tue Jul 19 2016 Fedora Release Engineering - 1.5.0-3 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages +* Wed Oct 26 2016 Sundeep Anand - 1.5.1-1 +- Upstream update to 1.5.1-1 * Fri Apr 15 2016 Sundeep Anand - 1.5.0-2 - add build requires, v1.5.0 release notes: From d526bf32be9c2855579d1ca7c7ec05c7c48b05b6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 18:21:28 +0000 Subject: [PATCH 43/75] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_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 04bdb63..2400109 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.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ Group: Applications/Text @@ -54,6 +54,9 @@ rm -rf %{buildroot} %{python2_sitelib} %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 1.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Wed Oct 26 2016 Sundeep Anand - 1.5.1-1 - Upstream update to 1.5.1-1 From be91b5d1178520b999bb28b8d8e0fb1a47b4d23c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 22:39:37 +0000 Subject: [PATCH 44/75] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_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 2400109..0dd62f6 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.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ Group: Applications/Text @@ -54,6 +54,9 @@ rm -rf %{buildroot} %{python2_sitelib} %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 1.5.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 1.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From a50e0794cbd57bea04d5e1db4b7ddd9a0874efd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 17 Dec 2017 10:50:46 -0500 Subject: [PATCH 45/75] Python 2 binary package renamed to python2-zanata-client --- zanata-python-client.spec | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 0dd62f6..8c39197 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.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ Group: Applications/Text @@ -11,27 +11,39 @@ Source0: https://github.com/zanata/zanata-python-client/archive/v%{version}.tar. 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 #Conflicts: python-json BuildRequires: python2-devel +%global _description\ +Zanata Python client is a client that communicate with Zanata server. + +%description %_description + +%package -n python2-zanata-client +Summary: %summary +Requires: python-polib >= 1.0.0-1 +Requires: python-httplib2 >= 0.7.4-6 +Requires: python-lxml +%if 0%{?rhel} +Requires: python-hashlib +Requires: python-simplejson +Requires: python-ordereddict +%endif Provides: flies-python-client = %{version}-%{release} Obsoletes: flies-python-client < 1.1 +%{?python_provide:%python_provide python2-zanata-client} +# Remove before F30 +Provides: zanata-python-client = %{version}-%{release} +Obsoletes: zanata-python-client < %{version}-%{release} -%description -Zanata Python client is a client that communicate with Zanata server. +%description -n python2-zanata-client %_description %prep %setup -q -n %{name}-%{version} @@ -47,13 +59,17 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %clean rm -rf %{buildroot} -%files +%files -n python2-zanata-client %defattr(-,root,root,-) %doc README.rst COPYING.LESSER zanata.ini zanata_example.xml CHANGELOG %{_bindir}/* %{python2_sitelib} %changelog +* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 1.5.1-4 +- Python 2 binary package renamed to python2-zanata-client + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 16a48418c08265f75e6e629714c2f6f418e7c485 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mon, 5 Feb 2018 05:54:21 +0100 Subject: [PATCH 46/75] Update Python 2 dependency declarations to new packaging standards --- zanata-python-client.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 8c39197..56c2a68 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.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ Group: Applications/Text @@ -10,7 +10,7 @@ URL: http://zanata.org Source0: https://github.com/zanata/zanata-python-client/archive/v%{version}.tar.gz BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python2-setuptools %if 0%{?rhel} %if 0%{?rhel} < 6 @@ -28,9 +28,9 @@ Zanata Python client is a client that communicate with Zanata server. %package -n python2-zanata-client Summary: %summary -Requires: python-polib >= 1.0.0-1 -Requires: python-httplib2 >= 0.7.4-6 -Requires: python-lxml +Requires: python2-polib >= 1.0.0-1 +Requires: python2-httplib2 >= 0.7.4-6 +Requires: python2-lxml %if 0%{?rhel} Requires: python-hashlib Requires: python-simplejson @@ -66,6 +66,10 @@ rm -rf %{buildroot} %{python2_sitelib} %changelog +* Mon Feb 05 2018 Iryna Shcherbina - 1.5.1-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 1.5.1-4 - Python 2 binary package renamed to python2-zanata-client See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 From 795b31f0c17f330a40deadcd02d11cbec1c17687 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 22:23:12 +0000 Subject: [PATCH 47/75] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 56c2a68..ad46411 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.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ Group: Applications/Text @@ -66,6 +66,9 @@ rm -rf %{buildroot} %{python2_sitelib} %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.5.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Mon Feb 05 2018 Iryna Shcherbina - 1.5.1-5 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) From 420c1c50dda7ccd4fc2d00825529964db3265c57 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 00:52:32 +0100 Subject: [PATCH 48/75] Remove BuildRoot definition None of currently supported distributions need that. It was needed last for EL5 which is EOL now Signed-off-by: Igor Gnatenko --- zanata-python-client.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index ad46411..25096e9 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -14,7 +14,6 @@ BuildRequires: python2-setuptools %if 0%{?rhel} %if 0%{?rhel} < 6 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %endif %endif From 8be9bc341c0cb451236cb833e2318513df041c09 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 07:43:54 +0100 Subject: [PATCH 49/75] Remove %clean section None of currently supported distributions need that. Last one was EL5 which is EOL for a while. Signed-off-by: Igor Gnatenko --- zanata-python-client.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 25096e9..f22c2a8 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -55,9 +55,6 @@ cp -pr zanataclient/VERSION-FILE build/lib/zanataclient %{__python2} setup.py install --skip-build --root $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT/%{_docdir} -%clean -rm -rf %{buildroot} - %files -n python2-zanata-client %defattr(-,root,root,-) %doc README.rst COPYING.LESSER zanata.ini zanata_example.xml CHANGELOG From 759eacef1ffef9f12563082ccf4d050e45415d22 Mon Sep 17 00:00:00 2001 From: sundeep-co-in Date: Mon, 16 Apr 2018 17:57:22 +0530 Subject: [PATCH 50/75] update to v1.5.2 --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 016de0d..daf7961 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /v1.4.2.tar.gz /v1.5.0.tar.gz /v1.5.1.tar.gz +/v1.5.2.tar.gz diff --git a/sources b/sources index 65e55e9..912e0dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1592751e3eadd78ccca30d5566215155 v1.5.1.tar.gz +SHA512 (v1.5.2.tar.gz) = c02a110fccb966993a9b95912262820f72987e6aa31cc53fcec0a4a09e6a5d37f2c435b6d19629c71b87431e63f78f6725d789682bd0d6d08329fed0a6a34734 diff --git a/zanata-python-client.spec b/zanata-python-client.spec index f22c2a8..efd9681 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.5.1 -Release: 6%{?dist} +Version: 1.5.2 +Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ Group: Applications/Text @@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %{python2_sitelib} %changelog +* Mon Apr 16 2018 Sundeep Anand - 1.5.2-1 +- Upstream update to 1.5.2-1 + * Fri Feb 09 2018 Fedora Release Engineering - 1.5.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 2fc2121b64bbf392b8e9601cec347a74a44ee99c Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Wed, 4 Jul 2018 09:39:20 +0530 Subject: [PATCH 51/75] Update to follow latest packaging guidelines --- zanata-python-client.spec | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index efd9681..9262871 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -2,10 +2,9 @@ %{!?python2_sitelib: %global python2_sitelib %{python_sitelib}} Name: zanata-python-client Version: 1.5.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ -Group: Applications/Text URL: http://zanata.org Source0: https://github.com/zanata/zanata-python-client/archive/v%{version}.tar.gz @@ -45,23 +44,26 @@ Obsoletes: zanata-python-client < %{version}-%{release} %description -n python2-zanata-client %_description %prep -%setup -q -n %{name}-%{version} +%autosetup -n %{name}-%{version} %build -%{__python2} setup.py build +%py2_build cp -pr zanataclient/VERSION-FILE build/lib/zanataclient %install -%{__python2} setup.py install --skip-build --root $RPM_BUILD_ROOT +%py2_install rm -rf $RPM_BUILD_ROOT/%{_docdir} %files -n python2-zanata-client -%defattr(-,root,root,-) -%doc README.rst COPYING.LESSER zanata.ini zanata_example.xml CHANGELOG +%doc README.rst zanata.ini zanata_example.xml CHANGELOG +%license COPYING.LESSER %{_bindir}/* -%{python2_sitelib} +%{python2_sitelib}/ %changelog +* Wed Jul 04 2018 Parag Nemade - 1.5.2-2 +- Update to follow latest packaging guidelines + * Mon Apr 16 2018 Sundeep Anand - 1.5.2-1 - Upstream update to 1.5.2-1 From 15e5965217876da110b363ba739382ad11711ab7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:47:15 +0000 Subject: [PATCH 52/75] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 9262871..aeed336 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.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %{python2_sitelib}/ %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 1.5.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Jul 04 2018 Parag Nemade - 1.5.2-2 - Update to follow latest packaging guidelines From b6f01a9f8463bbdf6c1fc83d9fb9cd6cb7c6c44b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 13:06:47 +0000 Subject: [PATCH 53/75] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 aeed336..8ec3b5b 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.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %{python2_sitelib}/ %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 1.5.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 1.5.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From f3af700bb7a25acea57a761c33da2706d2fd7b2c Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Thu, 7 Mar 2019 17:10:14 +0530 Subject: [PATCH 54/75] Update to 1.5.3 release --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 75 +++++++++++++++++---------------------- 3 files changed, 34 insertions(+), 44 deletions(-) diff --git a/.gitignore b/.gitignore index daf7961..783ca32 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /v1.5.0.tar.gz /v1.5.1.tar.gz /v1.5.2.tar.gz +/v1.5.3.tar.gz diff --git a/sources b/sources index 912e0dd..276c346 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.5.2.tar.gz) = c02a110fccb966993a9b95912262820f72987e6aa31cc53fcec0a4a09e6a5d37f2c435b6d19629c71b87431e63f78f6725d789682bd0d6d08329fed0a6a34734 +SHA512 (v1.5.3.tar.gz) = 10190770f61267b058ff15f1a9187f4c8d253ac0edf04799643a0e139689df8bb96965dc3a94d7ca27121c3968100939a3ae48af9027d9a6c67627c72eb3f74d diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 8ec3b5b..5e1c97e 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,73 +1,62 @@ -%{!?__python2: %global __python2 %{__python}} -%{!?python2_sitelib: %global python2_sitelib %{python_sitelib}} -Name: zanata-python-client -Version: 1.5.2 -Release: 4%{?dist} -Summary: Python Client for Zanata Server -License: LGPLv2+ -URL: http://zanata.org -Source0: https://github.com/zanata/zanata-python-client/archive/v%{version}.tar.gz +Name: zanata-python-client +Version: 1.5.3 +Release: 1%{?dist} +Summary: Python3 Client for Zanata Server +License: LGPLv2+ +URL: http://zanata.org +Source0: https://github.com/zanata/zanata-python-client/archive/v%{version}.tar.gz -BuildArch: noarch -BuildRequires: python2-setuptools - -%if 0%{?rhel} - %if 0%{?rhel} < 6 - %endif -%endif - -#Conflicts: python-json -BuildRequires: python2-devel +BuildArch: noarch +BuildRequires: python3-setuptools +BuildRequires: python3-devel %global _description\ Zanata Python client is a client that communicate with Zanata server. %description %_description -%package -n python2-zanata-client -Summary: %summary -Requires: python2-polib >= 1.0.0-1 -Requires: python2-httplib2 >= 0.7.4-6 -Requires: python2-lxml -%if 0%{?rhel} -Requires: python-hashlib -Requires: python-simplejson -Requires: python-ordereddict -%endif -Provides: flies-python-client = %{version}-%{release} -Obsoletes: flies-python-client < 1.1 -%{?python_provide:%python_provide python2-zanata-client} -# Remove before F30 -Provides: zanata-python-client = %{version}-%{release} -Obsoletes: zanata-python-client < %{version}-%{release} +%package -n python3-zanata-client +Summary: %summary +Requires: python3dist(polib) +Requires: python3dist(httplib2) +Requires: python3dist(lxml) +Requires: python3dist(future) +%{?python_provide:%python_provide python3-zanata-client} -%description -n python2-zanata-client %_description +%description -n python3-zanata-client %_description %prep -%autosetup -n %{name}-%{version} +%autosetup %build -%py2_build +%py3_build cp -pr zanataclient/VERSION-FILE build/lib/zanataclient %install -%py2_install +%py3_install + +# Let the docdir be by name python3-zanata-client rm -rf $RPM_BUILD_ROOT/%{_docdir} -%files -n python2-zanata-client +%files -n python3-zanata-client %doc README.rst zanata.ini zanata_example.xml CHANGELOG %license COPYING.LESSER -%{_bindir}/* -%{python2_sitelib}/ +%{_bindir}/flies +%{_bindir}/zanata +%{python3_sitelib}/zanataclient +%{python3_sitelib}/zanata_python_client-%{version}-py3.?.egg-info %changelog +* Thu Mar 07 2019 Parag Nemade - 1.5.3-1 +- Update to 1.5.3 release + * Sun Feb 03 2019 Fedora Release Engineering - 1.5.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering - 1.5.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild -* Wed Jul 04 2018 Parag Nemade - 1.5.2-2 +* Wed Jul 04 2018 Parag Nemade - 1.5.2-2 - Update to follow latest packaging guidelines * Mon Apr 16 2018 Sundeep Anand - 1.5.2-1 From 9e9765738627a876a1e901212d25e4c7f76ae117 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 04:55:22 +0000 Subject: [PATCH 55/75] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 5e1c97e..86e18b4 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client Version: 1.5.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python3 Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %{python3_sitelib}/zanata_python_client-%{version}-py3.?.egg-info %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 1.5.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Thu Mar 07 2019 Parag Nemade - 1.5.3-1 - Update to 1.5.3 release From d56af0a83ccceb5243ff3277cefd885fd0e877e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Aug 2019 11:10:03 +0200 Subject: [PATCH 56/75] Rebuilt for Python 3.8 --- 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 86e18b4..2d71958 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client Version: 1.5.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python3 Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %{python3_sitelib}/zanata_python_client-%{version}-py3.?.egg-info %changelog +* Mon Aug 19 2019 Miro Hrončok - 1.5.3-3 +- Rebuilt for Python 3.8 + * Sat Jul 27 2019 Fedora Release Engineering - 1.5.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 0d31229a80f71cdc9d43af9dc505a1da7afb6430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 3 Oct 2019 14:41:58 +0200 Subject: [PATCH 57/75] Rebuilt for Python 3.8.0rc1 (#1748018) --- 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 2d71958..1d5a2bc 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client Version: 1.5.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python3 Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %{python3_sitelib}/zanata_python_client-%{version}-py3.?.egg-info %changelog +* Thu Oct 03 2019 Miro Hrončok - 1.5.3-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + * Mon Aug 19 2019 Miro Hrončok - 1.5.3-3 - Rebuilt for Python 3.8 From 69b53da1335c312c49faf6bb3491229caf7d7169 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 05:13:52 +0000 Subject: [PATCH 58/75] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 1d5a2bc..2794521 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client Version: 1.5.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python3 Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %{python3_sitelib}/zanata_python_client-%{version}-py3.?.egg-info %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 1.5.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Oct 03 2019 Miro Hrončok - 1.5.3-4 - Rebuilt for Python 3.8.0rc1 (#1748018) From 19a1f588e96ccc15aa53fc2ff890799588c85fe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 03:55:42 +0200 Subject: [PATCH 59/75] Rebuilt for Python 3.9 --- 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 2794521..ed0a902 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client Version: 1.5.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python3 Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %{python3_sitelib}/zanata_python_client-%{version}-py3.?.egg-info %changelog +* Tue May 26 2020 Miro Hrončok - 1.5.3-6 +- Rebuilt for Python 3.9 + * Fri Jan 31 2020 Fedora Release Engineering - 1.5.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From be67d07294cec1ab1d322849dafd8ecf70e07e3e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 15:19:08 +0000 Subject: [PATCH 60/75] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 ed0a902..87e54af 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client Version: 1.5.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Python3 Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %{python3_sitelib}/zanata_python_client-%{version}-py3.?.egg-info %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.5.3-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue May 26 2020 Miro Hrončok - 1.5.3-6 - Rebuilt for Python 3.9 From cac434b108b08b18d9c39466b81799f593f6c0fe Mon Sep 17 00:00:00 2001 From: Tomas Hrnciar Date: Tue, 27 Oct 2020 16:08:46 +0100 Subject: [PATCH 61/75] Replace Python version glob with macro (needed for Python 3.10+) --- zanata-python-client.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 87e54af..58741ec 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -44,7 +44,7 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %{_bindir}/flies %{_bindir}/zanata %{python3_sitelib}/zanataclient -%{python3_sitelib}/zanata_python_client-%{version}-py3.?.egg-info +%{python3_sitelib}/zanata_python_client-%{version}-py%{python3_version}.egg-info %changelog * Wed Jul 29 2020 Fedora Release Engineering - 1.5.3-7 From 011b4e5515b2e5118dd9933b999376327dbcf922 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 28 Jan 2021 00:38:03 +0000 Subject: [PATCH 62/75] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 58741ec..c3215bf 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client Version: 1.5.3 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Python3 Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %{python3_sitelib}/zanata_python_client-%{version}-py%{python3_version}.egg-info %changelog +* Thu Jan 28 2021 Fedora Release Engineering - 1.5.3-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 1.5.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 3e7af486bb2097228a6d41fcb59fdff439d32a4f Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 21:20:44 +0200 Subject: [PATCH 63/75] Rebuilt for Python 3.10 --- 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 c3215bf..860af2a 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client Version: 1.5.3 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Python3 Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %{python3_sitelib}/zanata_python_client-%{version}-py%{python3_version}.egg-info %changelog +* Fri Jun 04 2021 Python Maint - 1.5.3-9 +- Rebuilt for Python 3.10 + * Thu Jan 28 2021 Fedora Release Engineering - 1.5.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 2f8a2a4ce75e3aaff1007baa7f1c6907fb71eaf7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 22:13:36 +0000 Subject: [PATCH 64/75] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 860af2a..7263e89 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client Version: 1.5.3 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Python3 Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %{python3_sitelib}/zanata_python_client-%{version}-py%{python3_version}.egg-info %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.5.3-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Jun 04 2021 Python Maint - 1.5.3-9 - Rebuilt for Python 3.10 From 1cd88bc2795ec57e80a8e87b1cb598a47ae397ef Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 05:47:12 +0000 Subject: [PATCH 65/75] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 7263e89..f96ec0f 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client Version: 1.5.3 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Python3 Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %{python3_sitelib}/zanata_python_client-%{version}-py%{python3_version}.egg-info %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.5.3-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.5.3-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 29aabf8729a8a1485305e0c5c7f26cb43401b0a4 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:35:21 +0200 Subject: [PATCH 66/75] Rebuilt for Python 3.11 --- 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 f96ec0f..59f3e7e 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client Version: 1.5.3 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Python3 Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %{python3_sitelib}/zanata_python_client-%{version}-py%{python3_version}.egg-info %changelog +* Mon Jun 13 2022 Python Maint - 1.5.3-12 +- Rebuilt for Python 3.11 + * Sat Jan 22 2022 Fedora Release Engineering - 1.5.3-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 9e2e2693e1f083eb6319c13b0d56d25eb38d8cd0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:50:22 +0000 Subject: [PATCH 67/75] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 59f3e7e..0fa95dc 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client Version: 1.5.3 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Python3 Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %{python3_sitelib}/zanata_python_client-%{version}-py%{python3_version}.egg-info %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.5.3-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Mon Jun 13 2022 Python Maint - 1.5.3-12 - Rebuilt for Python 3.11 From 79df549b139afc87160196f59895a07914fa5c8c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 08:10:58 +0000 Subject: [PATCH 68/75] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 0fa95dc..a12656a 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client Version: 1.5.3 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Python3 Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %{python3_sitelib}/zanata_python_client-%{version}-py%{python3_version}.egg-info %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.5.3-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 1.5.3-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From f4ec32fd4a44137e3798cbdfb37725d5edd703c5 Mon Sep 17 00:00:00 2001 From: Sundeep Anand Date: Wed, 29 Mar 2023 12:17:39 +0000 Subject: [PATCH 69/75] Update zanata-python-client.spec update license tag to as per SPDX identifiers --- 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 a12656a..68b4654 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,8 +1,8 @@ Name: zanata-python-client Version: 1.5.3 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Python3 Client for Zanata Server -License: LGPLv2+ +License: LGPL-2.0-or-later URL: http://zanata.org Source0: https://github.com/zanata/zanata-python-client/archive/v%{version}.tar.gz @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %{python3_sitelib}/zanata_python_client-%{version}-py%{python3_version}.egg-info %changelog +* Wed Mar 29 2023 Sundeep Anand - 1.5.3-15 +- update license tag to as per SPDX identifiers + * Sat Jan 21 2023 Fedora Release Engineering - 1.5.3-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 8d7a5f57f84cc636d7cd6550335269d09463fc9c Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 20:58:02 +0200 Subject: [PATCH 70/75] Rebuilt for Python 3.12 --- 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 68b4654..6b04d18 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client Version: 1.5.3 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Python3 Client for Zanata Server License: LGPL-2.0-or-later URL: http://zanata.org @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %{python3_sitelib}/zanata_python_client-%{version}-py%{python3_version}.egg-info %changelog +* Tue Jun 13 2023 Python Maint - 1.5.3-16 +- Rebuilt for Python 3.12 + * Wed Mar 29 2023 Sundeep Anand - 1.5.3-15 - update license tag to as per SPDX identifiers From 7ccd637f6fabf393b1a351a3add4b25a6ef2b818 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 19:36:22 +0000 Subject: [PATCH 71/75] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 6b04d18..da0efc2 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client Version: 1.5.3 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Python3 Client for Zanata Server License: LGPL-2.0-or-later URL: http://zanata.org @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %{python3_sitelib}/zanata_python_client-%{version}-py%{python3_version}.egg-info %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.5.3-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue Jun 13 2023 Python Maint - 1.5.3-16 - Rebuilt for Python 3.12 From f1d3fccf92fd3a572dd370c2db723ddd9e3e3f55 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 10:58:06 +0000 Subject: [PATCH 72/75] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_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 da0efc2..89975a9 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client Version: 1.5.3 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Python3 Client for Zanata Server License: LGPL-2.0-or-later URL: http://zanata.org @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %{python3_sitelib}/zanata_python_client-%{version}-py%{python3_version}.egg-info %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.5.3-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 1.5.3-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 3c8419a31637a90660dc58d76ae6d8bd06c81768 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 7 Jun 2024 09:09:58 +0200 Subject: [PATCH 73/75] Rebuilt for Python 3.13 --- 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 89975a9..e75758c 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client Version: 1.5.3 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Python3 Client for Zanata Server License: LGPL-2.0-or-later URL: http://zanata.org @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %{python3_sitelib}/zanata_python_client-%{version}-py%{python3_version}.egg-info %changelog +* Fri Jun 07 2024 Python Maint - 1.5.3-19 +- Rebuilt for Python 3.13 + * Sat Jan 27 2024 Fedora Release Engineering - 1.5.3-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From ffbe3454f31ea52bc7d20aa681efa7b0b95b6079 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 10:47:39 +0000 Subject: [PATCH 74/75] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_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 e75758c..b86b570 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,6 +1,6 @@ Name: zanata-python-client Version: 1.5.3 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Python3 Client for Zanata Server License: LGPL-2.0-or-later URL: http://zanata.org @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %{python3_sitelib}/zanata_python_client-%{version}-py%{python3_version}.egg-info %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.5.3-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri Jun 07 2024 Python Maint - 1.5.3-19 - Rebuilt for Python 3.13 From 60fb6b1f0fa8068006017b0afe88acc8b4589c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 23 Aug 2024 15:08:04 +0200 Subject: [PATCH 75/75] Retired: https://pagure.io/releng/issue/12278 --- .gitignore | 15 -- dead.package | 1 + sources | 1 - zanata-python-client.spec | 448 -------------------------------------- 4 files changed, 1 insertion(+), 464 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 zanata-python-client.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 783ca32..0000000 --- a/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -/1.3.14.tar.gz -/v1.3.15.tar.gz -/v1.3.16.tar.gz -/v1.3.18.tar.gz -/v1.3.19.tar.gz -/v1.3.20.tar.gz -/v1.3.21.tar.gz -/v1.3.22.tar.gz -/v1.4.0.tar.gz -/zpc-v1.4.1.tar.gz -/v1.4.2.tar.gz -/v1.5.0.tar.gz -/v1.5.1.tar.gz -/v1.5.2.tar.gz -/v1.5.3.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..2b6e60e --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Retired: https://pagure.io/releng/issue/12278 diff --git a/sources b/sources deleted file mode 100644 index 276c346..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (v1.5.3.tar.gz) = 10190770f61267b058ff15f1a9187f4c8d253ac0edf04799643a0e139689df8bb96965dc3a94d7ca27121c3968100939a3ae48af9027d9a6c67627c72eb3f74d diff --git a/zanata-python-client.spec b/zanata-python-client.spec deleted file mode 100644 index b86b570..0000000 --- a/zanata-python-client.spec +++ /dev/null @@ -1,448 +0,0 @@ -Name: zanata-python-client -Version: 1.5.3 -Release: 20%{?dist} -Summary: Python3 Client for Zanata Server -License: LGPL-2.0-or-later -URL: http://zanata.org -Source0: https://github.com/zanata/zanata-python-client/archive/v%{version}.tar.gz - -BuildArch: noarch -BuildRequires: python3-setuptools -BuildRequires: python3-devel - -%global _description\ -Zanata Python client is a client that communicate with Zanata server. - -%description %_description - -%package -n python3-zanata-client -Summary: %summary -Requires: python3dist(polib) -Requires: python3dist(httplib2) -Requires: python3dist(lxml) -Requires: python3dist(future) -%{?python_provide:%python_provide python3-zanata-client} - -%description -n python3-zanata-client %_description - -%prep -%autosetup - -%build -%py3_build -cp -pr zanataclient/VERSION-FILE build/lib/zanataclient - -%install -%py3_install - -# Let the docdir be by name python3-zanata-client -rm -rf $RPM_BUILD_ROOT/%{_docdir} - -%files -n python3-zanata-client -%doc README.rst zanata.ini zanata_example.xml CHANGELOG -%license COPYING.LESSER -%{_bindir}/flies -%{_bindir}/zanata -%{python3_sitelib}/zanataclient -%{python3_sitelib}/zanata_python_client-%{version}-py%{python3_version}.egg-info - -%changelog -* Sat Jul 20 2024 Fedora Release Engineering - 1.5.3-20 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Fri Jun 07 2024 Python Maint - 1.5.3-19 -- Rebuilt for Python 3.13 - -* Sat Jan 27 2024 Fedora Release Engineering - 1.5.3-18 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sat Jul 22 2023 Fedora Release Engineering - 1.5.3-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Tue Jun 13 2023 Python Maint - 1.5.3-16 -- Rebuilt for Python 3.12 - -* Wed Mar 29 2023 Sundeep Anand - 1.5.3-15 -- update license tag to as per SPDX identifiers - -* Sat Jan 21 2023 Fedora Release Engineering - 1.5.3-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 1.5.3-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Mon Jun 13 2022 Python Maint - 1.5.3-12 -- Rebuilt for Python 3.11 - -* Sat Jan 22 2022 Fedora Release Engineering - 1.5.3-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 1.5.3-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 04 2021 Python Maint - 1.5.3-9 -- Rebuilt for Python 3.10 - -* Thu Jan 28 2021 Fedora Release Engineering - 1.5.3-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 1.5.3-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue May 26 2020 Miro Hrončok - 1.5.3-6 -- Rebuilt for Python 3.9 - -* Fri Jan 31 2020 Fedora Release Engineering - 1.5.3-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Oct 03 2019 Miro Hrončok - 1.5.3-4 -- Rebuilt for Python 3.8.0rc1 (#1748018) - -* Mon Aug 19 2019 Miro Hrončok - 1.5.3-3 -- Rebuilt for Python 3.8 - -* Sat Jul 27 2019 Fedora Release Engineering - 1.5.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Mar 07 2019 Parag Nemade - 1.5.3-1 -- Update to 1.5.3 release - -* Sun Feb 03 2019 Fedora Release Engineering - 1.5.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 1.5.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Jul 04 2018 Parag Nemade - 1.5.2-2 -- Update to follow latest packaging guidelines - -* Mon Apr 16 2018 Sundeep Anand - 1.5.2-1 -- Upstream update to 1.5.2-1 - -* Fri Feb 09 2018 Fedora Release Engineering - 1.5.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Mon Feb 05 2018 Iryna Shcherbina - 1.5.1-5 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 1.5.1-4 -- Python 2 binary package renamed to python2-zanata-client - See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 - -* Thu Jul 27 2017 Fedora Release Engineering - 1.5.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 1.5.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Oct 26 2016 Sundeep Anand - 1.5.1-1 -- Upstream update to 1.5.1-1 - -* 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 - -* 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 - -* Wed Jan 20 2016 Jason L Tibbitts III - 1.4.1-4 -- Change define -> global to fix build issue with epel-rpm-macros. - -* Thu Jan 14 2016 Ding-Yi Chen - 1.4.1-3 -Fix the EPEL5 build. - -* Thu Jan 14 2016 Ding-Yi Chen - 1.4.1-2 -- Fix the Fedora 22 rpmlint error. - -* Wed Jan 13 2016 Ding-Yi Chen - 1.4.1-1 -- Upsteam update to 1.4.1 which fixed: - * Improvements - - zanata init Initialize Zanata project configuration - - zanata stats Displays translation statistics for a Zanata project version - * Bug fixes - - Bug 1206995 - Should allow anonymous pull from Zanata - - Bug ZNTA-853 - Crash when pushing local translations - -* Thu Dec 10 2015 Ding-Yi Chen - 1.4.0-1 -- Upsteam update to 1.4.0 which fixed: - - Bug 1215274 - specify minimum percentage completion on pull - - Rename zanatalib/project.py to zanatalib/projectutils.py - - Bug 1156236 - use locale aliases defined in the server - - added ProjectContext, Improved help, fixed code issues - - added and in zanata.xml - - refactor code - added config to centralize rest resources - - Organize exception messages, added test. - - HTTP to HTTPS redirect - auto, if found in httplib2 response - - Rename zanatalib/client.py to zanatalib/resource.py - - flake8 changes and addition of: make flake8 - - added requirements.txt - -* Mon Jul 27 2015 Anish Patil - 1.3.22-1 -- Upstream has released new version - -* Fri Jun 19 2015 Fedora Release Engineering - 1.3.21-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Tue Mar 03 2015 Anish Patil - 1.3.21-1 -- Upstream has released new version - -* Mon Mar 02 2015 Anish Patil - 1.3.20-1 -- Upstream has released new version - -* Mon Feb 23 2015 Anish Patil - 1.3.19-1 -- Upstream has released new version - -* Wed Dec 03 2014 Anish Patil - 1.3.18-1 -- Upstream has released new version - -* Thu Nov 06 2014 Anish Patil - 1.3.16-2 -- New package guidelines,removed doc dir at the end of install - -* Fri Sep 19 2014 Anish Patil - 1.3.16-1 -- Upstream has released new version - -* Fri Jul 25 2014 Anish Patil - 1.3.15-1 -- Incorporated package review comments - -* Thu Jul 24 2014 Anish Patil - 1.3.14-2 -- Incorporated package review comments - -* Tue Jul 22 2014 Anish Patil - 1.3.14-1 -- Upstream has released new version - -* Sun Aug 04 2013 Fedora Release Engineering - 1.3.13-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 1.3.13-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Nov 21 2012 Sean Flanigan - 1.3.13-1 -- Use dict instead of nested loop -- Ensure that msgstr_plural is always set for plural strings -- Rename message to poentry for consistency - -* Thu Nov 15 2012 Sean Flanigan - 1.3.12-1 -- Revised test files -- Use PUT instead of POST/PUT when pushing source documents -- Change Flies to Zanata in messages - -* Tue Aug 07 2012 Ding-Yi Chen - 1.3.11-1 -- Updated: CHANGELOG and setup.py - -* Tue Aug 07 2012 Ding-Yi Chen - 1.3.10-1 -- Fixed rhbz#727833, "Copy previous translations:True" is ambiguous - -* Sun Jul 22 2012 Fedora Release Engineering - 1.3.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Mon Jul 16 2012 James Ni - 1.3.8-1 -- Fix issue of po/publican push and po/publican pull command for project_type -- Fixed rhbz826821, glossary-push failed on big compendium po file -- Add link of trouble shooting page to error message -- Fix bypass ssl certificate check issue -- Change Delete to Deleting - -* Wed Jun 13 2012 James Ni - 1.3.7-1 -- Fixed rhbz#827316, failed to push pot with msgid_plural against 1.6 server -- Fixed rhbz#826798, zanata pull fail to pull -- 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 -- Fix the query param of skeletons -- 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 -- Implement glossary delete command -- 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 -- Fixed rhbz#814503, backtrace for zanata glossary push without "zanata.xml" -- Fixed rhbz#798084, Python client does not show helpful error when missing project id for 'project info' command -- Fixed rhbz#796039, Python client not recognizing source directories with pot files only in sub-directories. -- Fixed rhbz#795643, Python client pushes extracted comments instead of translator comments -- Fixed rhbz#744277, output more informative error message for unescaped quote -- Add msgid_plural and msgstr_plural support in python client (for server >=1.6) -- Add skeletons query parameter support in pull command -- Replace the address of FSF in license -- Add status code to error message - -* Tue Feb 21 2012 James Ni - 1.3.4-1 -- Fixed rhbz#795237: zanata python client still display depreciate help on "version create" -- Fixed rhbz#727386: zanata po push does not assume working directory -- Fixed rhbz#754869: The python client is pulling some files with a wrong path -- Fixed rhbz#768877: python client breaks PO file when no translation found -- Fixed rhbz#748727: US31 As a translator I want the appropriate character encoding for my language to be used so that - the content is saved in the correct encoding format -- Add warning for retired project/version - -* Sat Jan 14 2012 Fedora Release Engineering - 1.3.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Thu Dec 01 2011 James Ni - 1.3.3-1 -- Fixed rhbz#751648: Error reading path names with dots -- Fixed rhbz#754869: The python client is pulling some files with a wrong path -- Fixed rhbz#756617: python client process file name not correctly for file name contain more than one dot -- Fixed rhbz#753719: Python client explodes on F16 - -* 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 - -* Tue Aug 23 2011 James Ni - 1.3.0-1 -- Change to version 1.3.0 - -* Wed Jul 20 2011 James Ni - 1.2.6-1 -- Change to version 1.2.6 - -* Thu Jun 02 2011 James Ni - 1.2.5-3 -- Fix error of onditionals of RHEL5 - -* Thu Jun 02 2011 James Ni - 1.2.5-2 -- Add python-simplejson requires for RHEL5 - -* Wed Jun 01 2011 James Ni - 1.2.5-1 -- Bug fix and usability improvement - -* Thu May 05 2011 James Ni - 1.2.4-1 -- Fix rhbz#702192 - -* Wed Apr 27 2011 James Ni - 1.2.3-1 -- Fix rhbz#696474, rhbz#696515, rhbz#696437, rhbz#698028, rhbz#695598, rhbz#690687 - -* Fri Apr 01 2011 James Ni - 1.2.2-1 -- Change to version 1.2.2 - -* Thu Mar 31 2011 James Ni - 1.2.1-2 -- Fixed rpmlint: W: self-obsoletion flies-python-client < 1.3 obsoletes flies-python-client = 1.2.1-1.el6 - -* Thu Mar 31 2011 James Ni - 1.2.1-1 -- Add flies command for fallback - -* Thu Mar 31 2011 James Ni - 1.2.0-2 -- Change the URL, add Provides and Obsoletes, add zanata.ini in %%doc - -* Tue Mar 29 2011 James Ni - 1.2.0-1 -- Rename the flies to zanata, rename fliesclient to zanataclient - -* Thu Mar 10 2011 James Ni - 0.8.1-1 -- Fix bugs(issue 272, issue 274) of retrieve the translation - -* Mon Mar 07 2011 James Ni - 0.8.0-1 -- Stable release - -* Wed Feb 23 2011 James Ni - 0.7.6-1 -- Rename the command line option, add a Logger class for better output, set copytrans default value to true, make the - extensions to a list of gettext and comment. - -* Tue Feb 22 2011 James Ni - 0.7.4-1 -- Fix issue 245:stop processing when type 'n', Add version service, rename the command line option and help info, add - InternalServerError - -* Mon Feb 21 2011 James Ni - 0.7.3-1 -- Fix issue 244, issue 245, issue 247 and issue 30, add command list for 'flies publican', rewrite the README - -* Fri Feb 18 2011 James Ni - 0.7.2-1 -- Rename the gettextutil to publicanutil, Remove the translator from textFlowTarget, Add more help info - -* Tue Feb 08 2011 Fedora Release Engineering - 0.7.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Jan 24 2011 James Ni - 0.7.1-1 -- Fix typo and make help more user-friendly - -* Mon Jan 24 2011 James Ni - 0.7.0-1 -- Add copyTrans option to client - -* Tue Jan 04 2011 James Ni - 0.6.1-1 -- Add exception handler for empty extensions - -* Wed Dec 29 2010 James Ni - 0.6.0-1 -- Create pot file with content retrieved from server, user could choose keep or delete the content on the flies - server when pushing publican - -* Tue Dec 07 2010 James Ni - 0.5.1-1 -- Fix bugs and add some log info for python client - -* Thu Dec 02 2010 James Ni - 0.5.0-1 -- Make the script compatible with python 2.4 - -* Mon Nov 29 2010 James Ni - 0.4.0-1 -- Add command line option for translation folder and importPo, read and write multiple locale, read the flies.xml first - -* Wed Oct 27 2010 James Ni - 0.3.2-1 -- Fix a typo in project creation - -* Fri Oct 22 2010 James Ni - 0.3.1-1 -- Fix an issue in project creation - -* Thu Oct 21 2010 James Ni - 0.3.0-1 -- Fix the issues in extension support and update translation command - -* Thu Oct 21 2010 James Ni - 0.2.0-1 -- Add extension support and update translation command - -* Wed Sep 29 2010 James Ni - 0.1.0-1 -- Modify the user configuration file and command line options - -* Wed Sep 08 2010 James Ni - 0.0.6-1 -- Try to resolve the dependency of python-setuptools - -* Mon Sep 06 2010 James Ni - 0.0.5-2 -- Add requires for python-polib - -* Tue Aug 31 2010 James Ni - 0.0.5-1 -- Rename resservice in flieslib/__init__.py to docservice - -* Mon Aug 30 2010 James Ni - 0.0.4-1 -- Rename module resservice to docservice -- Set encode to UTF-8 when generate hash value for msgid of the po file -- Change functions in flies.py to private -- Fix a exception in projectservice and exception handler in flies -- Provide more "readable" output for httplib2 connection error - -* Wed Aug 25 2010 James Ni - 0.0.3-3 -- Add an error handler for list command -- Add cache to httplib2 - -* Mon Aug 23 2010 James Ni - 0.0.3-2 -- Include the example configuration file -- Add dependency of python-httplib2 for fedora 12(and less) - -* Fri Aug 20 2010 James Ni - 0.0.3-1 -- Modify the __inin__.py for importing the module -- Modify the spec file and fliesrc.txt -- Rewrite README file for giving detail of commands and how to implement flies-python-lib in program -- Add COPYING.LESSER - -* Mon Aug 16 2010 James Ni - 0.0.2-2 -- remove shebang from flies.py - -* Fri Aug 13 2010 James Ni - 0.0.2-1 -- initial package (#623871)