forked from pool/python-httplib2
This commit is contained in:
parent
09b628870c
commit
c8bb72aa7d
@ -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
3
httplib2-0.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eebcc867a48a49fdeb8965dc3f42390be8c6e02ee4433a30105a6273bfd9a730
|
||||||
|
size 17857
|
@ -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
|
Tue Sep 9 12:41:28 CEST 2008 - cstender@suse.de
|
||||||
|
|
||||||
|
@ -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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,10 +21,10 @@
|
|||||||
Name: python-httplib2
|
Name: python-httplib2
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
Summary: A Python HTTP library
|
Summary: A Python HTTP library
|
||||||
Version: 0.4.0
|
Version: 0.5.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Source0: httplib2-%{version}.tar.gz
|
Source0: httplib2-%{version}.tar.gz
|
||||||
License: X11/MIT
|
License: MIT License (or similar)
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Url: http://bitworking.org/projects/httplib2/
|
Url: http://bitworking.org/projects/httplib2/
|
||||||
@ -48,7 +48,6 @@ Authors:
|
|||||||
CFLAGS="$RPM_OPT_FLAGS" python setup.py build
|
CFLAGS="$RPM_OPT_FLAGS" python setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES
|
python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -59,14 +58,3 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc PKG-INFO README
|
%doc PKG-INFO README
|
||||||
|
|
||||||
%changelog
|
%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)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user