- update py-gdata to 2.0.14

various bugfixes and improvements (includes api support for google content and app marketplace)

from frantisek holop (MAINTAINER)
This commit is contained in:
jasper 2011-04-10 21:09:45 +00:00
parent 81bb5a8b09
commit fb8ef339c5
5 changed files with 122 additions and 30 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.11 2011/01/13 08:13:56 jasper Exp $
# $OpenBSD: Makefile,v 1.12 2011/04/10 21:09:45 jasper Exp $
COMMENT = Python client library for Google data APIs
MODPY_EGG_VERSION = 2.0.13
MODPY_EGG_VERSION = 2.0.14
DISTNAME = gdata-${MODPY_EGG_VERSION}
PKGNAME = py-gdata-${MODPY_EGG_VERSION}
CATEGORIES = devel

View File

@ -1,5 +1,5 @@
MD5 (gdata-2.0.13.tar.gz) = u7x+/UrYuwT/nA+/iKDocQ==
RMD160 (gdata-2.0.13.tar.gz) = 3WBhm2fwk8TIh8OXkcSyWou7a+Y=
SHA1 (gdata-2.0.13.tar.gz) = u4wlA+ZsiCL4CaNhDsuyc/qe0jg=
SHA256 (gdata-2.0.13.tar.gz) = ecJ+RDTQAOO4+I4YWUEqqt16Hp0z9aruqUrGX91GQE4=
SIZE (gdata-2.0.13.tar.gz) = 1677885
MD5 (gdata-2.0.14.tar.gz) = Kc85S091qk+ujBtZB58qAg==
RMD160 (gdata-2.0.14.tar.gz) = mg8re6W/wM2BOsfvVAaKz64JkrY=
SHA1 (gdata-2.0.14.tar.gz) = Xu0OAauTHj9wbsVE/I8G7Kw4TpE=
SHA256 (gdata-2.0.14.tar.gz) = uikdK502oPGxsxpaOsO6EfG8ziHJFabseNEJpD2vsbA=
SIZE (gdata-2.0.14.tar.gz) = 1872888

View File

@ -1,11 +0,0 @@
--- tests/gdata_tests/docs_test.py.orig Thu Jul 8 12:32:51 2010
+++ tests/gdata_tests/docs_test.py Wed Jan 12 10:41:40 2011
@@ -35,7 +35,7 @@
self.assertEqual(entry.author[0].email.text, 'test.user@gmail.com')
self.assertEqual(entry.GetDocumentType(), 'spreadsheet')
self.assertEqual(entry.id.text,
- 'http://docs.google.com/feeds/documents/private/full/' +\
+ 'https://docs.google.com/feeds/documents/private/full/' +\
'spreadsheet%3Asupercalifragilisticexpealidocious')
self.assertEqual(entry.title.text,'Test Spreadsheet')
self.assertEqual(entry.resourceId.text,

View File

@ -19,8 +19,9 @@ services:
- Google Book Search API
- Google Analytics API
- Google Finance API
- Google Maps Data API
- Google Sites Data API
- Google Content API For Shopping
- Google App Marketplace API
- core Google data API functionality
The core Google data code provides sufficient functionality to use this
library with any Google data API (even if a module hasn't been written

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.8 2011/01/13 08:13:56 jasper Exp $
@comment $OpenBSD: PLIST,v 1.9 2011/04/10 21:09:45 jasper Exp $
lib/python${MODPY_VERSION}/site-packages/atom/
lib/python${MODPY_VERSION}/site-packages/atom/__init__.py
lib/python${MODPY_VERSION}/site-packages/atom/__init__.pyc
@ -168,6 +168,8 @@ lib/python${MODPY_VERSION}/site-packages/gdata/books/service.pyc
lib/python${MODPY_VERSION}/site-packages/gdata/calendar/
lib/python${MODPY_VERSION}/site-packages/gdata/calendar/__init__.py
lib/python${MODPY_VERSION}/site-packages/gdata/calendar/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/gdata/calendar/client.py
lib/python${MODPY_VERSION}/site-packages/gdata/calendar/client.pyc
lib/python${MODPY_VERSION}/site-packages/gdata/calendar/data.py
lib/python${MODPY_VERSION}/site-packages/gdata/calendar/data.pyc
lib/python${MODPY_VERSION}/site-packages/gdata/calendar/service.py
@ -235,13 +237,6 @@ lib/python${MODPY_VERSION}/site-packages/gdata/health/__init__.py
lib/python${MODPY_VERSION}/site-packages/gdata/health/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/gdata/health/service.py
lib/python${MODPY_VERSION}/site-packages/gdata/health/service.pyc
lib/python${MODPY_VERSION}/site-packages/gdata/maps/
lib/python${MODPY_VERSION}/site-packages/gdata/maps/__init__.py
lib/python${MODPY_VERSION}/site-packages/gdata/maps/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/gdata/maps/client.py
lib/python${MODPY_VERSION}/site-packages/gdata/maps/client.pyc
lib/python${MODPY_VERSION}/site-packages/gdata/maps/data.py
lib/python${MODPY_VERSION}/site-packages/gdata/maps/data.pyc
lib/python${MODPY_VERSION}/site-packages/gdata/media/
lib/python${MODPY_VERSION}/site-packages/gdata/media/__init__.py
lib/python${MODPY_VERSION}/site-packages/gdata/media/__init__.pyc
@ -459,14 +454,40 @@ share/doc/py-gdata/atom.mock_service.html
share/doc/py-gdata/atom.service.html
share/doc/py-gdata/atom.token_store.html
share/doc/py-gdata/atom.url.html
share/doc/py-gdata/gdata.Crypto.Cipher.html
share/doc/py-gdata/gdata.Crypto.Hash.HMAC.html
share/doc/py-gdata/gdata.Crypto.Hash.MD5.html
share/doc/py-gdata/gdata.Crypto.Hash.SHA.html
share/doc/py-gdata/gdata.Crypto.Hash.html
share/doc/py-gdata/gdata.Crypto.Protocol.AllOrNothing.html
share/doc/py-gdata/gdata.Crypto.Protocol.Chaffing.html
share/doc/py-gdata/gdata.Crypto.Protocol.html
share/doc/py-gdata/gdata.Crypto.PublicKey.DSA.html
share/doc/py-gdata/gdata.Crypto.PublicKey.ElGamal.html
share/doc/py-gdata/gdata.Crypto.PublicKey.RSA.html
share/doc/py-gdata/gdata.Crypto.PublicKey.html
share/doc/py-gdata/gdata.Crypto.PublicKey.pubkey.html
share/doc/py-gdata/gdata.Crypto.PublicKey.qNEW.html
share/doc/py-gdata/gdata.Crypto.Util.RFC1751.html
share/doc/py-gdata/gdata.Crypto.Util.html
share/doc/py-gdata/gdata.Crypto.Util.number.html
share/doc/py-gdata/gdata.Crypto.Util.randpool.html
share/doc/py-gdata/gdata.Crypto.html
share/doc/py-gdata/gdata.acl.data.html
share/doc/py-gdata/gdata.acl.html
share/doc/py-gdata/gdata.alt.app_engine.html
share/doc/py-gdata/gdata.alt.appengine.html
share/doc/py-gdata/gdata.alt.html
share/doc/py-gdata/gdata.analytics.client.html
share/doc/py-gdata/gdata.analytics.data.html
share/doc/py-gdata/gdata.analytics.html
share/doc/py-gdata/gdata.analytics.service.html
share/doc/py-gdata/gdata.apps.adminsettings.html
share/doc/py-gdata/gdata.apps.adminsettings.service.html
share/doc/py-gdata/gdata.apps.audit.html
share/doc/py-gdata/gdata.apps.audit.service.html
share/doc/py-gdata/gdata.apps.emailsettings.client.html
share/doc/py-gdata/gdata.apps.emailsettings.data.html
share/doc/py-gdata/gdata.apps.emailsettings.html
share/doc/py-gdata/gdata.apps.emailsettings.service.html
share/doc/py-gdata/gdata.apps.groups.html
@ -474,7 +495,10 @@ share/doc/py-gdata/gdata.apps.groups.service.html
share/doc/py-gdata/gdata.apps.html
share/doc/py-gdata/gdata.apps.migration.html
share/doc/py-gdata/gdata.apps.migration.service.html
share/doc/py-gdata/gdata.apps.organization.html
share/doc/py-gdata/gdata.apps.organization.service.html
share/doc/py-gdata/gdata.apps.service.html
share/doc/py-gdata/gdata.apps_property.html
share/doc/py-gdata/gdata.auth.html
share/doc/py-gdata/gdata.base.html
share/doc/py-gdata/gdata.base.service.html
@ -485,11 +509,13 @@ share/doc/py-gdata/gdata.blogger.service.html
share/doc/py-gdata/gdata.books.data.html
share/doc/py-gdata/gdata.books.html
share/doc/py-gdata/gdata.books.service.html
share/doc/py-gdata/gdata.calendar.client.html
share/doc/py-gdata/gdata.calendar.data.html
share/doc/py-gdata/gdata.calendar.html
share/doc/py-gdata/gdata.calendar.service.html
share/doc/py-gdata/gdata.calendar_resource.client.html
share/doc/py-gdata/gdata.calendar_resource.data.html
share/doc/py-gdata/gdata.calendar_resource.html
share/doc/py-gdata/gdata.client.html
share/doc/py-gdata/gdata.codesearch.html
share/doc/py-gdata/gdata.codesearch.service.html
@ -497,12 +523,14 @@ share/doc/py-gdata/gdata.contacts.client.html
share/doc/py-gdata/gdata.contacts.data.html
share/doc/py-gdata/gdata.contacts.html
share/doc/py-gdata/gdata.contacts.service.html
share/doc/py-gdata/gdata.core.html
share/doc/py-gdata/gdata.data.html
share/doc/py-gdata/gdata.docs.client.html
share/doc/py-gdata/gdata.docs.data.html
share/doc/py-gdata/gdata.docs.html
share/doc/py-gdata/gdata.docs.service.html
share/doc/py-gdata/gdata.dublincore.data.html
share/doc/py-gdata/gdata.dublincore.html
share/doc/py-gdata/gdata.exif.html
share/doc/py-gdata/gdata.finance.data.html
share/doc/py-gdata/gdata.finance.html
@ -514,29 +542,99 @@ share/doc/py-gdata/gdata.health.html
share/doc/py-gdata/gdata.health.service.html
share/doc/py-gdata/gdata.html
share/doc/py-gdata/gdata.maps.client.html
share/doc/py-gdata/gdata.maps.data.html
share/doc/py-gdata/gdata.maps.html
share/doc/py-gdata/gdata.media.data.html
share/doc/py-gdata/gdata.media.html
share/doc/py-gdata/gdata.notebook.data.html
share/doc/py-gdata/gdata.notebook.html
share/doc/py-gdata/gdata.oauth.html
share/doc/py-gdata/gdata.oauth.rsa.html
share/doc/py-gdata/gdata.opensearch.data.html
share/doc/py-gdata/gdata.opensearch.html
share/doc/py-gdata/gdata.photos.html
share/doc/py-gdata/gdata.photos.service.html
share/doc/py-gdata/gdata.projecthosting.client.html
share/doc/py-gdata/gdata.projecthosting.data.html
share/doc/py-gdata/gdata.projecthosting.html
share/doc/py-gdata/gdata.sample_util.html
share/doc/py-gdata/gdata.service.html
share/doc/py-gdata/gdata.sites.client.html
share/doc/py-gdata/gdata.sites.data.html
share/doc/py-gdata/gdata.sites.html
share/doc/py-gdata/gdata.spreadsheet.html
share/doc/py-gdata/gdata.spreadsheet.service.html
share/doc/py-gdata/gdata.spreadsheet.text_db.html
share/doc/py-gdata/gdata.spreadsheets.client.html
share/doc/py-gdata/gdata.spreadsheets.data.html
share/doc/py-gdata/gdata.spreadsheets.html
share/doc/py-gdata/gdata.test_config.html
share/doc/py-gdata/gdata.test_config_template.html
share/doc/py-gdata/gdata.test_data.html
share/doc/py-gdata/gdata.tlslite.BaseDB.html
share/doc/py-gdata/gdata.tlslite.Checker.html
share/doc/py-gdata/gdata.tlslite.FileObject.html
share/doc/py-gdata/gdata.tlslite.HandshakeSettings.html
share/doc/py-gdata/gdata.tlslite.Session.html
share/doc/py-gdata/gdata.tlslite.SessionCache.html
share/doc/py-gdata/gdata.tlslite.SharedKeyDB.html
share/doc/py-gdata/gdata.tlslite.TLSConnection.html
share/doc/py-gdata/gdata.tlslite.TLSRecordLayer.html
share/doc/py-gdata/gdata.tlslite.VerifierDB.html
share/doc/py-gdata/gdata.tlslite.X509.html
share/doc/py-gdata/gdata.tlslite.X509CertChain.html
share/doc/py-gdata/gdata.tlslite.api.html
share/doc/py-gdata/gdata.tlslite.constants.html
share/doc/py-gdata/gdata.tlslite.errors.html
share/doc/py-gdata/gdata.tlslite.html
share/doc/py-gdata/gdata.tlslite.integration.AsyncStateMachine.html
share/doc/py-gdata/gdata.tlslite.integration.ClientHelper.html
share/doc/py-gdata/gdata.tlslite.integration.HTTPTLSConnection.html
share/doc/py-gdata/gdata.tlslite.integration.IMAP4_TLS.html
share/doc/py-gdata/gdata.tlslite.integration.IntegrationHelper.html
share/doc/py-gdata/gdata.tlslite.integration.POP3_TLS.html
share/doc/py-gdata/gdata.tlslite.integration.SMTP_TLS.html
share/doc/py-gdata/gdata.tlslite.integration.TLSAsyncDispatcherMixIn.html
share/doc/py-gdata/gdata.tlslite.integration.TLSSocketServerMixIn.html
share/doc/py-gdata/gdata.tlslite.integration.TLSTwistedProtocolWrapper.html
share/doc/py-gdata/gdata.tlslite.integration.XMLRPCTransport.html
share/doc/py-gdata/gdata.tlslite.integration.html
share/doc/py-gdata/gdata.tlslite.mathtls.html
share/doc/py-gdata/gdata.tlslite.messages.html
share/doc/py-gdata/gdata.tlslite.utils.AES.html
share/doc/py-gdata/gdata.tlslite.utils.ASN1Parser.html
share/doc/py-gdata/gdata.tlslite.utils.Cryptlib_AES.html
share/doc/py-gdata/gdata.tlslite.utils.Cryptlib_RC4.html
share/doc/py-gdata/gdata.tlslite.utils.Cryptlib_TripleDES.html
share/doc/py-gdata/gdata.tlslite.utils.OpenSSL_AES.html
share/doc/py-gdata/gdata.tlslite.utils.OpenSSL_RC4.html
share/doc/py-gdata/gdata.tlslite.utils.OpenSSL_RSAKey.html
share/doc/py-gdata/gdata.tlslite.utils.OpenSSL_TripleDES.html
share/doc/py-gdata/gdata.tlslite.utils.PyCrypto_AES.html
share/doc/py-gdata/gdata.tlslite.utils.PyCrypto_RC4.html
share/doc/py-gdata/gdata.tlslite.utils.PyCrypto_RSAKey.html
share/doc/py-gdata/gdata.tlslite.utils.PyCrypto_TripleDES.html
share/doc/py-gdata/gdata.tlslite.utils.Python_AES.html
share/doc/py-gdata/gdata.tlslite.utils.Python_RC4.html
share/doc/py-gdata/gdata.tlslite.utils.Python_RSAKey.html
share/doc/py-gdata/gdata.tlslite.utils.RC4.html
share/doc/py-gdata/gdata.tlslite.utils.RSAKey.html
share/doc/py-gdata/gdata.tlslite.utils.TripleDES.html
share/doc/py-gdata/gdata.tlslite.utils.cipherfactory.html
share/doc/py-gdata/gdata.tlslite.utils.codec.html
share/doc/py-gdata/gdata.tlslite.utils.compat.html
share/doc/py-gdata/gdata.tlslite.utils.cryptomath.html
share/doc/py-gdata/gdata.tlslite.utils.dateFuncs.html
share/doc/py-gdata/gdata.tlslite.utils.hmac.html
share/doc/py-gdata/gdata.tlslite.utils.html
share/doc/py-gdata/gdata.tlslite.utils.jython_compat.html
share/doc/py-gdata/gdata.tlslite.utils.keyfactory.html
share/doc/py-gdata/gdata.tlslite.utils.rijndael.html
share/doc/py-gdata/gdata.tlslite.utils.xmltools.html
share/doc/py-gdata/gdata.urlfetch.html
share/doc/py-gdata/gdata.webmastertools.data.html
share/doc/py-gdata/gdata.webmastertools.html
share/doc/py-gdata/gdata.webmastertools.service.html
share/doc/py-gdata/gdata.youtube.client.html
share/doc/py-gdata/gdata.youtube.data.html
share/doc/py-gdata/gdata.youtube.html
share/doc/py-gdata/gdata.youtube.service.html
@ -579,13 +677,17 @@ share/examples/py-gdata/codesearch/CodesearchExample.py
share/examples/py-gdata/contacts/
share/examples/py-gdata/contacts/contacts_example.py
share/examples/py-gdata/contacts/profiles_example.py
share/examples/py-gdata/contentforshopping/
share/examples/py-gdata/contentforshopping/add_batch_products.py
share/examples/py-gdata/contentforshopping/add_product.py
share/examples/py-gdata/contentforshopping/ca_insert.py
share/examples/py-gdata/contentforshopping/ca_list.py
share/examples/py-gdata/contentforshopping/list_products.py
share/examples/py-gdata/docs/
share/examples/py-gdata/docs/docs_example.py
share/examples/py-gdata/docs/resumable_upload_sample.py
share/examples/py-gdata/finance/
share/examples/py-gdata/finance/test_finance.py
share/examples/py-gdata/maps/
share/examples/py-gdata/maps/MapsExample.py
share/examples/py-gdata/mashups/
share/examples/py-gdata/mashups/birthdaySample.py
share/examples/py-gdata/oauth/