From 82ac3debf47657ea556f9869087ce82b9993c6abdba895bc0cab9608bae26695 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 31 Jan 2012 13:40:45 +0000 Subject: [PATCH] - 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 --- http-parser-0.7.2.tar.gz | 3 --- http-parser-0.7.4.tar.gz | 3 +++ python-http-parser.changes | 7 ++++++- python-http-parser.spec | 8 +++----- 4 files changed, 12 insertions(+), 9 deletions(-) delete mode 100644 http-parser-0.7.2.tar.gz create mode 100644 http-parser-0.7.4.tar.gz diff --git a/http-parser-0.7.2.tar.gz b/http-parser-0.7.2.tar.gz deleted file mode 100644 index e7d220f..0000000 --- a/http-parser-0.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:749930265c2c5f58e1b0a9d44ac460a7c08685f3851fb87dec4e183156b0b72f -size 131230 diff --git a/http-parser-0.7.4.tar.gz b/http-parser-0.7.4.tar.gz new file mode 100644 index 0000000..48285f5 --- /dev/null +++ b/http-parser-0.7.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f03f3f4477e8de224f23676e75a5aafefe7ba8191d69931c6743abdfa798cb22 +size 131554 diff --git a/python-http-parser.changes b/python-http-parser.changes index 838ecbd..70f3280 100644 --- a/python-http-parser.changes +++ b/python-http-parser.changes @@ -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 diff --git a/python-http-parser.spec b/python-http-parser.spec index 6bf4b1d..019360f 100644 --- a/python-http-parser.spec +++ b/python-http-parser.spec @@ -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