- 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

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

3
http-parser-0.7.4.tar.gz Normal file
View File

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

View File

@ -1,7 +1,12 @@
-------------------------------------------------------------------
Tue Jan 31 13:40:40 UTC 2012 - saschpe@suse.de
- Update to version 0.7.4
-------------------------------------------------------------------
Wed Jan 25 19:24:07 UTC 2012 - jfunk@funktronics.ca
- Update to 0.7.2
- Update to version 0.7.2
-------------------------------------------------------------------
Sun Nov 27 05:59:08 UTC 2011 - jfunk@funktronics.ca

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