14
0
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,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)