Hello community,

here is the log from the commit of package python-gdata for openSUSE:Factory 
checked in at 2013-02-25 21:41:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gdata (Old)
 and      /work/SRC/openSUSE:Factory/.python-gdata.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gdata", Maintainer is "[email protected]"

Changes:
--------
New Changes file:

--- /dev/null   2013-02-25 16:34:27.356011506 +0100
+++ /work/SRC/openSUSE:Factory/.python-gdata.new/python3-gdata.changes  
2013-02-25 21:41:49.000000000 +0100
@@ -0,0 +1,595 @@
+-------------------------------------------------------------------
+Fri Feb 22 15:22:12 UTC 2013 - [email protected]
+
+- builds for python3
+
+-------------------------------------------------------------------
+Wed Mar 28 11:25:36 UTC 2012 - [email protected]
+
+- Update to version 2.0.16:
+  + Add support for label deletion in the Email Settings API client
+    library
+  + Fix ACL batching URI in Docs.
+  + Update RetrieveAllUsers and RetrieveAllAliases to return all
+    pages instead of one.
+  + Removing force=True from some ACL requests in DocsClient
+  + Add RetrieveGroups method and updated RetrieveAllGroups and
+    RetrieveAllMembers method
+  + Add a client for organization unit provisioning
+  + Add client architecture for group provisioning
+  + Add client architecture for provisioning api and tests for
+    client
+  + Add support for batch requests to update spreadsheet cells.
+  + Add GetAcl alias for get_acl in DocsClient
+  + Add new ACL and get by ID methods to DocsClient.
+  + Add some conditional imports for tlslite.
+  + Updates to category handling for Documents list API
+  + Add a function to retrieve all the aliases for a given user
+    email.
+  + Add test for RetrieveAllUserAliases and changed OAuth scopes
+    for Apps
+  + New and improved samples.
+
+-------------------------------------------------------------------
+Thu Nov 10 11:17:35 UTC 2011 - [email protected]
+
+- Update to version 2.0.15:
+  * No upstream-provided changes
+
+-------------------------------------------------------------------
+Thu Jun  9 10:41:21 UTC 2011 - [email protected]
+
+- Remove shebang lines for files in Python sitelibdir instead of
+  fixing their executable bit.
+
+-------------------------------------------------------------------
+Wed Jun  1 09:37:52 UTC 2011 - [email protected]
+
+- Update to version 2.0.14:
+  * Fixed issues 456, 462, 482, 491, 493, 501
+- Spec file cleanup:
+  * Removed rpmlintrc and fixed warnings instead
+  * Use fdupes for duplicates
+
+-------------------------------------------------------------------
+Tue Dec  7 12:14:22 CET 2010 - [email protected]
+
+- Update to version 2.0.13:
+  + Bug Fixes:
+    - Correctly constructs queries based on categories for Blogger
+      APIs.
+    - YouTubeUserQuery constructor passes incorrect overridden
+      parameter to base class.
+  + Accept proxy username and password in http(s)_proxy environment
+    variables.
+  + Adding support for specifying URI to v3 docs client.
+  + Adding tests for revisions for arbitrary file types in
+    Documents List API.
+  + Google Base, added bucket node to attributes.
+  + Adding ContainsSampledData XML Element to Analytics Data Feed
+    and updating samples
+
+-------------------------------------------------------------------
+Mon Sep 27 18:55:30 CEST 2010 - [email protected]
+
+- Update to version 2.0.12:
+  + Bug Fixes:
+    - PATCH request generates incorrect Content-Type
+    - get_blog_name() does not correctly handle blog URLs
+      containing hyphens
+    - Packages should contain gdata.apps.audit in setup.py
+    - Lots of memory usage when uploading big video files
+    - gdata.contacts.client.ContactsClient.get_profiles_feed()
+      broken
+  + Turn on SSL be default for the spreadsheet API
+  + Added support for new Analytics feeds
+  + All V3 code and development has been out of this project and
+    into http://code.google.com/p/google-api-python-client/
+  + Added partial support for the YouTube API in v2
+- Changes from version 2.0.11:
+  + Added the following new APIs:
+    - Apps Audit APIs
+    - Apps Organization
+    - Added Email Settings API client library v2.0
+  + Fixes to file permissions for samples.
+  + Fixing a broken calendar resource client from r983, removing a
+    superfluous call to MakeResourceFeedUri(), adding regression
+    tests for edit links.
+  + Abstracting out AppsProperty so that it's usable by other libs.
+  + Added optional change_password parameter to
+    AppsService.CreateUser
+  + Fixing minor bugs in analytics samples
+  + Switch default connection type back to non-SSL connections.
+  + Added OAuth test cases
+  + Many APIs now use SSL, and some require it, so the following
+    APIs now default to using HTTPS:
+    - Spreadsheets
+    - Sites
+    - Calendar Resource
+
+-------------------------------------------------------------------
+Mon Sep  6 15:24:06 CEST 2010 - [email protected]
+
+- Fix build with python 2.7, by fixing a filename in the file list.
+
+-------------------------------------------------------------------
+Fri Aug  6 17:43:07 CEST 2010 - [email protected]
+
+- Update to version 2.0.10:
+  + Add check for liveness of proxy in live tests. Also add in
+    upload-diffs.py to make using codereview.appspot.com easier.
+  + Add the ResourceEmail attribute to CalendarResourceEntry
+  + Adding new single page methods to apps.groups.service.
+  + Cleanup in service GetWithRetries.
+  + Adding much more test coverage for calendar_resource.client.
+  + Fixing Calendar Resource get_resource to use correct feed URI
+    generator.
+  + Adds support for Blogger Pages.
+
+-------------------------------------------------------------------
+Thu Mar 25 12:47:15 CET 2010 - [email protected]
+
+- Update to version 2.0.9:
+  + Fixed URL related bug in gdata.calendar.service. You can now
+    edit and delete against https URLs.
+  + Removed hard coded Python version from gdata.contacts.
+- Changes from version 2.0.8:
+  + Added support for resumable uploads with a sample that shows
+    it's use with Google Docs.
+  + Added the publish element and copy() method to the DocsClient.
+  + Added support for the JSON-C data format recently released for
+    the YouTube API.
+  + Fixed import bug when using cryptomath with Python2.4 and
+    lower.
+  + Modified gdata.gauth to be usable under Python2.3.
+  + Fixed errors which affect RetrieveAllEmailLists
+    RetrieveEmailLists RetrieveAllRecipients RetrieveAllNicknames
+    RetrieveNicknames RetrieveAllUsers in gdata.apps.service.
+  + Fixed issues with contacts client returning a raw get and not a
+    ContactEntry and a few auth_tokens are not being passed into
+    the HTTP request.
+  + Fixed issue parsing worksheet feed, entry was the wrong type,
+    corrected to WorksheetEntry.
+  + Fixed typo in gdata.spreadsheets.client (auth_service).
+  + Fixed bug in Google Apps APIs UpdateSSOSettings.
+  + The gdata.data.LinkFinder now looks in both the link and
+    feed_link members for an ACL link.
+  + Removed client side check on video type in YouTube service.
+    Rely on the server to provide an error if the format is not
+    supported.
+  + Improved documentation for SpreadsheetsService's UpdateRow
+    method to explain the use case it addresses and recomment
+    alternatives.
+  + Changed projecthosting to use the host member with relative
+    URLs.
+  + Added a get_headers function to be used in Python2.2 and 2.3
+    since httplib.HTTPResponse does not have getheaders in those
+    versions of Python.
+  + Added a client smoke test to check version and auth related
+    class members which all gdata.x.client's should have.
+  + Updated the docs service_test.py to run as part of
+    run_all_tests.py.
+
+-------------------------------------------------------------------
+Wed Jan 27 14:39:58 CET 2010 - [email protected]
+
+- Update to version 2.0.7:
+  - Added gdata.calendar_resource.client to support the management
+    of calendar resources (like conference rooms) for Google Apps
+    domains.
+  - Updated the sites API client to use version 1.1 of the sites
+    API.
+  - Added support for 2 Legged OAuth to the GDClient and included a
+    sample app.
+  - Added a revoke_token method to GDClient to invalidate AuthSub
+    or OAuth tokens.
+  - Added a get_record method to the Spreadsheets client to fetch a
+    single record entry.
+  - Added includeSuspendedUsers parameter to the apps groups API.
+  - Fixed a client login bug present in the Maps API client.
+  - The client_id property in the YouTube service object is now
+    optional.
+  - Added optional 'feed' parameter to YouTube service's Query
+    classes.
+  - Updated tlslite's use of sha1 to use hashlib if using python2.5
+    or higher.
+  - Added a deadline parameter to gdata.alt.appengine to allow the
+    urlfetch timeout to be modified to as high as 10 seconds.
++++ 398 more lines (skipped)
++++ between /dev/null
++++ and /work/SRC/openSUSE:Factory/.python-gdata.new/python3-gdata.changes

