From unknown Fri Jun 20 07:24:40 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#33789 <33789@debbugs.gnu.org> To: bug#33789 <33789@debbugs.gnu.org> Subject: Status: [PATCH] gnu: python-rdflib: Update to 4.2.2. Reply-To: bug#33789 <33789@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:24:40 +0000 retitle 33789 [PATCH] gnu: python-rdflib: Update to 4.2.2. reassign 33789 guix-patches submitter 33789 Pjotr Prins severity 33789 normal tag 33789 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 18 09:49:16 2018 Received: (at submit) by debbugs.gnu.org; 18 Dec 2018 14:49:16 +0000 Received: from localhost ([127.0.0.1]:52768 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gZGgM-0004e5-9R for submit@debbugs.gnu.org; Tue, 18 Dec 2018 09:49:16 -0500 Received: from eggs.gnu.org ([208.118.235.92]:37152) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gZGgI-0004dp-Fe for submit@debbugs.gnu.org; Tue, 18 Dec 2018 09:49:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZGg9-0002bJ-7O for submit@debbugs.gnu.org; Tue, 18 Dec 2018 09:49:05 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:55020) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gZGg5-0002Lk-74 for submit@debbugs.gnu.org; Tue, 18 Dec 2018 09:48:59 -0500 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 Received: by mail.thebird.nl (Postfix, from userid 1000) id 33AD4ED4; Tue, 18 Dec 2018 13:02:16 +0100 (CET) From: Pjotr Prins To: guix-patches@gnu.org Subject: [PATCH] gnu: python-rdflib: Update to 4.2.2. Date: Tue, 18 Dec 2018 13:02:09 +0100 Message-Id: <20181218120209.8749-1-pjotr.public12@thebird.nl> X-Mailer: git-send-email 2.11.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit Cc: Pjotr Prins X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) 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 From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 18 10:04:37 2018 Received: (at 33789) by debbugs.gnu.org; 18 Dec 2018 15:04:37 +0000 Received: from localhost ([127.0.0.1]:53558 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gZGvA-0005EZ-RO for submit@debbugs.gnu.org; Tue, 18 Dec 2018 10:04:36 -0500 Received: from eggs.gnu.org ([208.118.235.92]:47531) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gZGv8-0005EK-D6 for 33789@debbugs.gnu.org; Tue, 18 Dec 2018 10:04:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZGux-0008A2-4V for 33789@debbugs.gnu.org; Tue, 18 Dec 2018 10:04:25 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZGup-00084P-3y; Tue, 18 Dec 2018 10:04:12 -0500 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=32824 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gZGun-0005Tm-P4; Tue, 18 Dec 2018 10:04:11 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Pjotr Prins Subject: Re: [bug#33789] [PATCH] gnu: python-rdflib: Update to 4.2.2. References: <20181218120209.8749-1-pjotr.public12@thebird.nl> Date: Tue, 18 Dec 2018 16:04:06 +0100 In-Reply-To: <20181218120209.8749-1-pjotr.public12@thebird.nl> (Pjotr Prins's message of "Tue, 18 Dec 2018 13:02:09 +0100") Message-ID: <8736quho61.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 33789 Cc: Pjotr Prins , 33789@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Hi Pjotr, Pjotr Prins skribis: > From: Pjotr Prins > > * gnu/packages/rdf.scm (python-rdflib): Update to 4.2.2. Looks like the patch that appears in the =E2=80=98origin=E2=80=99 no longer= applies: --8<---------------cut here---------------start------------->8--- $ ./pre-inst-env guix build python{,2}-rdflib --substitute-urls=3Dhttps://b= erlin.guixsd.org --no-build-hook building /gnu/store/813y7l90ys3wslqnm6rkdp6y38isikfy-python2-isodate-0.5.4.= drv... [=E2=80=A6] patching file setup.py Hunk #1 FAILED at 52. 1 out of 1 hunk FAILED -- saving rejects to file setup.py.rej [=E2=80=A6] builder for `/gnu/store/5p5zibpvahw5ps45zw1115ir063kqhxp-rdflib-4.2.2.tar.x= z.drv' failed with exit code 1 build of /gnu/store/5p5zibpvahw5ps45zw1115ir063kqhxp-rdflib-4.2.2.tar.xz.dr= v failed --8<---------------cut here---------------end--------------->8--- Could you send an updated patch? Thank you! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 18 10:31:43 2018 Received: (at 33789) by debbugs.gnu.org; 18 Dec 2018 15:31:43 +0000 Received: from localhost ([127.0.0.1]:53579 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gZHLT-0005uA-5Y for submit@debbugs.gnu.org; Tue, 18 Dec 2018 10:31:43 -0500 Received: from mail.thebird.nl ([94.142.245.5]:33758) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gZHLR-0005u0-7R for 33789@debbugs.gnu.org; Tue, 18 Dec 2018 10:31:41 -0500 Received: by mail.thebird.nl (Postfix, from userid 1000) id AAB77EDD; Tue, 18 Dec 2018 16:31:39 +0100 (CET) Date: Tue, 18 Dec 2018 16:31:39 +0100 From: Pjotr Prins To: Ludovic =?iso-8859-1?Q?Court=E8s?= Subject: Re: [bug#33789] [PATCH] gnu: python-rdflib: Update to 4.2.2. Message-ID: <20181218153139.zvomyke5tnlqzzoa@thebird.nl> References: <20181218120209.8749-1-pjotr.public12@thebird.nl> <8736quho61.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="b7i7yte4i3lyii6q" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <8736quho61.fsf@gnu.org> User-Agent: NeoMutt/20170113 (1.7.2) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 33789 Cc: Pjotr Prins , Pjotr Prins , 33789@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --b7i7yte4i3lyii6q Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit On Tue, Dec 18, 2018 at 04:04:06PM +0100, Ludovic Courtès wrote: > Looks like the patch that appears in the ‘origin’ no longer applies: My bad. I am building on different machines... Attached. --b7i7yte4i3lyii6q Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-gnu-python-rdflib-Update-to-4.2.2.patch" >From 35f5245e7519952c1cdb9561bf00c40482d01ad5 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Tue, 18 Dec 2018 11:16:52 +0000 Subject: [PATCH] gnu: python-rdflib: Update to 4.2.2. * gnu/packages/rdf.scm (python-rdflib): Update to 4.2.2. --- gnu/packages/rdf.scm | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm index 22ea21dd9..1c045b6ec 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) @@ -307,15 +307,12 @@ ideal (e.g. in LV2 implementations or embedded applications).") "https://pypi.python.org/packages/source/r/rdflib/rdflib-" version ".tar.gz")) - (patches - ;; The patch has no effect under Python 3. - (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 +320,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 --b7i7yte4i3lyii6q-- From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 19 12:00:41 2018 Received: (at 33789) by debbugs.gnu.org; 19 Dec 2018 17:00:41 +0000 Received: from localhost ([127.0.0.1]:55033 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gZfD7-0005ja-A6 for submit@debbugs.gnu.org; Wed, 19 Dec 2018 12:00:41 -0500 Received: from mail.thebird.nl ([94.142.245.5]:35366) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gZfD5-0005jL-Tz for 33789@debbugs.gnu.org; Wed, 19 Dec 2018 12:00:40 -0500 Received: from lario.thebird.nl (52485793.cm-4-1b.dynamic.ziggo.nl [82.72.87.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.thebird.nl (Postfix) with ESMTPSA id A5547798A for <33789@debbugs.gnu.org>; Wed, 19 Dec 2018 18:00:33 +0100 (CET) From: Pjotr Prins To: 33789@debbugs.gnu.org Subject: Re: [bug#33789] [PATCH] gnu: python-rdflib: Update to 4.2.2. References: <20181218120209.8749-1-pjotr.public12@thebird.nl> <8736quho61.fsf@gnu.org> <20181218153139.zvomyke5tnlqzzoa@thebird.nl> Date: Wed, 19 Dec 2018 17:00:33 +0000 In-Reply-To: <20181218153139.zvomyke5tnlqzzoa@thebird.nl> (Pjotr Prins's message of "Tue, 18 Dec 2018 16:31:39 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 33789 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) I have tested python-rdflib and python2-rdflib with above patch. Should be OK. From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 21 11:48:30 2018 Received: (at 33789-done) by debbugs.gnu.org; 21 Dec 2018 16:48:30 +0000 Received: from localhost ([127.0.0.1]:58716 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gaNyP-0000IC-Ph for submit@debbugs.gnu.org; Fri, 21 Dec 2018 11:48:29 -0500 Received: from eggs.gnu.org ([208.118.235.92]:57574) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gaNyO-0000Hy-RC for 33789-done@debbugs.gnu.org; Fri, 21 Dec 2018 11:48:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gaNyH-0004hc-Lv for 33789-done@debbugs.gnu.org; Fri, 21 Dec 2018 11:48:23 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:45549) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gaNyE-0004fQ-2J; Fri, 21 Dec 2018 11:48:19 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=55146 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gaNyD-0005GT-7A; Fri, 21 Dec 2018 11:48:17 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Pjotr Prins Subject: Re: [bug#33789] [PATCH] gnu: python-rdflib: Update to 4.2.2. References: <20181218120209.8749-1-pjotr.public12@thebird.nl> <8736quho61.fsf@gnu.org> <20181218153139.zvomyke5tnlqzzoa@thebird.nl> Date: Fri, 21 Dec 2018 17:48:15 +0100 In-Reply-To: <20181218153139.zvomyke5tnlqzzoa@thebird.nl> (Pjotr Prins's message of "Tue, 18 Dec 2018 16:31:39 +0100") Message-ID: <87y38iomgg.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 33789-done Cc: 33789-done@debbugs.gnu.org, Pjotr Prins X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Pjotr Prins skribis: >>>From 35f5245e7519952c1cdb9561bf00c40482d01ad5 Mon Sep 17 00:00:00 2001 > From: Pjotr Prins > Date: Tue, 18 Dec 2018 11:16:52 +0000 > Subject: [PATCH] gnu: python-rdflib: Update to 4.2.2. > > * gnu/packages/rdf.scm (python-rdflib): Update to 4.2.2. Applied, thanks! Ludo'. From unknown Fri Jun 20 07:24:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 19 Jan 2019 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator