diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2012-04-30 09:06:29 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2012-04-30 09:06:29 +0000 |
commit | 4fc1509f31b171744c6a801bf9181640ed9209c1 (patch) | |
tree | 2dad409732075abf9a509dbff8bc9adb4c2895e6 /UPDATING | |
parent | 3eb8560d71a96cb5aef202d468f5408867ba16d7 (diff) | |
download | ports-4fc1509f31b171744c6a801bf9181640ed9209c1.tar.gz ports-4fc1509f31b171744c6a801bf9181640ed9209c1.zip |
- Added an entry about the updating of www/py-google-api-python-client to 1.0.b8
Notes
Notes:
svn path=/head/; revision=295715
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -5,6 +5,23 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20120430: + AFFECTS: users of www/py-google-api-python-client + AUTHOR: nivit@FreeBSD.org + + The port has been updated to 1.0.b8. This new version has important + changes which might break your code: + + * apiclient.anyjson has moved to oauth2client.anyjson. + * Some calls, for example, taskqueue().lease() used to require + a parameter named body. In this new release only methods that + really need to send a body require a body parameter, and so + you may get errors about an unknown 'body' parameter in your call. + The solution is to remove the unneeded body={} parameter + + See http://code.google.com/p/google-api-python-client/wiki/PyDoc for + more information. + 20120426: AFFECTS: users of editors/libreoffice AUTHORS: bapt@FreeBSD.org |