From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZGjo-0004eE-4C for guix-patches@gnu.org; Tue, 18 Dec 2018 09:52:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZGji-0000Fu-9I for guix-patches@gnu.org; Tue, 18 Dec 2018 09:52:47 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48520) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gZGjg-00009a-GB for guix-patches@gnu.org; Tue, 18 Dec 2018 09:52:42 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gZGhA-0004fZ-0r for guix-patches@gnu.org; Tue, 18 Dec 2018 09:50:04 -0500 Subject: [bug#33789] [PATCH] gnu: python-rdflib: Update to 4.2.2. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZGLy-0008DW-BL for guix-patches@gnu.org; Tue, 18 Dec 2018 09:28:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZGLu-0000OB-Mz for guix-patches@gnu.org; Tue, 18 Dec 2018 09:28:10 -0500 Received: from mail.thebird.nl ([94.142.245.5]:37112) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gZGLn-0000GF-RL for guix-patches@gnu.org; Tue, 18 Dec 2018 09:28:02 -0500 From: Pjotr Prins Date: Tue, 18 Dec 2018 13:02:09 +0100 Message-Id: <20181218120209.8749-1-pjotr.public12@thebird.nl> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33789@debbugs.gnu.org Cc: Pjotr Prins From: Pjotr Prins * gnu/packages/rdf.scm (python-rdflib): Update to 4.2.2. --- gnu/packages/rdf.scm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm index 22ea21dd9..720c50362 100644 --- a/gnu/packages/rdf.scm +++ b/gnu/packages/rdf.scm @@ -299,7 +299,7 @@ ideal (e.g. in LV2 implementations or embedded applications).") (define-public python-rdflib (package (name "python-rdflib") - (version "4.1.2") + (version "4.2.2") (source (origin (method url-fetch) @@ -308,14 +308,15 @@ ideal (e.g. in LV2 implementations or embedded applications).") version ".tar.gz")) (patches - ;; The patch has no effect under Python 3. + ;; The patch has no effect under Python 3. Note the + ;; dependency has been removed on trunk (search-patches "python2-rdflib-drop-sparqlwrapper.patch")) (sha256 (base32 - "0kvaf332cqbi47rqzlpdx4mbkvw12mkrzkj8n9l19wk713d4py9w")))) + "0398c714znnhaa2x7v51b269hk20iz073knq2mvmqp2ma92z27fs")))) (build-system python-build-system) (arguments - '(;; FIXME: Three test failures. Try uncommenting the below next update. + '(;; FIXME: Three test failures. Should be fixed next release. #:tests? #f)) ;; #:phases ;; (modify-phases %standard-phases @@ -323,7 +324,7 @@ ideal (e.g. in LV2 implementations or embedded applications).") ;; (lambda _ ;; ;; Run tests from the build directory so python3 only ;; ;; sees the installed 2to3 version. - ;; (zero? (system* "nosetests" "--where=./build/src"))))) + ;; (zero? (system* "nosetests" "--where=./build/src"))))))) (native-inputs `(("python-nose" ,python-nose))) (propagated-inputs -- 2.13.3