Hello community, here is the log from the commit of package python3-gdata for openSUSE:Factory checked in at 2015-02-16 22:13:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-gdata (Old) and /work/SRC/openSUSE:Factory/.python3-gdata.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-gdata" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-gdata/python3-gdata.changes 2013-06-21 19:01:43.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-gdata.new/python3-gdata.changes 2015-02-16 22:13:34.000000000 +0100 @@ -1,0 +2,115 @@ +Sat Feb 14 19:18:22 UTC 2015 - [email protected] + +- specfile: + * update copyright year + * add samples/app directory to find command that removes '\r's + * also remove executable bit from *.txt and *.c files in samples/ + +- update to version 2.0.18: + * Remove unused script. + * Updated docs. + * Bumped version. + * Adding missing unit attributes for unit picing elements. + * Fixing identifier_exists attribute for product items. + * Fixing multipack attribute. + * Adding new product spec attributes. + * Update Sites Python API to allow page creation from a template + * Adding an OAuth2Token subclass which can interact with + google-api-python-client. + * Modifying Content API for Shopping client to use schema + projection. + * Adding in ability to change Content for Shopping base URI via a + kwarg for client constructor. (Fixes 6479060). + * Adding paid clicks to Content API performance datapoint. (Issue + 6443130) + * Adding support for adwords_accounts settings element in + managedaccounts feed of Content API. (6443092) + * Changing OAuth2 Authorization Header lead in from OAuth to Bearer + (per http://goo.gl/QDiLZ). (issue 6455060) + * Adding missing name XML attribute to + gdata.contentforshopping.data.Group. + * Renaming classes for inventory feed of Content API. (Issue + 6296085) + * Updating offline URI for OAuth2 and explicity specifying + approval_prompt as a kw arg. (Issue 6296072) + * Added individual get for ManagedAccounts, functionality for paging + and changed to correct endpoint. (issue 6304076) + * Adding support for Local Products feed in Content API. (Issue + 6305091) + * Adding support for wrong open search version hack on other + ContentAPI Feed classes. (Issue 6296071) + * Adding support for Data Quality Feed of Content API for + Shopping. (Issue 6295074) + * Adding back accidentally removed code from commit + c92bc870e3a4363bed2732d50d782189407af7ac. + * Adding support for Content API Users Feed. (Issue 6295071) + * Adding custom id parser for Content API errors. (issue 6306073) + * Adding support for product status elements in app:control for + content for shopping. (Fixes 6299076) + +- changes from version 2.0.17: + * The gdata.youtube.service class now explicitly sets the + GData-Version: 1 header, and is updated to use the correct + ClientLogin URL. + * Adding support for OAuth2 revoke endpoint. + * Make Resource and ResourceFeed "Batch" compatible. + * Forgot to add camelcase alias for batch in issue 5970062. + * Adding support for performance data in Content API for Shopping + (fixes Issue 5976061). + * Added support for custom attributes in Content API for Shopping + (fixes Issue 5970070). + * Changed dest attrs in Content API to iterable, added validate_dest + and fixed qname on app:control (fixes Issue 5976046). + * Added camel case names to content API client public methods (fixes + Issue 5970062). + * Added support for Content for API errors on single and batch + requests (fixes Issue 5971061). + * Added support for start-token in Content API for Shopping (closes + Issue 5980044). + * Change gdata.docs.client.DocsClient.DeleteResource to use the + entry instead of the link. + * Allow for random kwargs in atom.client.AtomClient.request method. + * Changing Shipping to list element in Content API for Shopping. + * Fixing behavior in atom.http_core.Uri._get_query_string for query + parameters with no parameter value (closes Issue 5938047). + * Fixed batch function issues in content api for shopping client. + * Updated GetFeed methods in the Email Settings API to return typed + feeds + * Namespace for channel element (in contentforshopping) was promoted + from scp to sc. + * Fixed release date year. + * Fixing bug in recent change to the Email Settings API client + library (rev. 194d0fd21fdd) + some typos + * Updating the Email Settings API to return instances of the correct + classes when retrieving settings + * Added a sample to create a group and update its settings using the + Groups Provisioning and Groups Settings APIs. + * Added docs:description element to docs resources. + * Fixed error in docs sample. + * Added scopes for all Admin APIs in apps tag + * Added a sample for Email Audit API demonstrating CRUD operations + on email monitors + * Fixed small doc errors, made tax a list element + * Fix issues 590/591: Contact's gender XML element was wrong. + * Added a sample marketplace application + * Sample to delete obsolete suspended users + * Sample to retrieve user's profile and contacts using 2LO + * Fixing issue 587. Wrong URL used for batch ACL changes. + * Added a sample to list all the members of a group + * Adding access_type=offline to OAuth 2.0 authorize URL. + * Check document list entries have a content before trying to + download them. + * Added tag 2.0.16 for changeset c67f3c6398ba + * Updated hgignore + * Updated MANIFEST.in + * Use a generated MANIFEST from MANIFEST.in + * Updated release notes. + * Fixed recording test, sometimes outside the US, google.com tries + to redirect. + * Updated pydocs + * Bumped version string + * Fixed doc generation script for my environment. + * Added a sample to search users with a given pattern and and move + them to an organization + +------------------------------------------------------------------- Old: ---- gdata-2.0.16.tar.gz New: ---- gdata-2.0.18.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-gdata.spec ++++++ --- /var/tmp/diff_new_pack.CIaU8O/_old 2015-02-16 22:13:35.000000000 +0100 +++ /var/tmp/diff_new_pack.CIaU8O/_new 2015-02-16 22:13:35.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python3-gdata # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python3-gdata -Version: 2.0.16 +Version: 2.0.18 Release: 0 Url: http://code.google.com/p/gdata-python-client Summary: Python library to access data through Google Data APIs @@ -25,9 +25,9 @@ Group: Development/Libraries/Python Source: http://gdata-python-client.googlecode.com/files/gdata-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: fdupes BuildRequires: python3-devel BuildRequires: python3-distribute -BuildRequires: fdupes BuildArch: noarch %description @@ -36,8 +36,10 @@ %prep %setup -q -n gdata-%{version} -find samples/oauth src/gdata -type f -name "*.py" -exec sed -i 's|\r||' {} \; # Fix wrong EOL encoding +find samples/oauth samples/apps src/gdata -type f -name "*.py" -exec sed -i 's|\r||' {} \; # Fix wrong EOL encoding find samples -type f -name "*.py" -exec chmod 0644 {} \; # Remove executable perms on samples +find samples -type f -name "*.txt" -exec chmod 0644 {} \; # Remove executable perms on samples +find samples -type f -name "*.c" -exec chmod 0644 {} \; # Remove executable perms on samples # Remove unnecessary Python shebangs find . -type f -exec sed -i -r '1s|^#! *(.+)/python(.*)$||' {} \; find . -type f -exec sed -i -r '1s|^#! */usr/bin/env +python.*$||' {} \; ++++++ gdata-2.0.16.tar.gz -> gdata-2.0.18.tar.gz ++++++ ++++ 77576 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
