From e78b77714705d8d0b5878a3d63f02e0804ee0972cfe2f0da9680121bfe048987 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 7 Nov 2019 15:46:14 +0000 Subject: [PATCH] Run through spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SPARQLWrapper?expand=0&rev=18 --- python-SPARQLWrapper.changes | 5 +++++ python-SPARQLWrapper.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-SPARQLWrapper.changes b/python-SPARQLWrapper.changes index 687d697..57f7d77 100644 --- a/python-SPARQLWrapper.changes +++ b/python-SPARQLWrapper.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 7 15:45:49 UTC 2019 - Matej Cepl + +- Run through spec-cleaner + ------------------------------------------------------------------- Sun Jul 8 03:45:56 UTC 2018 - arun@gmx.de diff --git a/python-SPARQLWrapper.spec b/python-SPARQLWrapper.spec index 74962f0..0ab2ebc 100644 --- a/python-SPARQLWrapper.spec +++ b/python-SPARQLWrapper.spec @@ -22,7 +22,6 @@ Version: 1.8.2 Release: 0 Summary: SPARQL Endpoint interface to Python License: W3C -Group: Development/Languages/Python URL: http://sparql-wrapper.sourceforge.net/ Source: https://files.pythonhosted.org/packages/source/S/SPARQLWrapper/SPARQLWrapper-%{version}.tar.gz # Only used during installation @@ -52,8 +51,8 @@ format. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%if %python3_version_nodots > 34 -# taken from https://github.com/RDFLib/sparqlwrapper/blob/master/run_tests_py3.sh +%if %{python3_version_nodots} > 34 +# taken from https://github.com/RDFLib/sparqlwrapper/blob/master/run_tests_py3.sh cp -r %{buildroot}%{python_sitelib}/SPARQLWrapper test/ 2to3 -wn --no-diffs test sed -i.bak s/urllib2._opener/urllib.request._opener/g test/wrapper_test.py