From 7641c8704c0224d620742a8abb2db657af35dc08c5489b183ff912bdb4d0356f Mon Sep 17 00:00:00 2001 From: Todd R Date: Sat, 13 Apr 2013 09:55:52 +0000 Subject: [PATCH] Accepting request 163854 from devel:languages:python3 - Disable building for python3 <= 3.2, since it is not compatible with those versions OBS-URL: https://build.opensuse.org/request/show/163854 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=35 --- python3-rdflib.changes | 6 ++++++ python3-rdflib.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python3-rdflib.changes b/python3-rdflib.changes index a0f4a04..c1a45c4 100644 --- a/python3-rdflib.changes +++ b/python3-rdflib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 12 11:13:01 UTC 2013 - toddrme2178@gmail.com + +- Disable building for python3 <= 3.2, since it is not compatible + with those versions + ------------------------------------------------------------------- Thu Jan 31 13:27:29 UTC 2013 - saschpe@suse.de diff --git a/python3-rdflib.spec b/python3-rdflib.spec index b0a0b78..cec88d6 100644 --- a/python3-rdflib.spec +++ b/python3-rdflib.spec @@ -27,7 +27,7 @@ Source: http://pypi.python.org/packages/source/r/rdflib/rdflib-%{version BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes BuildRequires: python-Sphinx -BuildRequires: python3 +BuildRequires: python3 >= 3.2 BuildRequires: python3-2to3 BuildRequires: python3-devel BuildRequires: python3-distribute