From c94c966e41cb0d51865fa5be10dbd73cfc2cba61 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:14:29 +0100 Subject: [PATCH] update to 0.9 [release 0.9-1mamba;Thu Jul 10 2014] --- python-httplib2.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/python-httplib2.spec b/python-httplib2.spec index b60317a..119b484 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -1,13 +1,14 @@ Name: python-httplib2 -Version: 0.8 -Release: 2mamba -Summary: A comprehensive HTTP client library. +Version: 0.9 +Release: 1mamba +Summary: A comprehensive HTTP client library Group: System/Libraries/Python Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://bitworking.org/projects/httplib2/ -Source: http://httplib2.googlecode.com/files/httplib2-%{version}.tar.gz +Source: https://pypi.python.org/packages/source/h/httplib2/httplib2-%{version}.tar.gz +#Source: http://httplib2.googlecode.com/files/httplib2-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel @@ -51,6 +52,9 @@ chmod 0644 %{buildroot}%{python_sitearch}/httplib2-%{version}-py%{python_version %{python_sitearch}/httplib2-%{version}-py%{python_version}.egg-info %changelog +* Thu Jul 10 2014 Silvan Calarco 0.9-1mamba +- update to 0.9 + * Sat Dec 14 2013 Silvan Calarco 0.8-2mamba - fix permissions of installed files