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