OBS User unknown 2009-08-04 21:12:24 +00:00 committed by Git OBS Bridge
parent 09b628870c
commit c8bb72aa7d
4 changed files with 21 additions and 19 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:816479fb906a7832527eab6852961f0ce7460f7159f0dd13cbef34721a2174d4
size 16770

3
httplib2-0.5.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eebcc867a48a49fdeb8965dc3f42390be8c6e02ee4433a30105a6273bfd9a730
size 17857

View File

@ -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

View File

@ -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)