From 27d7b28eeae8ba85229c92afb4bb13bca5a094f4ba91346ec348b059f658c240 Mon Sep 17 00:00:00 2001 From: Todd R Date: Sat, 13 Apr 2013 09:49:18 +0000 Subject: [PATCH] Accepting request 163851 from devel:languages:python3 Disable building for python3 < 3.2 since it is not supported OBS-URL: https://build.opensuse.org/request/show/163851 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-http-parser?expand=0&rev=20 --- python3-http-parser.changes | 5 +++++ python3-http-parser.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python3-http-parser.changes b/python3-http-parser.changes index d3b99a8..b3ba9c2 100644 --- a/python3-http-parser.changes +++ b/python3-http-parser.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 12 11:42:22 UTC 2013 - toddrme2178@gmail.com + +- Disable building for python3 < 3.2 since it is not supported + ------------------------------------------------------------------- Wed Apr 3 06:03:38 UTC 2013 - arun@gmx.de diff --git a/python3-http-parser.spec b/python3-http-parser.spec index 2bc7f01..7143a8b 100644 --- a/python3-http-parser.spec +++ b/python3-http-parser.spec @@ -25,9 +25,9 @@ License: MIT Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/h/http-parser/http-parser-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: python3 +BuildRequires: python3 >= 3.2 BuildRequires: python3-devel -Requires: python3 +Requires: python3 >= 3.2 BuildRequires: python3-distribute %description