commit python-gdata for openSUSE:Factory
Hello community, here is the log from the commit of package python-gdata for openSUSE:Factory checked in at Thu Mar 26 00:49:37 CET 2009. -------- --- python-gdata/python-gdata.changes 2009-02-01 08:40:01.000000000 +0100 +++ python-gdata/python-gdata.changes 2009-03-23 14:03:22.000000000 +0100 @@ -1,0 +2,34 @@ +Mon Mar 23 13:58:53 CET 2009 - vuntz@novell.com + +- Update to version 1.3.0: + + Added support for the Google Health API. + + Added support for the groups management in the Google Apps + Provisioning API. + + Added the following new features for the Google Documents List + API: + - Folder create, move docs/folders in and out of other folders. + - Suppport for modifications to Access Control Lists for + documents. + - Export functionality for documents, spreadsheets, and + presentations. + - Updated the docs_example.py sample app. + - New new XML elements: resourceID, lastViewed, and + lastModifiedBy. + + Added ability to update web clip settings in the Google Apps + email settigns API. + + Fixed a bug in calendarExample that would cause execution to + fail when an event attendee does not have any attendeeStatus + data. + + Fixed AuthSub request URLs which should be https. + + Fixed logic when changing email settings when using the Google + Apps API to only send properties which have been specified. + + Includes a new and experimental client class + (gdata.client.GDClient) which can be used with version two of + the Google Data API protocol. This class may change in + backwards incompatible ways before the 2.0.0 release, so use at + your own risk. +- Remove AutoReqProv: it's default now. +- Remove check for old version of openSUSE. +- Do not set CFLAGS to the default value. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- gdata.py-1.2.4.tar.bz2 New: ---- gdata-1.3.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gdata.spec ++++++ --- /var/tmp/diff_new_pack.D29031/_old 2009-03-26 00:48:10.000000000 +0100 +++ /var/tmp/diff_new_pack.D29031/_new 2009-03-26 00:48:10.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package python-gdata (Version 1.2.4) +# spec file for package python-gdata (Version 1.3.0) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -22,16 +22,12 @@ BuildRequires: python-devel python-setuptools License: The Apache Software License Group: Development/Libraries/Python -Version: 1.2.4 +Version: 1.3.0 Release: 1 -AutoReqProv: on Summary: Python library to access data through Google Data APIs Url: http://code.google.com/p/gdata-python-client -Source: gdata.py-%{version}.tar.bz2 +Source: gdata-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} < 1020 -Requires: python-elementtree -%endif %py_requires %description @@ -45,10 +41,9 @@ The Google data API Team %prep -%setup -q -n gdata.py-%{version} +%setup -q -n gdata-%{version} %build -export CFLAGS="%{optflags}" %{__python} setup.py build %install @@ -62,7 +57,38 @@ %doc samples %changelog -* Sun Feb 01 2009 mboman@suse.de +* Mon Mar 23 2009 vuntz@novell.com +- Update to version 1.3.0: + + Added support for the Google Health API. + + Added support for the groups management in the Google Apps + Provisioning API. + + Added the following new features for the Google Documents List + API: + - Folder create, move docs/folders in and out of other folders. + - Suppport for modifications to Access Control Lists for + documents. + - Export functionality for documents, spreadsheets, and + presentations. + - Updated the docs_example.py sample app. + - New new XML elements: resourceID, lastViewed, and + lastModifiedBy. + + Added ability to update web clip settings in the Google Apps + email settigns API. + + Fixed a bug in calendarExample that would cause execution to + fail when an event attendee does not have any attendeeStatus + data. + + Fixed AuthSub request URLs which should be https. + + Fixed logic when changing email settings when using the Google + Apps API to only send properties which have been specified. + + Includes a new and experimental client class + (gdata.client.GDClient) which can be used with version two of + the Google Data API protocol. This class may change in + backwards incompatible ways before the 2.0.0 release, so use at + your own risk. +- Remove AutoReqProv: it's default now. +- Remove check for old version of openSUSE. +- Do not set CFLAGS to the default value. +* Mon Feb 02 2009 mboman@suse.de - Update to version 1.2.4: + Added a new AtomPubClient class + OAuth methods can now specify the desired OAuth server ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de