From c8bb72aa7dee6eb01035ba4a3e3d7df2568647f65bca7f1fe81e7a533062d3be Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 4 Aug 2009 21:12:24 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httplib2?expand=0&rev=3 --- httplib2-0.4.0.tar.gz | 3 --- httplib2-0.5.0.tar.gz | 3 +++ python-httplib2.changes | 14 ++++++++++++++ python-httplib2.spec | 20 ++++---------------- 4 files changed, 21 insertions(+), 19 deletions(-) delete mode 100644 httplib2-0.4.0.tar.gz create mode 100644 httplib2-0.5.0.tar.gz diff --git a/httplib2-0.4.0.tar.gz b/httplib2-0.4.0.tar.gz deleted file mode 100644 index f2116da..0000000 --- a/httplib2-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:816479fb906a7832527eab6852961f0ce7460f7159f0dd13cbef34721a2174d4 -size 16770 diff --git a/httplib2-0.5.0.tar.gz b/httplib2-0.5.0.tar.gz new file mode 100644 index 0000000..355bd2d --- /dev/null +++ b/httplib2-0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebcc867a48a49fdeb8965dc3f42390be8c6e02ee4433a30105a6273bfd9a730 +size 17857 diff --git a/python-httplib2.changes b/python-httplib2.changes index abbc3e7..c8282e8 100644 --- a/python-httplib2.changes +++ b/python-httplib2.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Aug 4 10:51:26 UTC 2009 - cstender@novell.com + +- updated to version 0.5.0 + * Fixed the following bugs: + #12 - Cache-Control: only-if-cached incorrectly does request if + item not in cache + #39 - Deprecation warnings in Python 2.6 + #54 - Http.request fails accesing Google account via http proxy + #56 - Block on response.read() for HEAD requests. + #57 - Timeout ignore for Python 2.6 + #58 - Fixed parsing of Cache-Control: header to make it more + robust + ------------------------------------------------------------------- Tue Sep 9 12:41:28 CEST 2008 - cstender@suse.de diff --git a/python-httplib2.spec b/python-httplib2.spec index 7893df5..e98d454 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -1,7 +1,7 @@ # -# spec file for package python-httplib2 (Version 0.4.0) +# spec file for package python-httplib2 (Version 0.5.0) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,10 +21,10 @@ Name: python-httplib2 BuildRequires: python-devel Summary: A Python HTTP library -Version: 0.4.0 +Version: 0.5.0 Release: 1 Source0: httplib2-%{version}.tar.gz -License: X11/MIT +License: MIT License (or similar) Group: Development/Libraries/Python BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://bitworking.org/projects/httplib2/ @@ -48,7 +48,6 @@ Authors: CFLAGS="$RPM_OPT_FLAGS" python setup.py build %install -rm -rf $RPM_BUILD_ROOT python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES %clean @@ -59,14 +58,3 @@ rm -rf $RPM_BUILD_ROOT %doc PKG-INFO README %changelog -* Tue Sep 09 2008 cstender@suse.de -- updated package to version 0.4.0 - o added support for proxies if the Socksipy module is installed - o fixed bug with some HEAD responses having content-length set to - zero incorrectly - o fixed most except's to catch a specific exception - o added 'connection_type' parameter to Http.request() - o the default for 'force_exception_to_status_code' was changed to - False -* Sun Oct 22 2006 dgollub@suse.de -- initial version of python-httplib2 (0.2.0)