New:
----
  python3-gdata.changes
  python3-gdata.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-gdata.spec ++++++
#
# spec file for package python3-gdata
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           python3-gdata
Version:        2.0.16
Release:        0
Url:            http://code.google.com/p/gdata-python-client
Summary:        Python library to access data through Google Data APIs
License:        Apache-2.0
Group:          Development/Libraries/Python
Source:         
http://gdata-python-client.googlecode.com/files/gdata-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
BuildRequires:  fdupes
BuildArch:      noarch

%description 
The Google data Python Client Library provides a library and source
code that make it easy to access data through Google Data APIs.

%prep
%setup -q -n gdata-%{version}
find samples/oauth src/gdata -type f -name "*.py" -exec sed -i 's|\r||' {} \; # 
Fix wrong EOL encoding
find samples -type f -name "*.py" -exec chmod 0644 {} \; # Remove executable 
perms on samples
# Remove unnecessary Python shebangs
find . -type f -exec sed -i -r '1s|^#! *(.+)/python(.*)$||' {} \;
find . -type f -exec sed -i -r '1s|^#! */usr/bin/env +python.*$||' {} \;

%build
python3 setup.py build

%install
python3 setup.py install --prefix="%{_prefix}" --root="%{buildroot}"
%fdupes %{buildroot}%{python3_sitelib}

%files
%defattr(-,root,root)
%doc README.txt RELEASE_NOTES.txt samples
%{python3_sitelib}/*

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to