Your message dated Mon, 12 May 2014 15:44:15 +0000 with message-id <[email protected]> and subject line Bug#747849: fixed in python-gdata 2.0.18+dfsg1-1 has caused the Debian Bug report #747849, regarding python-gdata: Getting contacts fails after Google forces SSL to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 747849: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747849 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: python-gdata Version: 2.0.18+dfsg-1 Severity: important Tags: patch Dear Maintainer, Trying to access contacts in python, this error now pops up: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/gdata/contacts/service.py", line 104, in GetContactsFeed return self.Get(uri, converter=gdata.contacts.ContactsFeedFromString) File "/usr/lib/python2.7/dist-packages/gdata/service.py", line 1107, in Get 'reason': server_response.reason, 'body': result_body} gdata.service.RequestError: {'status': 301, 'body': '<HTML>\n<HEAD>\n<TITLE>Moved Permanently</TITLE>\n</HEAD>\n<BODY BGCOLOR="#FFFFFF" TEXT="#000000">\n<H1>Moved Permanently</H1>\nThe document has moved <A HREF="https://www.google.com/m8/feeds/contacts/default/full?max-results=1000">here</A>.\n</BODY>\n</HTML>\n', 'reason': 'Moved Permanently'} The reason for that appears to be that Google is now forcing HTTPS and has therefore placed a 301 redirect at the original URI, which the script doesn't handle correctly. (See upstream bug report here: https://code.google.com/p/gdata-python-client/issues/detail?id=693 ) -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (650, 'testing'), (600, 'unstable'), (500, 'oldstable') Architecture: i386 (i686) Kernel: Linux 3.11-2-686-pae (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages python-gdata depends on: ii python 2.7.5-5 ii python-crypto 2.6.1-4 python-gdata recommends no packages. Versions of packages python-gdata suggests: pn python-gdata-doc <none> -- no debconf information--- python-gdata-2.0.18+dfsg/src/gdata/service.py 2014-05-12 09:19:37.433594330 +0200 +++ python-gdata-2.0.18+dfsg/src/gdata/service.py 2014-05-12 09:20:07.814531042 +0200 @@ -1084,7 +1084,7 @@ return result_body return entry return feed - elif server_response.status == 302: + elif server_response.status == 302 or server_response.status == 301: if redirects_remaining > 0: location = (server_response.getheader('Location') or server_response.getheader('location'))
--- End Message ---
--- Begin Message ---Source: python-gdata Source-Version: 2.0.18+dfsg1-1 We believe that the bug you reported is fixed in the latest version of python-gdata, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Dmitry Shachnev <[email protected]> (supplier of updated python-gdata package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 12 May 2014 17:43:24 +0400 Source: python-gdata Binary: python-gdata python-gdata-doc Architecture: source all Version: 2.0.18+dfsg1-1 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team <[email protected]> Changed-By: Dmitry Shachnev <[email protected]> Description: python-gdata - Google Data Python client library python-gdata-doc - Google Data Python client library, documentation and examples Closes: 729389 747849 Changes: python-gdata (2.0.18+dfsg1-1) unstable; urgency=medium . * Remove Gustavo from Uploaders (closes: #729389). Thanks for the previous work! * Add handle_redirects.patch to fix issues with Google forcing HTTPS URIs (closes: #747849). * Replace build directory with real files paths in docs. * Remove minified JS without source from the tarball. * Get rid of debian/clean and debian/get-orig-source.sh in favor of Files-Excluded field in debian/copyright. * Remove references to Crypto library from setup.py. * Bump Standards-Version to 3.9.5, no changes needed. Checksums-Sha1: c2826985d135691f1736f1f41ee4caaf095639d4 2138 python-gdata_2.0.18+dfsg1-1.dsc 40897b27209db233bde1a94c6acb6784ce96a36b 1146816 python-gdata_2.0.18+dfsg1.orig.tar.gz 95f7992a799eb9010037f1d862d16336e9e9c6e4 8100 python-gdata_2.0.18+dfsg1-1.debian.tar.xz 608028df49cb8b9550ad2efbba4ad9e4be2475d6 361306 python-gdata_2.0.18+dfsg1-1_all.deb ba5365db2cc8ed185e17322a65723af9c288f7fb 775296 python-gdata-doc_2.0.18+dfsg1-1_all.deb Checksums-Sha256: fe56dc3abe607ac9486d08b9db6eef169dc9bedb84c36f90381e56772b5178a6 2138 python-gdata_2.0.18+dfsg1-1.dsc a8d7a0d3a6d7cf4d72df8fa03df0c41b19c3174c36ab141213b8528c467f116c 1146816 python-gdata_2.0.18+dfsg1.orig.tar.gz b087f31cc91a5d683f471f2d733acdc510fedbb2de061ada5a6703194671a10a 8100 python-gdata_2.0.18+dfsg1-1.debian.tar.xz cfc939d1b279744a4798d77ab7ce6bc17cf2bd68cff81753ec37e3fd06c4f9f2 361306 python-gdata_2.0.18+dfsg1-1_all.deb 445ba9afe7818c2e16025c8d7e569977aeadd2088c907e1c4c62d504fe25f5c7 775296 python-gdata-doc_2.0.18+dfsg1-1_all.deb Files: 668869d7ad2583b6fb9131327011f57c 361306 python optional python-gdata_2.0.18+dfsg1-1_all.deb 3606c643f0595144d4c6d44f016f602d 775296 doc optional python-gdata-doc_2.0.18+dfsg1-1_all.deb 38268547341bc782ada6b5ea8d926e53 2138 python optional python-gdata_2.0.18+dfsg1-1.dsc e38bdc1d36eaa0c7ea85e12b8e1a1a97 1146816 python optional python-gdata_2.0.18+dfsg1.orig.tar.gz f2f0bc7f083dd0d826680acdda9f2a5e 8100 python optional python-gdata_2.0.18+dfsg1-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTcNc2AAoJEGAmk20vHIrg/58P/j1Ux2oyfKMhnMXSOzuYpEXU lzBm3EbWqJpsHKokfDqO4SvsUUEVztpwG+H2JfQLr9KhnhA6Z0NBWmBJbbTrd5RK XwDsf050nuQUrXay1kSeYXKGBv0oQk+bVc6jMF8OhcActokfVnW5vZv10rUWxS+c tnWLNnl7FHjr3Q8ZNuBGWGB3qU8Hg7/JSxdIK0RO46pKcGrmMXZElNQjgm7CklEp +ZctkFN/ImevHOdz5MLwaxJk8oLt2Qx/yUbuO/ABjQSXLz35bpUvkwZPNLa260XV FYmRNEhpznSUT0aAoY7duKV2vgf35zPmMCPYNVP0Ejo0toDfGide1ywtTJ+GedR2 B8nnf1J3uXgrb9lvmPwCJvqSOVAXKunwekmw9GJlJurCH97fyfLT/X3TuYDI6lBn zk0K6YFaBD8a+8+wKPpjUWgZG3Yjte+kzfu8s8b3VcJ3gD8rl/YByTAErk8vP4wN TpouOmU5cXAE5tJCrjZNwlVwWiljOz9yuFsYjubD0c6f/HWPeUCWzD7jdqHtY5La aP3TPvn0o4KGhAciyg/MpiGqU0/h3NDwcaTjZ0bQ7/f7zlZG4umHrLFTZVKLpXgk zVmF+aS5Ig3QKqXDh4evmGKiPN/p9Dcm1p2T0sJI/6xf/krgblcBaN4Y9yupnESx iuddcjRL+F/BgBJPUPc+ =xLoB -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

