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: