Hello community,
here is the log from the commit of package google-api-python-client for
openSUSE:Factory checked in at 2013-10-31 15:40:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-api-python-client (Old)
and /work/SRC/openSUSE:Factory/.google-api-python-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-api-python-client"
Changes:
--------
---
/work/SRC/openSUSE:Factory/google-api-python-client/google-api-python-client.changes
2013-08-15 16:16:46.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.google-api-python-client.new/google-api-python-client.changes
2013-10-31 15:40:50.000000000 +0100
@@ -1,0 +2,25 @@
+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.
+
+-------------------------------------------------------------------
Old:
----
google-api-python-client-1.1.tar.gz
New:
----
google-api-python-client-1.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ google-api-python-client.spec ++++++
--- /var/tmp/diff_new_pack.4oy2gJ/_old 2013-10-31 15:40:51.000000000 +0100
+++ /var/tmp/diff_new_pack.4oy2gJ/_new 2013-10-31 15:40:51.000000000 +0100
@@ -15,20 +15,20 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: google-api-python-client
-Version: 1.1
+Version: 1.2
Release: 0
-License: Apache-2.0
Summary: Google APIs Python Client
-URL: http://code.google.com/p/google-api-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-simplejson
BuildRequires: python-setuptools
+BuildRequires: python-simplejson
Requires: python
-#Requires: python-python-gflags
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+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
@@ -49,12 +49,9 @@
%clean
rm -rf $RPM_BUILD_ROOT
-
%files
%defattr(-,root,root,-)
%doc CHANGELOG FAQ LICENSE README
%{python_sitelib}/*
-%{_bindir}/enable-app-engine-project
-
%changelog
++++++ google-api-python-client-1.1.tar.gz ->
google-api-python-client-1.2.tar.gz ++++++
++++ 2088 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]