From d37bfba8e2797435e68c72ff7aed3c3d96e2a32e6f303d47d3731ff260c3b45c Mon Sep 17 00:00:00 2001 From: Todd R Date: Sat, 13 Apr 2013 09:46:42 +0000 Subject: [PATCH] Accepting request 163848 from devel:languages:python3 Don't build for python > 3.2 since it is not supported yet OBS-URL: https://build.opensuse.org/request/show/163848 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=20 --- python3-WebOb.changes | 5 +++++ python3-WebOb.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python3-WebOb.changes b/python3-WebOb.changes index adc8f22..dd5dcad 100644 --- a/python3-WebOb.changes +++ b/python3-WebOb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 12 11:38:54 UTC 2013 - toddrme2178@gmail.com + +- Don't build for python > 3.2 since it is not supported yet + ------------------------------------------------------------------- Tue Apr 2 16:55:06 UTC 2013 - arun@gmx.de diff --git a/python3-WebOb.spec b/python3-WebOb.spec index 4e05b86..05c4039 100644 --- a/python3-WebOb.spec +++ b/python3-WebOb.spec @@ -25,7 +25,8 @@ Group: Development/Languages/Python Url: http://webob.org/ Source: http://pypi.python.org/packages/source/W/WebOb/WebOb-%{version}.tar.gz BuildRequires: python3-2to3 -BuildRequires: python3-devel +# currently only 3.2 is listed as supported +BuildRequires: python3-devel < 3.3 BuildRequires: python3-distribute # Test requirements: # for ssl module: