From unknown Fri Sep 05 08:56:40 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#68649] [PATCH 0/3] gnu: Add python-zodb. Resent-From: Troy Figiel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 21 Jan 2024 21:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 68649 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 68649@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.170587204223913 (code B ref -1); Sun, 21 Jan 2024 21:21:02 +0000 Received: (at submit) by debbugs.gnu.org; 21 Jan 2024 21:20:42 +0000 Received: from localhost ([127.0.0.1]:39111 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rRfFC-0006Dc-1a for submit@debbugs.gnu.org; Sun, 21 Jan 2024 16:20:42 -0500 Received: from lists.gnu.org ([2001:470:142::17]:60956) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rRfF5-0006DL-Kl for submit@debbugs.gnu.org; Sun, 21 Jan 2024 16:20:41 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rRfEw-0004EO-Fk for guix-patches@gnu.org; Sun, 21 Jan 2024 16:20:26 -0500 Received: from mout-p-201.mailbox.org ([2001:67c:2050:0:465::201]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1rRfEu-0002Oj-FJ for guix-patches@gnu.org; Sun, 21 Jan 2024 16:20:26 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4TJ5q64hC4z9sZv for ; Sun, 21 Jan 2024 22:20:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=troyfigiel.com; s=MBO0001; t=1705872018; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=LfPO0Wo/93y9YyKTs7Yb81zAMoKjcRSl2wASmMeNsxY=; b=TDIG8QEYxBHKaQSzq/dbtfPeAZmyYgQvZjPaAMp1Awhlm1dqK2XgNujRnixNJaQ3wR2q+t Fcf62jz83v2oAZnGFn9V+t4Dku1Fzju4aWgod5ipD6F9bRzrMKS/QEgC+f9z9oZjb2XGxo 7LUEUbvRzeoX124UjndtNw5WdtmPhUboOxI9LTkEDQzZdGqCGff1F4hySgSdbxpcJ4rvWM 1DPLCAiD2CctLjTKB+qGRhooxT5laIpQA8rqRk3juL32KuFKF7oV92BAcC1gFCfjZhuYIk QqFK3MxYWzld1q77nudJ4dTnjElP+Kh6d4NvdeijWnX0iQaut+SZr9hok4ghvA== From: Troy Figiel Date: Sun, 21 Jan 2024 22:19:11 +0100 Message-ID: <87edeaidtd.fsf@troyfigiel.com> MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 4TJ5q64hC4z9sZv Received-SPF: pass client-ip=2001:67c:2050:0:465::201; envelope-from=troy@troyfigiel.com; helo=mout-p-201.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) 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: -0.0 (/) This series of patches add python-zodb and its required dependencies. Troy Figiel (3): gnu: Add python-zconfig. gnu: Add python-zodbpickle. gnu: Add python-zodb. gnu/packages/python-web.scm | 117 ++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) base-commit: 121de47decc1029c06f6e46e5f06d7fefe8e85ec -- 2.42.0 From unknown Fri Sep 05 08:56:40 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#68649] [PATCH 1/3] gnu: Add python-zconfig. References: <87edeaidtd.fsf@troyfigiel.com> In-Reply-To: <87edeaidtd.fsf@troyfigiel.com> Resent-From: Troy Figiel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 21 Jan 2024 21:23:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68649 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 68649@debbugs.gnu.org Received: via spool by 68649-submit@debbugs.gnu.org id=B68649.170587214524125 (code B ref 68649); Sun, 21 Jan 2024 21:23:01 +0000 Received: (at 68649) by debbugs.gnu.org; 21 Jan 2024 21:22:25 +0000 Received: from localhost ([127.0.0.1]:39118 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rRfGr-0006H2-0Y for submit@debbugs.gnu.org; Sun, 21 Jan 2024 16:22:25 -0500 Received: from mout-p-202.mailbox.org ([80.241.56.172]:51900) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rRfGo-0006Gk-2G for 68649@debbugs.gnu.org; Sun, 21 Jan 2024 16:22:23 -0500 Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4TJ5sG1xJwz9sb2 for <68649@debbugs.gnu.org>; Sun, 21 Jan 2024 22:22:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=troyfigiel.com; s=MBO0001; t=1705872130; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=wQVHbEJc9vwDzzd9fBy3vtdZnVxzSwzoz8kuG92fOHQ=; b=a49vr3ZrRz6qmMnjYNN/9EByTmGnscKsVsiNMIZ8D6EE37qouPpo6hX+CdCwxa733gJvYe VXHwakEf1qLU6bs9l2k+IUYU4vWgmjrU+5ghnG+H37cmL3nL4POFAXE3BFlEq8n+hYP8il azh+wElTPdve/qwOAJ0kCATWYa7Z6LadSJ/g955auqzHkrlZjgCutrjvgXosrD2zaVIgst ZIPUz40K0FUgy6v3s6uixcMCCxVtiwwS5AYKXu9RxJBaDBsbWbR7zG8YdKL9PWWbaYA2W9 yjD8IN9zwyhc9EioilygjY8QdQkqgIiaAIapJ1rNTwFTTixlcNIkcQsFGvhwAg== From: Troy Figiel Date: Sun, 21 Jan 2024 22:12:22 +0100 Message-ID: <87cytuidq6.fsf@troyfigiel.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) 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.7 (-) * gnu/packages/python-web.scm (python-zconfig): New variable. --- gnu/packages/python-web.scm | 38 +++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 0c7303fa99..91e60bad8b 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2651,6 +2651,44 @@ (define-public python-zc-lockfile files. These locks can also be used to mediate access to other files.") (license license:zpl2.1))) +(define-public python-zconfig + (package + (name "python-zconfig") + (version "4.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "ZConfig" version)) + (sha256 + (base32 "0mh13p38vq7ip4zkvaplzr8w0mqrmmqiyb5y663d165slvxl5mpq")))) + (build-system python-build-system) + (arguments + '(#:phases (modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (if tests? + (begin + ;; This test assumes we still have setup.py in the + ;; directory from which we import zconfig, which + ;; does not work after installing the package. + (delete-file-recursively + "src/ZConfig/tests/test_readme.py") + (invoke "zope-testrunner" "-vv" "--test-path=src" + "--all")) + (format #t "test suite not run~%"))))))) + (native-inputs (list python-docutils python-manuel python-zope-exceptions + python-zope-testrunner)) + (home-page "https://github.com/zopefoundation/ZConfig/") + (synopsis "Structured configuration library intended for general use") + (description + "@code{zconfig} is a configuration library intended for general +use. It supports a hierarchical schema-driven configuration model that allows +a schema to specify data conversion routines written in Python. Its model is +very different from the model supported by the @code{configparser} module +found in Python's standard library, and is more suitable to +configuration-intensive applications.") + (license license:zpl2.1))) + (define-public python-zope-event (package (name "python-zope-event") -- 2.42.0 From unknown Fri Sep 05 08:56:40 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#68649] [PATCH 2/3] gnu: Add python-zodbpickle. References: <87edeaidtd.fsf@troyfigiel.com> In-Reply-To: <87edeaidtd.fsf@troyfigiel.com> Resent-From: Troy Figiel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 21 Jan 2024 21:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68649 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 68649@debbugs.gnu.org Received: via spool by 68649-submit@debbugs.gnu.org id=B68649.170587215724151 (code B ref 68649); Sun, 21 Jan 2024 21:23:02 +0000 Received: (at 68649) by debbugs.gnu.org; 21 Jan 2024 21:22:37 +0000 Received: from localhost ([127.0.0.1]:39122 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rRfH3-0006HT-Cf for submit@debbugs.gnu.org; Sun, 21 Jan 2024 16:22:37 -0500 Received: from mout-p-101.mailbox.org ([2001:67c:2050:0:465::101]:46294) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rRfH0-0006HD-8k for 68649@debbugs.gnu.org; Sun, 21 Jan 2024 16:22:36 -0500 Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4TJ5sV1whZz9sVm for <68649@debbugs.gnu.org>; Sun, 21 Jan 2024 22:22:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=troyfigiel.com; s=MBO0001; t=1705872142; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=O855RmFZjVs+VCJNbd2P8/3AeqDdSxHVOoPjmHhGwmc=; b=CeE+BCGNTCba1kIKutuH5RavvaEBCN1f/bFJTFTXgy8vke5FSGA5Yla8BRp1J62Nio6Izt VsRqiqoo4YwXSIjanVaCqWEAL1M56RQ6IhJg5sDs3E54aME+tgAEGykm5b99YslV/HPRzm lwcJsya6m7HRd3as7setkpYtGCPly6LJcFApuOCO+tjradq4x6XSwHUamZ7fIlkuC+70Ct UwAkArKBK5BNR7pZPqZgN0FQyEs1R9lBPYHEhNBsIkcV9nnwfgV8ayqrqg140j0pCWKeW/ DNViYFfd7oOUnfgxIr8FAPl9x/nLnQdWVTS7UrWZHSNwZZGkvxthkvRvn/T1Xw== From: Troy Figiel Date: Sun, 21 Jan 2024 22:12:47 +0100 Message-ID: <87bk9eidpu.fsf@troyfigiel.com> MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 4TJ5sV1whZz9sVm X-Spam-Score: -0.7 (/) 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.7 (-) * gnu/packages/python-web.scm (python-zodbpickle): New variable. --- gnu/packages/python-web.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 91e60bad8b..4267b417c8 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2689,6 +2689,34 @@ (define-public python-zconfig configuration-intensive applications.") (license license:zpl2.1))) +(define-public python-zodbpickle + (package + (name "python-zodbpickle") + (version "3.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "zodbpickle" version)) + (sha256 + (base32 "04fcmdx10lk5ww740avphd1fj5wic2bav9skkavhif670vkk5v5r")))) + (build-system pyproject-build-system) + (arguments + '(#:phases (modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (if tests? + (invoke "zope-testrunner" "-vv" "--test-path=src" + "--all") + (format #t "test suite not run~%"))))))) + (native-inputs (list python-zope-testrunner)) + (home-page "https://github.com/zopefoundation/zodbpickle") + (synopsis "Uniform pickling interface for @code{zodb}") + (description + "This package is a fork of the @code{pickle} module (and the +supporting C extension) from both Python 3.2 and Python 3.3. The fork adds +support for the @code{noload} operations used by @code{zodb}.") + (license (list license:psfl license:zpl2.1)))) + (define-public python-zope-event (package (name "python-zope-event") -- 2.42.0 From unknown Fri Sep 05 08:56:40 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#68649] [PATCH 3/3] gnu: Add python-zodb. References: <87edeaidtd.fsf@troyfigiel.com> In-Reply-To: <87edeaidtd.fsf@troyfigiel.com> Resent-From: Troy Figiel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 21 Jan 2024 21:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68649 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 68649@debbugs.gnu.org Received: via spool by 68649-submit@debbugs.gnu.org id=B68649.170587216824178 (code B ref 68649); Sun, 21 Jan 2024 21:23:02 +0000 Received: (at 68649) by debbugs.gnu.org; 21 Jan 2024 21:22:48 +0000 Received: from localhost ([127.0.0.1]:39126 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rRfHD-0006Hu-O9 for submit@debbugs.gnu.org; Sun, 21 Jan 2024 16:22:48 -0500 Received: from mout-p-103.mailbox.org ([80.241.56.161]:58658) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rRfHB-0006Hc-4S for 68649@debbugs.gnu.org; Sun, 21 Jan 2024 16:22:46 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4TJ5sj4tVTz9sWw for <68649@debbugs.gnu.org>; Sun, 21 Jan 2024 22:22:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=troyfigiel.com; s=MBO0001; t=1705872153; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=7bwvMnF261RaSf1l+NCloWy9gMzzcMEax8ETkKUac48=; b=17ezMGqokDKrumM5/TJoLWYwDw6ol1t1ocFCfbPHh+6U3mpcGfAOKg3s/pSN481siUloha FmMpxQ0uT6g7MRHl2CvVG8r6kic+n/u8PfcW2x7dAZHG5sbf8kxSkAc4rKhOk1Uj82sdI6 o0gwil08Zq7EeBpp1UmD8x7dI4xIw77Ho9lob3fJlof1Hziz6+ViHgh4++r2Xp29xuIGUG VNC6dyIyiVFNtm5ZNXLnrFS/6xrQRisfTBoSsttUh+OpcztjkYSW8jIN9gNa0SL+ebJo4l ElO0UNCdmq5/sgiAFU+iAbq8bvQo2JSEYz4WNSYDtoNKwwFjh791wrO885Lm7g== From: Troy Figiel Date: Sun, 21 Jan 2024 22:13:52 +0100 Message-ID: <87a5oyidpi.fsf@troyfigiel.com> MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 4TJ5sj4tVTz9sWw X-Spam-Score: -0.7 (/) 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.7 (-) * gnu/packages/python-web.scm (python-zodb): New variable. --- gnu/packages/python-web.scm | 51 +++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 4267b417c8..762b7d7bb2 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2689,6 +2689,57 @@ (define-public python-zconfig configuration-intensive applications.") (license license:zpl2.1))) +(define-public python-zodb + (package + (name "python-zodb") + (version "5.8.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "ZODB" version)) + (sha256 + (base32 "1pv4w8mnx6j4xvkcjbkh99pv8ljby7g9f7zjq7zhdmk06sykmiy6")))) + (build-system pyproject-build-system) + (arguments + '(#:phases (modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (if tests? + (begin + ;; This test does not work after installing the + ;; package, since it expects the ZODB source code + ;; to reside in the src/ directory. + (delete-file-recursively + "src/ZODB/tests/testdocumentation.py") + (invoke "zope-testrunner" "-vv" "--test-path=src" + "--all")) + (format #t "test suite not run~%"))))))) + (propagated-inputs (list python-btrees + python-persistent + python-zconfig + python-six + python-transaction + python-zc-lockfile + python-zodbpickle + python-zope-interface)) + (native-inputs (list python-manuel python-zope-testing + python-zope-testrunner)) + (home-page "http://zodb-docs.readthedocs.io") + (synopsis "Object-oriented database for Python") + (description + "@code{ZODB} provides an object-oriented and @acronym{ACID, +Atomicity Consistency Isolation Durability} compliant database for Python with +a high degree of transparency. @code{ZODB} is an object-oriented database, +not an object-relational mapping. This comes with several advantaged: + +@itemize +@item no separate language for database operations +@item very little impact on your code to make objects persistent +@item no database mapper that partially hides the database. +@item almost no seam between code and database. +@end itemize") + (license license:zpl2.1))) + (define-public python-zodbpickle (package (name "python-zodbpickle") -- 2.42.0 From unknown Fri Sep 05 08:56:40 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Troy Figiel Subject: bug#68649: closed ([PATCH 0/3] gnu: Add python-zodb.) Message-ID: References: <87ttl8ie4r.fsf@gmail.com> <87edeaidtd.fsf@troyfigiel.com> X-Gnu-PR-Message: they-closed 68649 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 68649@debbugs.gnu.org Date: Thu, 14 Mar 2024 23:34:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1710459242-1666-1" This is a multi-part message in MIME format... ------------=_1710459242-1666-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #68649: [PATCH 0/3] gnu: Add python-zodb. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 68649@debbugs.gnu.org. --=20 68649: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D68649 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1710459242-1666-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 68649-done) by debbugs.gnu.org; 14 Mar 2024 23:33:53 +0000 Received: from localhost ([127.0.0.1]:50963 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rkua9-0000QV-22 for submit@debbugs.gnu.org; Thu, 14 Mar 2024 19:33:53 -0400 Received: from mail-wm1-f45.google.com ([209.85.128.45]:56543) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rkua5-0000QF-VW for 68649-done@debbugs.gnu.org; Thu, 14 Mar 2024 19:33:52 -0400 Received: by mail-wm1-f45.google.com with SMTP id 5b1f17b1804b1-413f7a5bf11so7817005e9.0 for <68649-done@debbugs.gnu.org>; Thu, 14 Mar 2024 16:33:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1710459128; x=1711063928; darn=debbugs.gnu.org; h=mime-version:message-id:date:subject:to:from:from:to:cc:subject :date:message-id:reply-to; bh=sqjo4yaKSbzdCJy6Xqm1n/m3gH/rtCLiqfnyTgxlRjA=; b=AfdZc0I20vLEau5DpGueR6WJFSzE5F1OB8V7oLfEm9JfBZd0iP53R88LnNvlEzkX5H jtTmkAx+E/ysd+K5B+ZT018NUNXG0lj7kYBwzNDRbGzymOZVOg0JJ52P3WI4oFFP3531 KJyVNFNMaYRtl93xSXPjbgp1klPdE90FOs7MF/H6VDjvaC7v1WEd/frGqEb17PpiexNb JcuhNuOOczf2JPsoxm6CdDz6IMb3uPO7tTEefSt1UhRokdi1Wn1Ea95As2qmMPA4KU9d UqnBuLKmxFHWxmn+eAVgQVLx6bK3uiXjZY8GHe2/SGVgyhmJLX8KOqpNVpGaDdPd23u1 9dPg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1710459128; x=1711063928; h=mime-version:message-id:date:subject:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=sqjo4yaKSbzdCJy6Xqm1n/m3gH/rtCLiqfnyTgxlRjA=; b=qARUf8hZw5eBt7nmhHNVxU5k2yrc3VtLzKoG+2YkHRwksUusf/8IK16v82XwAPpzeQ lHbUMi+DgjoUrfyjtV3PATGwxQSi5YG6ZlfAfMq+VNUtUOUQH19R9a88Ybhoi5FIQObN qLlljUtb7vdG6vsV5x9a7H/BtRRIzj/N3o7/fV9zITnTqZa2k8lekg2CvZhpQDsU3+Ap aMs24Df+TQc1WVtJi+KhnUbSqGzpBfISBhFCO4MtT41hGtq1Igm8tiphpQED4p28mTJL tB82xkHyJWNdbDDCKHE1eMaXKHxMd93MmNiIYWoBSBG9NC7P7ultZI4ia45e4Lg21we4 wANg== X-Gm-Message-State: AOJu0YwDOz8C+Yw3iiwPfg6CQsdYZb3xvJPf8TJbYmuNpgRp4z93b5GN i79dS0MNDDjpqjsKXwRdDDf3kpv3Q+Ma0ncflaKbiwqpfvYPXt9Tca7CL9KFARk= X-Google-Smtp-Source: AGHT+IG+ix4LRZLo6Ad7V3r0txoTVd3j1x4/QewzT977Xdv7BT8Ti5Jylvn8PdAY6g38tKTdpE4rwg== X-Received: by 2002:a05:600c:4fd1:b0:413:2c4b:35d1 with SMTP id o17-20020a05600c4fd100b004132c4b35d1mr2665531wmq.31.1710459127827; Thu, 14 Mar 2024 16:32:07 -0700 (PDT) Received: from guxtil (cpc100856-bagu15-2-0-cust368.1-3.cable.virginm.net. [82.25.93.113]) by smtp.gmail.com with ESMTPSA id r21-20020a05600c35d500b004126afe04f6sm6979400wmq.32.2024.03.14.16.32.06 for <68649-done@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Mar 2024 16:32:06 -0700 (PDT) From: Sharlatan Hellseher To: 68649-done@debbugs.gnu.org Subject: [PATCH 0/3] gnu: Add python-zodb. Date: Thu, 14 Mar 2024 23:32:04 +0000 Message-ID: <87ttl8ie4r.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68649-done 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, I've updated python-zodbpickle to 3.2 build and lint passed successfully for all 3 patches. Pushed as fb377b4af7..36da1ad73d to master. -- Oleg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmXziPQACgkQdtcnv/Ys 0rVyXBAAjtYhoYNysAJEDTHUNWRH82qAuKVUMQTI/tTYcRTNdVQFcs1BrjEhOU3F /CAROaeQFYYDBFZKFWI1/pCTeqVK3nnZYSJOj1RKyPHpBff/Gi8tumVRnchggfuE 3UoP6gklmsTGHsLw1TFY1FDohawmeJWD2UPOee9E8FgKr0zk1SWXOg3SZe+Q8EVH pXnZyfe2mXii+oMas5NFStWlvPsVJPs0SZphvj5mrvPVD0jreDV7Msb0oEEseH85 NXyjn2IY0aFLznZJ/pxJqI509dAg8pkmQtceYvU6Jgh/Xjl7yfgjzMc+JVqWSPy7 Gtj43Xu0m8qLJNNnu1G1ObJBniXpvgVWBj5bOeREy12pWWdDWWrSuWluTjQWKUSV JNeQWnQuCK8UoyzJWLl8j4qNPtp/L8tTmJ3tEtk1I8bpACrY0qyQbIGZ6hOD184w NgAY/8odbaQm3hXt3LFtaKQLICq53/8qbqLnKFBXvZ5zVemFJX2QRiXeXTScq0fN VVpzCEHnnwCvCEJvcOMBoevfXWlLDcogqQzvErip+Sn+jQLlI1ni+VLscUnsXnnp Oet1GxLoN7dbW5orFSN/uazSKnzTZwtaNoknULLe2wN98v+xyeC1x85kHVaHg0Vj J07/c4Y7aKytEzm6C2BcaBYgah/RtLjr8KoYKdWaSJqz/Nog5hE= =IRs1 -----END PGP SIGNATURE----- --=-=-=-- ------------=_1710459242-1666-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 21 Jan 2024 21:20:42 +0000 Received: from localhost ([127.0.0.1]:39111 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rRfFC-0006Dc-1a for submit@debbugs.gnu.org; Sun, 21 Jan 2024 16:20:42 -0500 Received: from lists.gnu.org ([2001:470:142::17]:60956) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rRfF5-0006DL-Kl for submit@debbugs.gnu.org; Sun, 21 Jan 2024 16:20:41 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rRfEw-0004EO-Fk for guix-patches@gnu.org; Sun, 21 Jan 2024 16:20:26 -0500 Received: from mout-p-201.mailbox.org ([2001:67c:2050:0:465::201]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1rRfEu-0002Oj-FJ for guix-patches@gnu.org; Sun, 21 Jan 2024 16:20:26 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4TJ5q64hC4z9sZv for ; Sun, 21 Jan 2024 22:20:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=troyfigiel.com; s=MBO0001; t=1705872018; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=LfPO0Wo/93y9YyKTs7Yb81zAMoKjcRSl2wASmMeNsxY=; b=TDIG8QEYxBHKaQSzq/dbtfPeAZmyYgQvZjPaAMp1Awhlm1dqK2XgNujRnixNJaQ3wR2q+t Fcf62jz83v2oAZnGFn9V+t4Dku1Fzju4aWgod5ipD6F9bRzrMKS/QEgC+f9z9oZjb2XGxo 7LUEUbvRzeoX124UjndtNw5WdtmPhUboOxI9LTkEDQzZdGqCGff1F4hySgSdbxpcJ4rvWM 1DPLCAiD2CctLjTKB+qGRhooxT5laIpQA8rqRk3juL32KuFKF7oV92BAcC1gFCfjZhuYIk QqFK3MxYWzld1q77nudJ4dTnjElP+Kh6d4NvdeijWnX0iQaut+SZr9hok4ghvA== From: Troy Figiel To: guix-patches@gnu.org Subject: [PATCH 0/3] gnu: Add python-zodb. Date: Sun, 21 Jan 2024 22:19:11 +0100 Message-ID: <87edeaidtd.fsf@troyfigiel.com> MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 4TJ5q64hC4z9sZv Received-SPF: pass client-ip=2001:67c:2050:0:465::201; envelope-from=troy@troyfigiel.com; helo=mout-p-201.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit 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: -0.0 (/) This series of patches add python-zodb and its required dependencies. Troy Figiel (3): gnu: Add python-zconfig. gnu: Add python-zodbpickle. gnu: Add python-zodb. gnu/packages/python-web.scm | 117 ++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) base-commit: 121de47decc1029c06f6e46e5f06d7fefe8e85ec -- 2.42.0 ------------=_1710459242-1666-1--