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.16:
details: https://anonhg.NetBSD.org/pkgsrc/rev/d34f4b63bba0
branches: trunk
changeset: 598199:d34f4b63bba0
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Jan 20 12:21:39 2012 +0000
description:
Update to 2.0.16:
=== 2.0.16 ===
5 Jan 2011
- Add sample for Docs List API to delete ACL.
- Added support for label deletion in the Email Settings API client library
- Added a sample for Email Settings create label and filters with exponential
back-off
- Added sample for enabling pop settings using Email Settings API
- Fixed typo in analytics sample.
- Fixed ACL batching URI in Docs.
- Updated RetrieveAllUsers and RetrieveAllAliases to return all pages instead
of one.
- Removing force=True from some ACL requests in DocsClient
- Added RetrieveGroups method and updated RetrieveAllGroups and
RetrieveAllMembers method
- Added a quick start sample for user provisioning
- Added a client for organization unit provisioning
- Added client architecture for group provisioning
- Added a new sample for multidonain provisioning. Demonstrates all the
functions available.
- Added test for RetrieveAllUserAliases and changed OAuth scopes for Apps
- Added client architecture for provisioning api and tests for client
- Added support for batch requests to update spreadsheet cells.
- Added GetAcl alias for get_acl in DocsClient
- Added new ACL and get by ID methods to DocsClient.
- Added some conditional imports for tlslite.
- Updates to category handling for Documents list API
- Added a function to retrieve all the aliases for a given user email.
- Fixed #553
=== 2.0.15 ===
18 Oct 2011
- New Documents List API client
- Added support for MDM Provisioning API
- Added Batch support for Documents List API ACL changes
- Added category handling for Documents List API client
- Added commenter role to Documents List API client
- Added support for gContact:status
- Added subdomain support for Email Settings API
- Added support for Apparel attributes in Content API for Shopping client
- Added Documents List sample
- Added Sample for Provisioning API with OAuth2
- Added Sample for Email Settings API with OAuth2
- Added Sample for Provisioning API with Sites and Profiles API
- Fixed Youtube client to use SSL
- Fixed Sites API sample to use SSL
- Removed Google Base Data API support
- Issues closed:
#190, #206, #215, #230, #268, #270, #279, #281, #288, #296, #303, #312,
#346, #363, #399, #424, #435, #483, #492, #494, #498, #508, #512, #516,
#526, #532, #533, #534, #541, #547
diffstat:
www/py-gdata/Makefile | 22 +++++++++++++++-------
www/py-gdata/PLIST | 47 ++++++++++++++++++++++++++++++++++++++++-------
www/py-gdata/distinfo | 8 ++++----
3 files changed, 59 insertions(+), 18 deletions(-)
diffs (174 lines):
diff -r e9ae9a2ed8d4 -r d34f4b63bba0 www/py-gdata/Makefile
--- a/www/py-gdata/Makefile Fri Jan 20 12:12:34 2012 +0000
+++ b/www/py-gdata/Makefile Fri Jan 20 12:21:39 2012 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2011/10/10 08:32:19 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2012/01/20 12:21:39 wiz Exp $
-DISTNAME= gdata-2.0.14
+DISTNAME= gdata-2.0.16
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= http://gdata-python-client.googlecode.com/files/
@@ -16,8 +15,8 @@
PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes
-REPLACE_PYTHON= src/atom/auth.py
-REPLACE_PYTHON+= src/atom/__init__.py
+REPLACE_PYTHON= src/atom/__init__.py
+REPLACE_PYTHON+= src/atom/auth.py
REPLACE_PYTHON+= src/atom/client.py
REPLACE_PYTHON+= src/atom/core.py
REPLACE_PYTHON+= src/atom/data.py
@@ -44,19 +43,25 @@
REPLACE_PYTHON+= src/gdata/apps/__init__.py
REPLACE_PYTHON+= src/gdata/apps/adminsettings/__init__.py
REPLACE_PYTHON+= src/gdata/apps/adminsettings/service.py
+REPLACE_PYTHON+= src/gdata/apps/apps_property_entry.py
+REPLACE_PYTHON+= src/gdata/apps/data.py
REPLACE_PYTHON+= src/gdata/apps/emailsettings/__init__.py
REPLACE_PYTHON+= src/gdata/apps/emailsettings/client.py
REPLACE_PYTHON+= src/gdata/apps/emailsettings/data.py
REPLACE_PYTHON+= src/gdata/apps/emailsettings/service.py
+REPLACE_PYTHON+= src/gdata/apps/groups/client.py
+REPLACE_PYTHON+= src/gdata/apps/groups/data.py
REPLACE_PYTHON+= src/gdata/apps/groups/service.py
REPLACE_PYTHON+= src/gdata/apps/migration/__init__.py
REPLACE_PYTHON+= src/gdata/apps/migration/service.py
+REPLACE_PYTHON+= src/gdata/apps/multidomain/client.py
+REPLACE_PYTHON+= src/gdata/apps/multidomain/data.py
+REPLACE_PYTHON+= src/gdata/apps/organization/client.py
+REPLACE_PYTHON+= src/gdata/apps/organization/data.py
REPLACE_PYTHON+= src/gdata/apps/organization/service.py
REPLACE_PYTHON+= src/gdata/apps/service.py
REPLACE_PYTHON+= src/gdata/apps_property.py
REPLACE_PYTHON+= src/gdata/auth.py
-REPLACE_PYTHON+= src/gdata/base/__init__.py
-REPLACE_PYTHON+= src/gdata/base/service.py
REPLACE_PYTHON+= src/gdata/blogger/__init__.py
REPLACE_PYTHON+= src/gdata/blogger/client.py
REPLACE_PYTHON+= src/gdata/blogger/data.py
@@ -75,6 +80,9 @@
REPLACE_PYTHON+= src/gdata/contacts/client.py
REPLACE_PYTHON+= src/gdata/contacts/data.py
REPLACE_PYTHON+= src/gdata/contacts/service.py
+REPLACE_PYTHON+= src/gdata/contentforshopping/__init__.py
+REPLACE_PYTHON+= src/gdata/contentforshopping/client.py
+REPLACE_PYTHON+= src/gdata/contentforshopping/data.py
REPLACE_PYTHON+= src/gdata/core.py
REPLACE_PYTHON+= src/gdata/data.py
REPLACE_PYTHON+= src/gdata/docs/__init__.py
diff -r e9ae9a2ed8d4 -r d34f4b63bba0 www/py-gdata/PLIST
--- a/www/py-gdata/PLIST Fri Jan 20 12:12:34 2012 +0000
+++ b/www/py-gdata/PLIST Fri Jan 20 12:21:39 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2011/10/08 14:11:22 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2012/01/20 12:21:39 wiz Exp $
${PYSITELIB}/atom/__init__.py
${PYSITELIB}/atom/__init__.pyc
${PYSITELIB}/atom/__init__.pyo
@@ -143,12 +143,21 @@
${PYSITELIB}/gdata/apps/adminsettings/service.py
${PYSITELIB}/gdata/apps/adminsettings/service.pyc
${PYSITELIB}/gdata/apps/adminsettings/service.pyo
+${PYSITELIB}/gdata/apps/apps_property_entry.py
+${PYSITELIB}/gdata/apps/apps_property_entry.pyc
+${PYSITELIB}/gdata/apps/apps_property_entry.pyo
${PYSITELIB}/gdata/apps/audit/__init__.py
${PYSITELIB}/gdata/apps/audit/__init__.pyc
${PYSITELIB}/gdata/apps/audit/__init__.pyo
${PYSITELIB}/gdata/apps/audit/service.py
${PYSITELIB}/gdata/apps/audit/service.pyc
${PYSITELIB}/gdata/apps/audit/service.pyo
+${PYSITELIB}/gdata/apps/client.py
+${PYSITELIB}/gdata/apps/client.pyc
+${PYSITELIB}/gdata/apps/client.pyo
+${PYSITELIB}/gdata/apps/data.py
+${PYSITELIB}/gdata/apps/data.pyc
+${PYSITELIB}/gdata/apps/data.pyo
${PYSITELIB}/gdata/apps/emailsettings/__init__.py
${PYSITELIB}/gdata/apps/emailsettings/__init__.pyc
${PYSITELIB}/gdata/apps/emailsettings/__init__.pyo
@@ -164,6 +173,12 @@
${PYSITELIB}/gdata/apps/groups/__init__.py
${PYSITELIB}/gdata/apps/groups/__init__.pyc
${PYSITELIB}/gdata/apps/groups/__init__.pyo
+${PYSITELIB}/gdata/apps/groups/client.py
+${PYSITELIB}/gdata/apps/groups/client.pyc
+${PYSITELIB}/gdata/apps/groups/client.pyo
+${PYSITELIB}/gdata/apps/groups/data.py
+${PYSITELIB}/gdata/apps/groups/data.pyc
+${PYSITELIB}/gdata/apps/groups/data.pyo
${PYSITELIB}/gdata/apps/groups/service.py
${PYSITELIB}/gdata/apps/groups/service.pyc
${PYSITELIB}/gdata/apps/groups/service.pyo
@@ -173,9 +188,24 @@
${PYSITELIB}/gdata/apps/migration/service.py
${PYSITELIB}/gdata/apps/migration/service.pyc
${PYSITELIB}/gdata/apps/migration/service.pyo
+${PYSITELIB}/gdata/apps/multidomain/__init__.py
+${PYSITELIB}/gdata/apps/multidomain/__init__.pyc
+${PYSITELIB}/gdata/apps/multidomain/__init__.pyo
+${PYSITELIB}/gdata/apps/multidomain/client.py
+${PYSITELIB}/gdata/apps/multidomain/client.pyc
+${PYSITELIB}/gdata/apps/multidomain/client.pyo
+${PYSITELIB}/gdata/apps/multidomain/data.py
+${PYSITELIB}/gdata/apps/multidomain/data.pyc
+${PYSITELIB}/gdata/apps/multidomain/data.pyo
${PYSITELIB}/gdata/apps/organization/__init__.py
${PYSITELIB}/gdata/apps/organization/__init__.pyc
${PYSITELIB}/gdata/apps/organization/__init__.pyo
+${PYSITELIB}/gdata/apps/organization/client.py
+${PYSITELIB}/gdata/apps/organization/client.pyc
+${PYSITELIB}/gdata/apps/organization/client.pyo
+${PYSITELIB}/gdata/apps/organization/data.py
+${PYSITELIB}/gdata/apps/organization/data.pyc
+${PYSITELIB}/gdata/apps/organization/data.pyo
${PYSITELIB}/gdata/apps/organization/service.py
${PYSITELIB}/gdata/apps/organization/service.pyc
${PYSITELIB}/gdata/apps/organization/service.pyo
@@ -188,12 +218,6 @@
${PYSITELIB}/gdata/auth.py
${PYSITELIB}/gdata/auth.pyc
${PYSITELIB}/gdata/auth.pyo
-${PYSITELIB}/gdata/base/__init__.py
-${PYSITELIB}/gdata/base/__init__.pyc
-${PYSITELIB}/gdata/base/__init__.pyo
-${PYSITELIB}/gdata/base/service.py
-${PYSITELIB}/gdata/base/service.pyc
-${PYSITELIB}/gdata/base/service.pyo
${PYSITELIB}/gdata/blogger/__init__.py
${PYSITELIB}/gdata/blogger/__init__.pyc
${PYSITELIB}/gdata/blogger/__init__.pyo
@@ -257,6 +281,15 @@
${PYSITELIB}/gdata/contacts/service.py
${PYSITELIB}/gdata/contacts/service.pyc
${PYSITELIB}/gdata/contacts/service.pyo
+${PYSITELIB}/gdata/contentforshopping/__init__.py
+${PYSITELIB}/gdata/contentforshopping/__init__.pyc
+${PYSITELIB}/gdata/contentforshopping/__init__.pyo
+${PYSITELIB}/gdata/contentforshopping/client.py
+${PYSITELIB}/gdata/contentforshopping/client.pyc
+${PYSITELIB}/gdata/contentforshopping/client.pyo
+${PYSITELIB}/gdata/contentforshopping/data.py
+${PYSITELIB}/gdata/contentforshopping/data.pyc
+${PYSITELIB}/gdata/contentforshopping/data.pyo
${PYSITELIB}/gdata/core.py
${PYSITELIB}/gdata/core.pyc
${PYSITELIB}/gdata/core.pyo
diff -r e9ae9a2ed8d4 -r d34f4b63bba0 www/py-gdata/distinfo
--- a/www/py-gdata/distinfo Fri Jan 20 12:12:34 2012 +0000
+++ b/www/py-gdata/distinfo Fri Jan 20 12:21:39 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2011/10/08 14:11:22 wiz Exp $
+$NetBSD: distinfo,v 1.5 2012/01/20 12:21:39 wiz Exp $
-SHA1 (gdata-2.0.14.tar.gz) = 5eed0e01ab931e3f706ec544fc8f06ecac384e91
-RMD160 (gdata-2.0.14.tar.gz) = 9a0f2b7ba5bfc0cd813ac7ef54068acfae0992b6
-Size (gdata-2.0.14.tar.gz) = 1872888 bytes
+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
Home |
Main Index |
Thread Index |
Old Index