Hello community, here is the log from the commit of package google-api-python-client.2153 for openSUSE:13.1:Update checked in at 2013-11-12 17:51:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:13.1:Update/google-api-python-client.2153 (Old) and /work/SRC/openSUSE:13.1:Update/.google-api-python-client.2153.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-api-python-client.2153" Changes: -------- New Changes file: --- /dev/null 2013-10-11 12:16:15.204037506 +0200 +++ /work/SRC/openSUSE:13.1:Update/.google-api-python-client.2153.new/google-api-python-client.changes 2013-11-12 17:51:10.000000000 +0100 @@ -0,0 +1,30 @@ +------------------------------------------------------------------- +Wed Oct 30 14:44:29 UTC 2013 - [email protected] + +- update to version 1.2 + + The use of the gflags library is now deprecated, and is no longer a + dependency. If you are still using the oauth2client.tools.run() function + then include gflags as a dependency of your application or switch to + oauth2client.tools.run_flow. + + Samples have been updated to use the new apiclient.sample_tools, and no + longer use gflags. + + Added support for the experimental Object Change Notification, as found in + the Cloud Storage API. + + The oauth2client App Engine decorators are now threadsafe. + + Use the following redirects feature of httplib2 where it returns the + ultimate URL after a series of redirects to avoid multiple hops for every + resumable media upload request. + + Updated AdSense Management API samples to V1.3 + + Add option to automatically retry requests. + + Ability to list registered keys in multistore_file. + + User-agent must contain (gzip). + + The 'method' parameter for httplib2 is not positional. This would cause + spurious warnings in the logging. + + Making OAuth2Decorator more extensible. Fixes Issue 256. + + Update AdExchange Buyer API examples to version v1.2. + +------------------------------------------------------------------- +Tue Aug 6 20:31:56 UTC 2013 - [email protected] + +- Initial build + New: ---- google-api-python-client-1.2.tar.gz google-api-python-client.changes google-api-python-client.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ google-api-python-client.spec ++++++ # # spec file for package google-api-python-client # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: google-api-python-client Version: 1.2 Release: 0 Summary: Google APIs Python Client License: Apache-2.0 Group: Development/Languages/Python Url: http://code.google.com/p/google-api-python-client/ Source0: %{name}-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-setuptools BuildRequires: python-simplejson Requires: python BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %else BuildArch: noarch %endif %description Google APIs Client Library for Python %prep %setup -q %build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGELOG FAQ LICENSE README %{python_sitelib}/* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
