From ff08ca04035c5a460fc9fa2a4e1ba5af3af186e1932947c2085f4eff7c19f91c Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Tue, 1 Dec 2015 14:59:41 +0000 Subject: [PATCH 1/3] - Incloude 0.9.1 in SLE 12 (FATE#319904, bsc#954690) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=54 --- python-httplib2.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-httplib2.changes b/python-httplib2.changes index 677e4a6..8ba6b2f 100644 --- a/python-httplib2.changes +++ b/python-httplib2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 1 14:59:02 UTC 2015 - rjschwei@suse.com + +- Incloude 0.9.1 in SLE 12 (FATE#319904, bsc#954690) + ------------------------------------------------------------------- Wed May 6 15:17:13 UTC 2015 - benoit.monin@gmx.fr From 8c30554690e6c62008b3826f5566366b733d66a1ae0b67fc6717049457129527 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Wed, 2 Dec 2015 13:23:12 +0000 Subject: [PATCH 2/3] - Include 0.9.1 in SLE 12 (FATE#319904, bsc#954690) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=55 --- python-httplib2.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-httplib2.changes b/python-httplib2.changes index 8ba6b2f..66bb46a 100644 --- a/python-httplib2.changes +++ b/python-httplib2.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Tue Dec 1 14:59:02 UTC 2015 - rjschwei@suse.com -- Incloude 0.9.1 in SLE 12 (FATE#319904, bsc#954690) +- Include 0.9.1 in SLE 12 (FATE#319904, bsc#954690) ------------------------------------------------------------------- Wed May 6 15:17:13 UTC 2015 - benoit.monin@gmx.fr From 401079e5867757441ed24db4fef080c5288a60811ce5d702b7d9dc892b21615c Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 3 Dec 2015 18:19:30 +0000 Subject: [PATCH 3/3] - 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