From unknown Sun Jun 22 03:50:17 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#50481 <50481@debbugs.gnu.org> To: bug#50481 <50481@debbugs.gnu.org> Subject: Status: [PATCH 0/3] Update python-rdflib. Reply-To: bug#50481 <50481@debbugs.gnu.org> Date: Sun, 22 Jun 2025 10:50:17 +0000 retitle 50481 [PATCH 0/3] Update python-rdflib. reassign 50481 guix-patches submitter 50481 Arun Isaac severity 50481 normal tag 50481 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 08 15:33:42 2021 Received: (at submit) by debbugs.gnu.org; 8 Sep 2021 19:33:42 +0000 Received: from localhost ([127.0.0.1]:33605 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mO3KI-0007jT-MO for submit@debbugs.gnu.org; Wed, 08 Sep 2021 15:33:42 -0400 Received: from lists.gnu.org ([209.51.188.17]:49188) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mO3KF-0007jK-0S for submit@debbugs.gnu.org; Wed, 08 Sep 2021 15:33:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57340) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mO3KD-0002fG-PK for guix-patches@gnu.org; Wed, 08 Sep 2021 15:33:38 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:46092) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mO3KA-0002V8-OY for guix-patches@gnu.org; Wed, 08 Sep 2021 15:33:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=tRfr0uJu6WNUfY9jJj0y77WtWsR5jg7hPF4Ror3FTAw=; b=pmnmAvBXnTu5cZmb8gtRiP4zlz DOnBDoYHcEZ86z4y9raFT3M9kzSltPWGOz3D3vswM87Qc1kl0UtX9BK3f0Ii2Sp89DXnHhOr/PyNn u6ggRizh7nh+rbwsc6FtIOV0ygP8E3H/0iAMmhaQ4WpiBxPHAiaw9kDOALbe0disRAwQYQ/HoaXWi uM+tXuf2mG29fOnF2OtIOrEHm9aH69iXwMICVUpqjTQFWl4rldbhJfORtgeTQ2t8nk5N6MgmaOjpj ZMzIDoqbUqKPAlj6AxMtthp3QojRsktzSrv5x/Kwqek5FO54QmXemicOCgJkNW6/av5dGFcElr0xC ZX55ktSA==; Received: from [192.168.2.1] (port=59570 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mO3K5-000Wsj-57; Thu, 09 Sep 2021 01:03:29 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH 0/3] Update python-rdflib. Date: Thu, 9 Sep 2021 01:03:18 +0530 Message-Id: <20210908193319.15104-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Arun Isaac 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: -2.4 (--) Hi, This patchset adds python-berkeleydb and updates python-rdflib to the latest version. python-rdflib no longer supports python2. So, I have also removed the python2-rdflib package. Regards, Arun Arun Isaac (3): gnu: Add python-berkeleydb. gnu: python-rdflib: Update to 6.0.0. gnu: python2-rdflib: Remove package. gnu/packages/python-xyz.scm | 41 +++++++++++++++++++++++++++ gnu/packages/rdf.scm | 56 ++++++++++++++++++++++--------------- 2 files changed, 74 insertions(+), 23 deletions(-) -- 2.33.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 08 15:42:20 2021 Received: (at 50481) by debbugs.gnu.org; 8 Sep 2021 19:42:21 +0000 Received: from localhost ([127.0.0.1]:33612 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mO3Se-00084J-GE for submit@debbugs.gnu.org; Wed, 08 Sep 2021 15:42:20 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:37700) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mO3Sa-000842-R6 for 50481@debbugs.gnu.org; Wed, 08 Sep 2021 15:42:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=KG/C3uVVeZeYQfxI4rVyiVXJmaniB55m67afq5Fbg48=; b=p387Qqj+9+0+VYB8s0GLiIpzjt Vyc1C7uRo64QoUoRxf0qYE+cjiV4YL3dHBB5OyGvu8VqpmtXv42OXGoRDW1rOGEV5tghha8g6PnMk YcI0Rmnd+lx90B62x+Q50J7hS11JjLZrUj++aHux+WV4WOmZ8H3SocMh53IwgpfERCyntW9wUoYlL GF5IVENwdRHWCK4ru1MYzyHd6lewhOVHPk+4n3fyQoaDBDNyThB/4D2ZddvV8EXLxJAGnSS0Svr/4 7rbiKcEseUya3cOA7iZnpO1sttbYs18EnLfOeWCaLfS5Vapt2IW6QHhKlEwG1rm9EcDxYCerJmrEm O1gb7WWw==; Received: from [192.168.2.1] (port=61150 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mO3SX-000WuL-OB; Thu, 09 Sep 2021 01:12:13 +0530 From: Arun Isaac To: 50481@debbugs.gnu.org Subject: [PATCH 1/3] gnu: Add python-berkeleydb. Date: Thu, 9 Sep 2021 01:12:09 +0530 Message-Id: <20210908194211.16140-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 50481 Cc: Arun Isaac 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 (-) * gnu/packages/python-xyz.scm (python-berkeleydb): New variable. --- gnu/packages/python-xyz.scm | 41 +++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7c70829de9..a7020b7615 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -26556,3 +26556,44 @@ files and directories and adds a datestamp in standard ISO 8601+ format YYYY-MM-DD at the beginning of the file or directory name.") (home-page "https://github.com/novoid/date2name") (license license:gpl3+)))) + +(define-public python-berkeleydb + (package + (name "python-berkeleydb") + (version "18.1.4") + (source + (origin + ;; We use the upstream repository, as the tests are not included in the + ;; PyPI releases. + (method hg-fetch) + (uri (hg-reference + (url "https://hg.jcea.es/pybsddb/") + (changeset version))) + (file-name (string-append name "-" version "-checkout")) + (sha256 + (base32 + "0xj0l73ns6xph5pmysna7g4rdla1alvh2s2k2crhwv8yghjmnjqi")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-before 'unpack 'suppress-license-warning + (lambda* (#:key inputs #:allow-other-keys) + (setenv "BERKELEYDB_DIR" (assoc-ref inputs "bdb")) + (setenv "YES_I_HAVE_THE_RIGHT_TO_USE_THIS_BERKELEY_DB_VERSION" "1"))) + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (invoke "./test.py" "-v"))))))) + (inputs + `(("bdb" ,bdb))) + (home-page "https://www.jcea.es/programacion/pybsddb.htm") + (synopsis "Python bindings for Oracle Berkeley DB") + (description "This package provides a nearly complete wrapping of the +Oracle/Sleepycat C API for the Database Environment, Database, Cursor, Log +Cursor, Sequence and Transaction objects, and each of these is exposed as a +Python type in the berkeleydb.db module. The database objects can use various +access methods: btree, hash, recno, queue and heap. Oracle Berkeley DB +distributed transactions, Oracle Berkeley DB Replication Manager and Oracle +Berkeley DB Base Replication are supported.") + (license license:bsd-3))) -- 2.33.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 08 15:42:21 2021 Received: (at 50481) by debbugs.gnu.org; 8 Sep 2021 19:42:21 +0000 Received: from localhost ([127.0.0.1]:33614 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mO3Se-00084N-QR for submit@debbugs.gnu.org; Wed, 08 Sep 2021 15:42:21 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:37702) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mO3Sa-000843-R5 for 50481@debbugs.gnu.org; Wed, 08 Sep 2021 15:42:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=bOwWMygtM1WUmDs+CMNaqPrEe9F0cYoCU0VYCF9PnSM=; b=eyRqWy1+t0Y+28E8Gqbi4ub+MX I96+pB68HKdZfV+G1Yl8cjf3JEU2qTbewNFdYaxq8YK27AbwmQ8WSXhi8uFulv3XJUvy2U1ee1vRj QSLigsFiNZcrhIcp8mSxCf08bnLl0DAbtQ1OFG4Snw6L+ZY/ZD9NxBOYF2iU/q3r00kTYGoLItUew 0usDkX38rv8YsmpLr0H7+wXv0QMKCoJ3g2Fgi3sWiFFcvxa/Z0G5Z/awFaCQqLyEQMNo3UxGge2zq qbQH6Qci4S7mF9SrW4wsU89XkZKvFH6X63QYHFZfTDAQVZLLKSqqRfGEfHqyw81nSmPUIz2GcjmFp Br4qSRBQ==; Received: from [192.168.2.1] (port=61150 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mO3SY-000WuL-5O; Thu, 09 Sep 2021 01:12:14 +0530 From: Arun Isaac To: 50481@debbugs.gnu.org Subject: [PATCH 3/3] gnu: python2-rdflib: Remove package. Date: Thu, 9 Sep 2021 01:12:11 +0530 Message-Id: <20210908194211.16140-3-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20210908194211.16140-1-arunisaac@systemreboot.net> References: <20210908194211.16140-1-arunisaac@systemreboot.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 50481 Cc: Arun Isaac 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 (-) * gnu/packages/rdf.scm (python2-rdflib): Delete variable. --- gnu/packages/rdf.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm index d09c28402a..95b4ec72be 100644 --- a/gnu/packages/rdf.scm +++ b/gnu/packages/rdf.scm @@ -383,9 +383,6 @@ powerful language for representing information.") (license (license:non-copyleft "file://LICENSE" "See LICENSE in the distribution.")))) -(define-public python2-rdflib - (package-with-python2 python-rdflib)) - (define-public python-rdflib-jsonld (package (name "python-rdflib-jsonld") -- 2.33.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 08 15:42:26 2021 Received: (at 50481) by debbugs.gnu.org; 8 Sep 2021 19:42:26 +0000 Received: from localhost ([127.0.0.1]:33616 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mO3Sk-00084j-4t for submit@debbugs.gnu.org; Wed, 08 Sep 2021 15:42:26 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:37698) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mO3Sa-000841-QW for 50481@debbugs.gnu.org; Wed, 08 Sep 2021 15:42:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=diK/q+vfJiszy+W1Rfh2WOQiSIl32+WjcDvehq/eAWo=; b=G8pgFpQ8aK41eo2pJjQDwOhFs9 GCfMpw/fSnaITkM4N0GoXyBanUfRCmQC06xhD9wbAa6KIIZhp82DG++M8d6T5913IyM5lEIb74MH2 nvGCO55MFZhg/5+OJ6DHRe0a2TvVsGwrsaXMiqlOSPsUgvAe303zVmxhmdo40lCbJMFv9FM1/YT4s m4czdNPu7UYQq0px2hzx+vEezurFmIDzEnj8OQoM2Et1x/a08M7wyQJgMTihhR8yExSuGsJfHpPWe dTgOGNf2P1HDXirw9bZTy7VCCt180dtFvk7I8HJZk2MGrw05ygyexdDyN2/0C5PJrDHHh/bUBpgye 1md/nosQ==; Received: from [192.168.2.1] (port=61150 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mO3SX-000WuL-Ua; Thu, 09 Sep 2021 01:12:14 +0530 From: Arun Isaac To: 50481@debbugs.gnu.org Subject: [PATCH 2/3] gnu: python-rdflib: Update to 6.0.0. Date: Thu, 9 Sep 2021 01:12:10 +0530 Message-Id: <20210908194211.16140-2-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20210908194211.16140-1-arunisaac@systemreboot.net> References: <20210908194211.16140-1-arunisaac@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 50481 Cc: Arun Isaac 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 (-) * gnu/packages/rdf.scm (python-rdflib): Update to 6.0.0. [arguments]: Replace check phase. Enable tests. [native-inputs]: Add python-black, python-coverage, python-doctest-ignore-unicode, python-flake8, python-networkx and python-nose-timer. [propagated-inputs]: Add python-berkeleydb. --- gnu/packages/rdf.scm | 53 +++++++++++++++++++++++++++----------------- 1 file changed, 33 insertions(+), 20 deletions(-) diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm index fb84d8053d..d09c28402a 100644 --- a/gnu/packages/rdf.scm +++ b/gnu/packages/rdf.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2020 Pjotr Prins ;;; Copyright © 2020 Efraim Flashner ;;; Copyright © 2020 pukkamustard +;;; Copyright © 2021 Arun Isaac ;;; ;;; This file is part of GNU Guix. ;;; @@ -337,31 +338,43 @@ ideal (e.g. in LV2 implementations or embedded applications).") (define-public python-rdflib (package (name "python-rdflib") - (version "4.2.2") + (version "6.0.0") (source - (origin - (method url-fetch) - (uri (pypi-uri "rdflib" version)) - (sha256 - (base32 - "0398c714znnhaa2x7v51b269hk20iz073knq2mvmqp2ma92z27fs")))) + (origin + (method url-fetch) + (uri (pypi-uri "rdflib" version)) + (sha256 + (base32 + "0ycqczf33irq0ai6wpg4vxd9xwlpq3c41hsy411xvx16xdbxgr3w")))) (build-system python-build-system) (arguments - '(;; FIXME: Three test failures. Should be fixed next release. - #:tests? #f)) - ;; #:phases - ;; (modify-phases %standard-phases - ;; (replace 'check - ;; (lambda _ - ;; ;; Run tests from the build directory so python3 only - ;; ;; sees the installed 2to3 version. - ;; (invoke "nosetests" "--where=./build/src")))))) + '(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key outputs tests? #:allow-other-keys) + (when tests? + ;; Make installed package available for running the tests. + (setenv "PATH" (string-append (assoc-ref outputs "out") + "/bin:" (getenv "PATH"))) + (invoke "nosetests" + ;; Exclude tests that require network access. + "--exclude" "^test_sparql_service$" + "--exclude" "^testGuessFormatForParse$" + "--exclude" "^test_onedotone$" + "--exclude" "^rdflib$"))))))) (native-inputs - `(("python-nose" ,python-nose))) + `(("python-black" ,python-black) + ("python-coverage" ,python-coverage) + ("python-doctest-ignore-unicode" ,python-doctest-ignore-unicode) + ("python-flake8" ,python-flake8) + ("python-networkx" ,python-networkx) + ("python-nose" ,python-nose) + ("python-nose-timer" ,python-nose-timer))) (propagated-inputs - `(("python-html5lib" ,python-html5lib) - ("python-isodate" ,python-isodate) - ("python-pyparsing" ,python-pyparsing))) + `(("python-berkeleydb" ,python-berkeleydb) + ("python-html5lib" ,python-html5lib) + ("python-isodate" ,python-isodate) + ("python-pyparsing" ,python-pyparsing))) (home-page "https://github.com/RDFLib/rdflib") (synopsis "Python RDF library") (description -- 2.33.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 21 08:54:45 2021 Received: (at 50481) by debbugs.gnu.org; 21 Sep 2021 12:54:45 +0000 Received: from localhost ([127.0.0.1]:45316 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSfIL-0002N7-I5 for submit@debbugs.gnu.org; Tue, 21 Sep 2021 08:54:45 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54292) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSfIJ-0002Mq-SL for 50481@debbugs.gnu.org; Tue, 21 Sep 2021 08:54:44 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:48618) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mSfIE-0007Qf-Km; Tue, 21 Sep 2021 08:54:38 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=47308 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mSfIC-0001tq-EF; Tue, 21 Sep 2021 08:54:37 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Arun Isaac Subject: Re: bug#50481: [PATCH 0/3] Update python-rdflib. References: <20210908193319.15104-1-arunisaac@systemreboot.net> Date: Tue, 21 Sep 2021 14:54:35 +0200 In-Reply-To: <20210908193319.15104-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Thu, 9 Sep 2021 01:03:18 +0530") Message-ID: <87ee9iks1g.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50481 Cc: 50481@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: -3.3 (---) Hi, Arun Isaac skribis: > gnu: Add python-berkeleydb. > gnu: python-rdflib: Update to 6.0.0. > gnu: python2-rdflib: Remove package. As long as dependents still build (which I haven=E2=80=99t tested), LGTM! Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 22 16:25:40 2021 Received: (at 50481) by debbugs.gnu.org; 22 Sep 2021 20:25:40 +0000 Received: from localhost ([127.0.0.1]:51805 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mT8oG-0000Wi-H7 for submit@debbugs.gnu.org; Wed, 22 Sep 2021 16:25:40 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:37710) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mT8oD-0000WX-JY for 50481@debbugs.gnu.org; Wed, 22 Sep 2021 16:25:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=0eB+ATebaVcPkZ8yGnlk1TkAvf8hZ9YER/IHDMMiKqw=; b=OtwMXZ1fSh+al9/MSSHASeWF31 2a18XIrnoSKY7APNOvuSz6VdXXSev5CgrfEn0VN6zWubnaLA0mA109rQlEKiy5gCQizb/I25Lw33C cfolyY7jGr3hkWWaFjhp+plAJzCe6JHKLriTffpfV7WDI/vJmgvNeUuxq00i84To4Ks4HwWmJ1qJc KtoFtZ5cVJpAM5sWjAm1PtWtL1DBCK4B1qnucWvGUL/Vkk5i8DLOBsDq1Qb0ZKna/wZh7Es/9c8KO 52fCTYkby8T+HIHd03vLFgkMum5ccTm0/n3vGrNy76euAsZPXgf0n6Wtr56n//5SGAfJHDLnyAmD9 DPQ9pbJg==; Received: from [192.168.2.1] (port=48824 helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mT8oB-000Edz-BM; Thu, 23 Sep 2021 01:55:35 +0530 From: Arun Isaac To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#50481: [PATCH 0/3] Update python-rdflib. In-Reply-To: <87ee9iks1g.fsf@gnu.org> References: <20210908193319.15104-1-arunisaac@systemreboot.net> <87ee9iks1g.fsf@gnu.org> Date: Thu, 23 Sep 2021 01:55:19 +0530 Message-ID: <87o88kjr2o.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 50481 Cc: 50481@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 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Ludo, >> gnu: python-rdflib: Update to 6.0.0. > > As long as dependents still build (which I haven=E2=80=99t tested), LGTM! Thanks for the reminder! It looks like this upgrade breaks cwltool, python-prov, python-rdflib-jsonld and python-schema-salad. I am fixing them now. Regards, Arun --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFPBAEBCAA5FiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAmFLkS8bHGFydW5pc2Fh Y0BzeXN0ZW1yZWJvb3QubmV0AAoJEC4l7othgCuzEeUH/jzvoPNKOi3tKEQX+KHO B7rk395Yz7lw6LkcCWZA/hAc71MDAKQPvsy/gVipW281fkkaPyT8WwxYV5QpVE8m 7imdr7WnzkJqtHl1sBlx+OWvRFidks0qTVm2ecnlkFUW/6JZSOD1OPdyEtQmT5SA 849GAIgstKlUds9WlXrzvXb6q9LvYD91OYTd2gAfNI4uOBTX8Q/fwRto56/htvvm BoNtGAuZBlC9sCMeCvAW1PQa4VbItgUs5ZP1e92xaexBP+IZXmux0+S26xYfVYFx P+UPIJSqFfWoKhdIIfu34nrUSI/9BpRxTnWZKmP5ytegQYON1OZKS1opXbO8e6wv Sjo= =cm9k -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 15 02:42:17 2022 Received: (at 50481-done) by debbugs.gnu.org; 15 Feb 2022 07:42:17 +0000 Received: from localhost ([127.0.0.1]:43366 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJsTY-00088i-UL for submit@debbugs.gnu.org; Tue, 15 Feb 2022 02:42:17 -0500 Received: from mugam.systemreboot.net ([139.59.75.54]:51262) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJsTW-00088U-9y for 50481-done@debbugs.gnu.org; Tue, 15 Feb 2022 02:42:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=XAJo9Ep/Bkziaf7IiXCVVNiEIULj0nQTLV/kdldJrPA=; b=ThuWbrqaJtBhgktuCWRIUH2TdY NR7WxEpYjNIbus/VxlQTIFpn3iVIDU86/qhw77ZVWJskldJdL+EYfeWNBqnMf7Ag9ysJs2oetqZg2 InD9DC78nLgXgtfTUUYjAjpcUkhwbPwqFOWZLksFi7i3vcnR98Kt6cvshOc4Q6AMtrFNZWaBk8kEV FjyiXZ5nZ1qCXE5/W+sl2sklzNPJDJjHcKuCayz0MS2MPp/Tw0oX32sSbvEuA79h6MmSqGzlxpPP4 nA1QnaSF9FI/ss74VPfbiz/UDBbzDWKRpbAvtCYuscbhYmnJJZWdB2K+mXLPXazP8/QjjTosqhY7z v46iNIag==; Received: from [192.168.2.1] (port=8822 helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1nJsTT-000LJg-30; Tue, 15 Feb 2022 13:12:11 +0530 From: Arun Isaac To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#50481] [PATCH 0/3] Update python-rdflib. In-Reply-To: <87o88kjr2o.fsf@systemreboot.net> References: <20210908193319.15104-1-arunisaac@systemreboot.net> <87ee9iks1g.fsf@gnu.org> <87o88kjr2o.fsf@systemreboot.net> Date: Tue, 15 Feb 2022 13:12:04 +0530 Message-ID: <87sfskh8z7.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 50481-done Cc: 50481-done@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 (-) --=-=-= Content-Type: text/plain Hi Ludo, It looks like Marius updated python-rdflib in 2a4c271e614d069423519af4be5511a0c25156f1. So, I'm closing this issue. Regards, Arun --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFPBAEBCAA5FiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAmILWUwbHGFydW5pc2Fh Y0BzeXN0ZW1yZWJvb3QubmV0AAoJEC4l7othgCuzIiUH/R0vds2Qd4qSRJxJ84zf w5QSVK0XOnxnaDWC+mQY/CAhit/ROMK9UF/cjsJKdGh2oe9y+tUT8TJYc240xFoK we4wWXa3RCE8pFy0sMg9I8fssNoNIgcciXlRbQHpDQhVkq5sKc+kj2Kl1Ta/Bbx7 Q068cERNchPkOX4QhgeUj3b3GexA/GJlBCEGA+ZTWqBS0NPPnufocrsEdoICT1Hp WWit0vE8aCO6e2nQ/jK+Tl14p2sNNBPuWQUsbZbfNFp85IsqWXNyd/+BE8JhVCO6 XqnZlOlYRsnzP9HVfN1Rkjsc15fW9vl1jxaJqgtOLxLCb4Y7mUy1Ri6ZqqKsHaqY mII= =3XGz -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Jun 22 03:50:17 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 15 Mar 2022 11:24:10 +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