15
0

- Update to version 0.7.4

- Update to version 0.7.2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-http-parser?expand=0&rev=6
This commit is contained in:
Sascha Peilicke
2012-01-31 13:40:45 +00:00
committed by Git OBS Bridge
parent 1654fe2a66
commit 8249e4b807
4 changed files with 12 additions and 9 deletions

View File

@@ -18,7 +18,7 @@
Name: python-http-parser
Version: 0.7.2
Version: 0.7.4
Release: 0
Url: https://github.com/benoitc/http-parser/
Summary: HTTP Request/Response Parser for Python in C
@@ -28,11 +28,9 @@ Source: http://pypi.python.org/packages/source/h/http-parser/http-parser
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-distribute
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%endif
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%description
HTTP request/response parser for Python in C under MIT License, based on