From 09b628870ca6b12def9af846c261833bc4b997e4dda9fe86ba86c423c38354bc Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 9 Sep 2008 20:19:41 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httplib2?expand=0&rev=2 --- httplib2-0.2.0.tar.gz | 3 --- httplib2-0.4.0.tar.gz | 3 +++ python-httplib2.changes | 12 ++++++++++++ python-httplib2.spec | 36 ++++++++++++++++++++++++++---------- 4 files changed, 41 insertions(+), 13 deletions(-) delete mode 100644 httplib2-0.2.0.tar.gz create mode 100644 httplib2-0.4.0.tar.gz diff --git a/httplib2-0.2.0.tar.gz b/httplib2-0.2.0.tar.gz deleted file mode 100644 index ff07312..0000000 --- a/httplib2-0.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da02fb6e40318b4fa85bb7f4b7b2b42eba470d1da15bc8e928a28c9f41b45d74 -size 12295 diff --git a/httplib2-0.4.0.tar.gz b/httplib2-0.4.0.tar.gz new file mode 100644 index 0000000..f2116da --- /dev/null +++ b/httplib2-0.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:816479fb906a7832527eab6852961f0ce7460f7159f0dd13cbef34721a2174d4 +size 16770 diff --git a/python-httplib2.changes b/python-httplib2.changes index cdb8de6..abbc3e7 100644 --- a/python-httplib2.changes +++ b/python-httplib2.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Sep 9 12:41:28 CEST 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 + ------------------------------------------------------------------- Sat Oct 21 22:37:29 CEST 2006 - dgollub@suse.de diff --git a/python-httplib2.spec b/python-httplib2.spec index 8abdf41..7893df5 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -1,27 +1,34 @@ # -# spec file for package python-httplib2 (Version 0.2.0) +# spec file for package python-httplib2 (Version 0.4.0) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# Copyright (c) 2008 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild + Name: python-httplib2 BuildRequires: python-devel Summary: A Python HTTP library -Version: 0.2.0 +Version: 0.4.0 Release: 1 Source0: httplib2-%{version}.tar.gz License: X11/MIT Group: Development/Libraries/Python BuildRoot: %{_tmppath}/%{name}-%{version}-build -Prefix: %{_prefix} -URL: http://bitworking.org/projects/httplib2/ - +Url: http://bitworking.org/projects/httplib2/ +%define prefix /usr %py_requires %description @@ -51,6 +58,15 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %doc PKG-INFO README -%changelog -n python-httplib2 -* Sat Oct 21 2006 - dgollub@suse.de +%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)