pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-gdata Update to 2.0.17:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89f299a37898
branches:  trunk
changeset: 604289:89f299a37898
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 29 13:17:12 2012 +0000

description:
Update to 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

diffstat:

 www/py-gdata/Makefile |  5 ++---
 www/py-gdata/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r a147e3e37c9c -r 89f299a37898 www/py-gdata/Makefile
--- a/www/py-gdata/Makefile     Tue May 29 12:22:55 2012 +0000
+++ b/www/py-gdata/Makefile     Tue May 29 13:17:12 2012 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2012/04/08 19:09:16 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2012/05/29 13:17:12 wiz Exp $
 
-DISTNAME=      gdata-2.0.16
+DISTNAME=      gdata-2.0.17
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  http://gdata-python-client.googlecode.com/files/
 
diff -r a147e3e37c9c -r 89f299a37898 www/py-gdata/distinfo
--- a/www/py-gdata/distinfo     Tue May 29 12:22:55 2012 +0000
+++ b/www/py-gdata/distinfo     Tue May 29 13:17:12 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2012/01/20 12:21:39 wiz Exp $
+$NetBSD: distinfo,v 1.6 2012/05/29 13:17:12 wiz Exp $
 
-SHA1 (gdata-2.0.16.tar.gz) = 2cf06487e6c7e549e699dd737ba7b1c25e78c246
-RMD160 (gdata-2.0.16.tar.gz) = 6a549df0e6a7115dbb637fe8623fb8a0e73e14ff
-Size (gdata-2.0.16.tar.gz) = 2077455 bytes
+SHA1 (gdata-2.0.17.tar.gz) = d2d9f60699611f95dd8c328691a2555e76191c0c
+RMD160 (gdata-2.0.17.tar.gz) = de5f151e7f2beed098d03e2b60c9a3621f3ec93d
+Size (gdata-2.0.17.tar.gz) = 2398047 bytes



Home | Main Index | Thread Index | Old Index