From 401079e5867757441ed24db4fef080c5288a60811ce5d702b7d9dc892b21615c Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 3 Dec 2015 18:19:30 +0000 Subject: [PATCH] - Update to version 0.9.2: * Fix incorrect ResponseNotReady exceptions, retry on transient errors. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=56 --- httplib2-0.9.1.tar.gz | 3 --- httplib2-0.9.2.tar.gz | 3 +++ python-httplib2.changes | 6 ++++++ python-httplib2.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 httplib2-0.9.1.tar.gz create mode 100644 httplib2-0.9.2.tar.gz diff --git a/httplib2-0.9.1.tar.gz b/httplib2-0.9.1.tar.gz deleted file mode 100644 index 3daf846..0000000 --- a/httplib2-0.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc6339919a5235b9d1aaee011ca5464184098f0c47c9098001f91c97176583f5 -size 205074 diff --git a/httplib2-0.9.2.tar.gz b/httplib2-0.9.2.tar.gz new file mode 100644 index 0000000..aea91f6 --- /dev/null +++ b/httplib2-0.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3aba1c9539711551f4d83e857b316b5134a1c4ddce98a875b7027be7dd6d988 +size 205165 diff --git a/python-httplib2.changes b/python-httplib2.changes index 66bb46a..41de75e 100644 --- a/python-httplib2.changes +++ b/python-httplib2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 3 18:18:16 UTC 2015 - rjschwei@suse.com + +- Update to version 0.9.2: + * Fix incorrect ResponseNotReady exceptions, retry on transient errors. + ------------------------------------------------------------------- Tue Dec 1 14:59:02 UTC 2015 - rjschwei@suse.com diff --git a/python-httplib2.spec b/python-httplib2.spec index f8a9f20..b5d2000 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -17,7 +17,7 @@ Name: python-httplib2 -Version: 0.9.1 +Version: 0.9.2 Release: 0 Url: http://code.google.com/p/httplib2/ Summary: A Python HTTP client library