From 954aaab436baaa9cb2b23c4f111857451c1df987166ec8449a87030ecb271885 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Wed, 6 May 2015 16:24:56 +0000 Subject: [PATCH] Accepting request 305613 from home:benoit_monin:branches:devel:languages:python update to version 0.9.1 OBS-URL: https://build.opensuse.org/request/show/305613 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=52 --- httplib2-0.9.1.tar.gz | 3 +++ httplib2-0.9.tar.gz | 3 --- python-httplib2.changes | 9 +++++++++ python-httplib2.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 httplib2-0.9.1.tar.gz delete mode 100644 httplib2-0.9.tar.gz diff --git a/httplib2-0.9.1.tar.gz b/httplib2-0.9.1.tar.gz new file mode 100644 index 0000000..3daf846 --- /dev/null +++ b/httplib2-0.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc6339919a5235b9d1aaee011ca5464184098f0c47c9098001f91c97176583f5 +size 205074 diff --git a/httplib2-0.9.tar.gz b/httplib2-0.9.tar.gz deleted file mode 100644 index 7169fd1..0000000 --- a/httplib2-0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39ea8c6a6d9f595c177a16134fc49a990ad8d382758cbf469c8659662f2f51ab -size 204584 diff --git a/python-httplib2.changes b/python-httplib2.changes index 9bb1526..677e4a6 100644 --- a/python-httplib2.changes +++ b/python-httplib2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed May 6 15:17:13 UTC 2015 - benoit.monin@gmx.fr + +- update to version 0.9.1: + * fix #296: There was a problem with headers when a binary string + is passed (like b'Authorization'). + * fix #276: Default to doing DNS resolution through a proxy + server if present. + ------------------------------------------------------------------- Mon Sep 15 09:28:56 UTC 2014 - tbechtold@suse.com diff --git a/python-httplib2.spec b/python-httplib2.spec index 7e4cc17..f8a9f20 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -1,7 +1,7 @@ # # spec file for package python-httplib2 # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-httplib2 -Version: 0.9 +Version: 0.9.1 Release: 0 Url: http://code.google.com/p/httplib2/ Summary: A Python HTTP client library