From e424a51ce1714879cf5b0bf17ebab7814d4e9eac53444967da648636c76534d3 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 8 Oct 2012 09:26:32 +0000 Subject: [PATCH] Accepting request 137335 from home:poorboywilly:branches:devel:languages:python Update to 0.7.6, update URL. OBS-URL: https://build.opensuse.org/request/show/137335 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=28 --- httplib2-0.7.5.tar.gz | 3 --- httplib2-0.7.6.tar.gz | 3 +++ python-httplib2.changes | 9 +++++++++ python-httplib2.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 httplib2-0.7.5.tar.gz create mode 100644 httplib2-0.7.6.tar.gz diff --git a/httplib2-0.7.5.tar.gz b/httplib2-0.7.5.tar.gz deleted file mode 100644 index 7cb8ba7..0000000 --- a/httplib2-0.7.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9de296ac797f3103463a57fb251f5526bd7e66bdd059647d3b60073807f8ac7b -size 108039 diff --git a/httplib2-0.7.6.tar.gz b/httplib2-0.7.6.tar.gz new file mode 100644 index 0000000..036b355 --- /dev/null +++ b/httplib2-0.7.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d10307bd369983b17a561ecbafee8afdc54ee3c785b9917e3e6489dd2de0f194 +size 106664 diff --git a/python-httplib2.changes b/python-httplib2.changes index 2481f7c..278debe 100644 --- a/python-httplib2.changes +++ b/python-httplib2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Oct 6 22:26:47 UTC 2012 - os-dev@jacraig.com + +- Update to 0.7.6: + * Fix app engine + * On Python App Engine 2.7 a body can be passed in that is actually a + stream. Do a full read of the contents of that stream before proceeding. +- Update URL to one given in setup.py; also where the old one redirects to. + ------------------------------------------------------------------- Sun Sep 9 16:29:51 UTC 2012 - os-dev@jacraig.com diff --git a/python-httplib2.spec b/python-httplib2.spec index b4cc713..4752478 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -17,9 +17,9 @@ Name: python-httplib2 -Version: 0.7.5 +Version: 0.7.6 Release: 0 -Url: http://bitworking.org/projects/httplib2/ +Url: http://code.google.com/p/httplib2/ Summary: A Python HTTP client library License: MIT and Apache-2.0 and (MPL-1.1 or GPL-2.0+ or LGPL-2.1+) Group: Development/Libraries/Python