[python-rdflib] Fix unit-test and remove old patch

Pierre-YvesChibon pingou at fedoraproject.org
Wed Oct 10 14:59:37 UTC 2012


commit c9394c6d40d69f37b3955e8228685d3699bc3cf9
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Wed Oct 10 16:59:21 2012 +0200

    Fix unit-test and remove old patch

 ...-Skip-test-if-it-can-not-join-the-network.patch |   37 --------------------
 python-rdflib.spec                                 |   18 +++++++---
 2 files changed, 13 insertions(+), 42 deletions(-)
---
diff --git a/python-rdflib.spec b/python-rdflib.spec
index 219e540..b775e1e 100644
--- a/python-rdflib.spec
+++ b/python-rdflib.spec
@@ -1,15 +1,14 @@
-%define run_tests 0
+%define run_tests 1
 
 Name:           python-rdflib
 Version:        3.2.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python library for working with RDF
 
 Group:          Development/Languages
 License:        BSD
 URL:            http://code.google.com/p/rdflib/
 Source0:        http://pypi.python.org/packages/source/r/rdflib/rdflib-%{version}.tar.gz
-# Upstreamed: http://code.google.com/p/rdflib/issues/detail?id=206
 BuildArch:      noarch
 
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@@ -38,6 +37,10 @@ memory, MySQL, Redland, SQLite, Sleepycat, ZODB and SQLObject.
 
 %prep
 %setup -q -n rdflib-%{version}
+find -name "*.pyc" -delete
+
+sed -i -e 's|_sn_gen=bnode_uuid()|_sn_gen=bnode_uuid|' test/test_bnode_ncname.py
+
 
 %build
 %{__python} setup.py build
@@ -53,10 +56,10 @@ cp LICENSE $RPM_BUILD_ROOT/%{python_sitelib}/rdflib/LICENSE
 # executable as appropriate:
 
 # __main__ parses URI as N-Triples:
-#chmod +x $RPM_BUILD_ROOT/%{python_sitelib}/rdflib/plugins/parsers/ntriples.py
+chmod +x $RPM_BUILD_ROOT/%{python_sitelib}/rdflib/plugins/parsers/ntriples.py
 
 # __main__ parses the file given on the command line:
-#chmod +x $RPM_BUILD_ROOT/%{python_sitelib}/rdflib/plugins/parsers/notation3.py
+chmod +x $RPM_BUILD_ROOT/%{python_sitelib}/rdflib/plugins/parsers/notation3.py
 
 
 %check
@@ -74,6 +77,11 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Wed Oct 10 2012  Pierre-Yves Chibon <pingou at pingoured.fr> - 3.2.3-2
+- Re-enable tests
+- Backport using sed unit-tests fix from upstream
+   (commit 26d25faa90483ed1ba7675d159d10e955dbaf442)
+
 * Wed Oct 10 2012  Pierre-Yves Chibon <pingou at pingoured.fr> - 3.2.3-1
 - Update to 3.2.3
 - One test is failing, so disabling them for now


More information about the scm-commits mailing list