From patchwork Wed Mar 22 17:30:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Miguel_=C3=81ngel_Moreno?= X-Patchwork-Id: 48591 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 451E916FB9; Wed, 22 Mar 2023 17:31:17 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 8CC3F16FAC for ; Wed, 22 Mar 2023 17:31:16 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pf2Ii-0007tq-BF; Wed, 22 Mar 2023 13:31:04 -0400 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 1pf2Ig-0007t5-C4 for guix-patches@gnu.org; Wed, 22 Mar 2023 13:31:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pf2Ig-0001Oy-1p for guix-patches@gnu.org; Wed, 22 Mar 2023 13:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pf2If-0004GY-TF for guix-patches@gnu.org; Wed, 22 Mar 2023 13:31:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62389] [PATCH 01/12] gnu: Add python-matrix-common. Resent-From: conses Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 22 Mar 2023 17:31:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62389 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62389@debbugs.gnu.org Received: via spool by 62389-submit@debbugs.gnu.org id=B62389.167950624116344 (code B ref 62389); Wed, 22 Mar 2023 17:31:01 +0000 Received: (at 62389) by debbugs.gnu.org; 22 Mar 2023 17:30:41 +0000 Received: from localhost ([127.0.0.1]:36549 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2IL-0004FX-25 for submit@debbugs.gnu.org; Wed, 22 Mar 2023 13:30:41 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:36123) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2IH-0004FH-Ua for 62389@debbugs.gnu.org; Wed, 22 Mar 2023 13:30:38 -0400 Received: (Authenticated sender: contact@conses.eu) by mail.gandi.net (Postfix) with ESMTPSA id 3583720003 for <62389@debbugs.gnu.org>; Wed, 22 Mar 2023 17:30:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1; t=1679506231; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=iw6JMxSID/jNlrQxea4Y9Hqeqr2w5vlH6W+KfrhzXnA=; b=GYicCT6LnIwadGEK3CTtXtlG6NaSznstBQpXO9VtCVvFm4E7ng56D5QB15n3xxizfxjp/S 8xWmnSEU7PUVgo9obYOmRSoOEE3oDRim+gbOAD6fdDC3RqXJIYLPnEBImxxncP4bZpyJAm SpXiKC/C5yn2vhP1v99U+YOS9CuxTaF/21B58zDqvuNWGIuIzfO3qF/nIw31SiI4SDqIiJ MhCuowiY/bQC4AZc1T7EZbbsWx+feSS6WwYeVuoLDStkr1jnhYNaSenqCSu4UYFjJrvdYs MQtFxYufscINh6E2HxYO2FxBPUu1YWzq0TpkafTC0G9VuOZo5uI6wZq38lnECw== From: conses In-Reply-To: References: Message-Id: Date: Wed, 22 Mar 2023 18:30:29 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-matrix-common): 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 abe4862121..e394341805 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7220,6 +7220,47 @@ (define-public python-matplotlib-venn three-way Venn diagrams in @code{matplotlib}.") (license license:expat))) +(define-public python-matrix-common + (package + (name"python-matrix-common") + (version "1.2.1") + (source (origin + (method url-fetch) + (uri (pypi-uri "matrix_common" version)) + (sha256 + (base32 + "0lrqzb6s57fxp0kwffdqnkr2pj9aia459cv1b95b55dxlq1cz7d9")))) + (build-system python-build-system) + (arguments + (list + #:phases + #~(modify-phases %standard-phases + (replace 'build + (lambda _ + (setenv "SOURCE_DATE_EPOCH" + (number->string (* 10 366 24 60 60))) + (invoke "python" "-m" "build" "--wheel" "--no-isolation" "."))) + (replace 'install + (lambda _ + (let ((whl (car (find-files "dist" "\\.whl$")))) + (invoke "pip" "--no-cache-dir" "--no-input" + "install" "--no-deps" "--prefix" #$output whl)))) + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (invoke "pytest" "-vv" "tests"))))))) + (native-inputs + (list + python-pypa-build + python-pytest + python-setuptools-scm + python-wheel)) + (home-page "https://github.com/matrix-org/matrix-python-common") + (synopsis "Common code for Synapse, Sydent and Sygnal") + (description "This package provides common utilities for Synapse, Sydent +and Sygnal.") + (license license:asl2.0))) + (define-public python-pysnptools (package (name "python-pysnptools") From patchwork Wed Mar 22 17:30:51 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Miguel_=C3=81ngel_Moreno?= X-Patchwork-Id: 48594 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 1697516FBC; Wed, 22 Mar 2023 17:32:31 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 6F51216FAC for ; Wed, 22 Mar 2023 17:32:30 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pf2Jh-00083r-Fk; Wed, 22 Mar 2023 13:32:05 -0400 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 1pf2Je-00083C-Pc for guix-patches@gnu.org; Wed, 22 Mar 2023 13:32:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pf2Je-0001VK-4k for guix-patches@gnu.org; Wed, 22 Mar 2023 13:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pf2Je-0004Jk-15 for guix-patches@gnu.org; Wed, 22 Mar 2023 13:32:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62389] [PATCH 02/12] gnu: python-twisted: Update to 22.10.0. Resent-From: conses Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 22 Mar 2023 17:32:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62389 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62389@debbugs.gnu.org Received: via spool by 62389-submit@debbugs.gnu.org id=B62389.167950626716447 (code B ref 62389); Wed, 22 Mar 2023 17:32:01 +0000 Received: (at 62389) by debbugs.gnu.org; 22 Mar 2023 17:31:07 +0000 Received: from localhost ([127.0.0.1]:36559 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2Ik-0004HC-M1 for submit@debbugs.gnu.org; Wed, 22 Mar 2023 13:31:07 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:56373) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2Id-0004G1-R2 for 62389@debbugs.gnu.org; Wed, 22 Mar 2023 13:31:00 -0400 Received: (Authenticated sender: contact@conses.eu) by mail.gandi.net (Postfix) with ESMTPSA id E5758100007 for <62389@debbugs.gnu.org>; Wed, 22 Mar 2023 17:30:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1; t=1679506253; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=iT0aGDXlKPK0E7g2bN+iZypwMg8X+w3QFJ6MhYaZELs=; b=TdYo4f3JlMwMcdW7xnYY9XhxFlsa0F9DGz7qsu6EHbEoEbIfjoWyypsJfgJdAau3CWyILD vJqfxEauwiI2wqKrFhmjU71fqGagq4WzRki1FmW5bLQZCSTYdo9zLQBpCo7O/+aTO4mNm0 A+hs+UpZHBktCVaF/pWo4PfvycMDkgNiOs6xNb3J64CZZLbIKwqkpXaLYrEG1RfbvWdrUS 4aNPsbVkJLYpTRI38GCMgsiTxjuawxn+/XiGwL8EP3wcvkyOibIfa5Dx8/NxOkXIMU3aa9 uBxdY8n3N49bfx+lKb30xHVxxrEiLTbaXJzRgD8FPAhqq7nbj23onwC5sNUKeQ== From: conses In-Reply-To: References: Message-Id: <317531d456f8a4dd96a69e69d7c09aed6878eb77.1679505128.git.contact@conses.eu> Date: Wed, 22 Mar 2023 18:30:51 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-twisted): Update to 22.10.0. [arguments]: Disable tests and add phases. [inputs]: Add python's tk output as a dependency. [native-inputs]: Add Python dependencies. --- gnu/packages/python-xyz.scm | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e394341805..bba9c0126f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -17337,30 +17337,37 @@ (define-public python-fastimport (define-public python-twisted (package (name "python-twisted") - (version "19.7.0") + (version "22.10.0") (source (origin (method url-fetch) - (uri (pypi-uri "Twisted" version ".tar.bz2")) + (uri (pypi-uri "Twisted" version ".tar.gz")) (sha256 (base32 - "17d3hnxv9qndagzz63mdpyk99xj63p9gq586vjn0rxk8cl197nym")))) + "0cad5n7h8nd0nyl865sn8l4ja0mkwbx9n41cnkklcpsgm50bvb1j")))) (build-system python-build-system) (arguments - '(#:tests? #f ; FIXME: some tests fail - #:phases - (modify-phases %standard-phases - ;; Remove scripts, because they depend on [conch] - (add-after 'unpack 'remove-entrypoint - (lambda _ - (substitute* "src/twisted/python/_setup.py" - (("\".+ = twisted\\.conch\\.scripts\\..+\",") ""))))))) + (list + #:tests? #f ; FIXME: some tests fail + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'adjust-for-older-attrs + (lambda _ + (substitute* (find-files "." "\\.py$") + (("from attrs\\b") + "from attr"))))))) + (inputs (list (list python "tk"))) + (native-inputs (list python-wheel)) (propagated-inputs (list python-zope-interface python-pyhamcrest python-incremental python-hyperlink python-constantly - python-automat)) + python-automat + python-typing-extensions + python-bcrypt + python-cryptography-next + python-pyasn1)) (home-page "https://twistedmatrix.com/") (synopsis "Asynchronous networking framework written in Python") (description From patchwork Wed Mar 22 17:31:07 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Miguel_=C3=81ngel_Moreno?= X-Patchwork-Id: 48592 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 72B1516FB5; Wed, 22 Mar 2023 17:32:11 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id A64E716FAC for ; Wed, 22 Mar 2023 17:32:09 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pf2Ji-00084K-R9; Wed, 22 Mar 2023 13:32:06 -0400 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 1pf2Jf-00083K-7K for guix-patches@gnu.org; Wed, 22 Mar 2023 13:32:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pf2Je-0001VR-Q1 for guix-patches@gnu.org; Wed, 22 Mar 2023 13:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pf2Je-0004Jr-Fi for guix-patches@gnu.org; Wed, 22 Mar 2023 13:32:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62389] [PATCH 03/12] gnu: python-pyopenssl: Move to python-cryptography-next. Resent-From: conses Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 22 Mar 2023 17:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62389 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62389@debbugs.gnu.org Received: via spool by 62389-submit@debbugs.gnu.org id=B62389.167950627716473 (code B ref 62389); Wed, 22 Mar 2023 17:32:02 +0000 Received: (at 62389) by debbugs.gnu.org; 22 Mar 2023 17:31:17 +0000 Received: from localhost ([127.0.0.1]:36562 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2Iv-0004Hd-5r for submit@debbugs.gnu.org; Wed, 22 Mar 2023 13:31:17 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:35185) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2It-0004HN-HP for 62389@debbugs.gnu.org; Wed, 22 Mar 2023 13:31:16 -0400 Received: (Authenticated sender: contact@conses.eu) by mail.gandi.net (Postfix) with ESMTPSA id 6725FC0007 for <62389@debbugs.gnu.org>; Wed, 22 Mar 2023 17:31:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1; t=1679506269; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=f3pnU83mCz0N4xdPRU/0tpaFNnj1d69HJ5C8h7pM6OY=; b=eOiy7Q8/yHly/PeCC9z9pbqd87AeUsVeTWqIQfAuEOO7dHDhtMkJj2x8K/HM3e/QjMdkkJ 4soGHZVY2agdSB1x0cCxjVy0n8HLOIzqA8+R3jvusULxQ1dJJwDLtwIhPw5adnyNDTj7BY 6NGKItcUpN9JXCoB8SroA24ooAb0l2RJOIj/az56wnJVb9ko3pIaTvQDVznut0DLA5iwV6 1WMDtpGxZM6geN+tAZsVeqsBsXsj0FdDS1GdG5C4/ESwGsTAA7hLGfDOQGMThe93KsUl4l Q2jVAMccvWb6pq7E3i+IfYAHCu7Eld1geq0+O7uKSscwlzDTcu8fOAx9W8grLA== From: conses In-Reply-To: References: Message-Id: <337620cddb4b638c1be945cfaf861d114056a6f1.1679505128.git.contact@conses.eu> Date: Wed, 22 Mar 2023 18:31:07 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-crypto.scm (python-openssl): [propagated-inputs]: Move to python-cryptography-next. --- gnu/packages/python-crypto.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index c9071c4cf6..6ce1a0a11c 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -740,7 +740,7 @@ (define-public python-pyopenssl ;; https://github.com/pyca/pyopenssl/issues/974 "and not test_verify_with_time")))))))) (propagated-inputs - (list python-cryptography python-six)) + (list python-cryptography-next python-six)) (inputs (list openssl)) (native-inputs From patchwork Wed Mar 22 17:31:19 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Miguel_=C3=81ngel_Moreno?= X-Patchwork-Id: 48593 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id A874516FBA; Wed, 22 Mar 2023 17:32:17 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 759FB16FAC for ; Wed, 22 Mar 2023 17:32:16 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pf2Jk-00085B-2Z; Wed, 22 Mar 2023 13:32:08 -0400 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 1pf2Jf-00083T-Gj for guix-patches@gnu.org; Wed, 22 Mar 2023 13:32:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pf2Jf-0001VY-83 for guix-patches@gnu.org; Wed, 22 Mar 2023 13:32:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pf2Je-0004Jz-U7 for guix-patches@gnu.org; Wed, 22 Mar 2023 13:32:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62389] [PATCH 04/12] gnu: python-urllib3: Move to python-cryptography-next. Resent-From: conses Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 22 Mar 2023 17:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62389 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62389@debbugs.gnu.org Received: via spool by 62389-submit@debbugs.gnu.org id=B62389.167950629016503 (code B ref 62389); Wed, 22 Mar 2023 17:32:02 +0000 Received: (at 62389) by debbugs.gnu.org; 22 Mar 2023 17:31:30 +0000 Received: from localhost ([127.0.0.1]:36565 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2J8-0004I7-Fq for submit@debbugs.gnu.org; Wed, 22 Mar 2023 13:31:30 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:34185) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2J6-0004Hs-Pq for 62389@debbugs.gnu.org; Wed, 22 Mar 2023 13:31:29 -0400 Received: (Authenticated sender: contact@conses.eu) by mail.gandi.net (Postfix) with ESMTPSA id 86285E0005 for <62389@debbugs.gnu.org>; Wed, 22 Mar 2023 17:31:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1; t=1679506282; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=H3ajeGwQNGlg66pTxJqldnebvaWJ2x+SiCRcOgak9XI=; b=Lu4FKgM8d6aieofcLXfWEj0hQbZKUFlzrgVkOR9XlsfSJpQ/ldAvtjU7IpDqFJvyFrqriz nOvBPQZ2G4uNMAsZMRhZ029mFyzMZGVKdgVmLy9opRp/EwrOauBzclE8oeh/ZZA7tRxLyw C5ZXN/xoQeIOVt4NxjgrFRfvHUvb8Fw2tTeWx/KO7YaLibjyPxUM/9hjGAwRw7eU9H8j1R 80WwB+v6NpOp0ejFR0FfEGVj0kLy+sqRRjKuVD6Xc7tVPN2+gtfs33/YTYW44up2x/Ussp Aai0QH6S6ocFL9iKD4wV/YNhijld0PxBOF79pJo8uiEtIHhCPRJvGl6K97tIKQ== From: conses In-Reply-To: References: Message-Id: <67c2d7aa92c00fc8c52a14e0da5baa4ff4e1d6ec.1679505128.git.contact@conses.eu> Date: Wed, 22 Mar 2023 18:31:19 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-web.scm (python-urllib3): [propagated-inputs]: Move to python-cryptography-next. --- gnu/packages/python-web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 8a73c929a1..e893f1bd5f 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3310,7 +3310,7 @@ (define-public python-urllib3 (propagated-inputs (list ;; These 5 inputs are used to build urrlib3[secure] python-certifi - python-cryptography + python-cryptography-next python-idna python-pyopenssl python-pysocks)) From patchwork Wed Mar 22 17:31:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Miguel_=C3=81ngel_Moreno?= X-Patchwork-Id: 48595 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 9690216FBC; Wed, 22 Mar 2023 17:32:32 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id F3E3816FAC for ; Wed, 22 Mar 2023 17:32:31 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pf2Jj-00084V-4d; Wed, 22 Mar 2023 13:32:07 -0400 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 1pf2Jg-00083X-32 for guix-patches@gnu.org; Wed, 22 Mar 2023 13:32:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pf2Jf-0001Ve-EM for guix-patches@gnu.org; Wed, 22 Mar 2023 13:32:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pf2Jf-0004K6-AU for guix-patches@gnu.org; Wed, 22 Mar 2023 13:32:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62389] [PATCH 05/12] gnu: python-treq: Update to 20.9.0. Resent-From: conses Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 22 Mar 2023 17:32:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62389 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62389@debbugs.gnu.org Received: via spool by 62389-submit@debbugs.gnu.org id=B62389.167950630216533 (code B ref 62389); Wed, 22 Mar 2023 17:32:03 +0000 Received: (at 62389) by debbugs.gnu.org; 22 Mar 2023 17:31:42 +0000 Received: from localhost ([127.0.0.1]:36568 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2JJ-0004Ib-PU for submit@debbugs.gnu.org; Wed, 22 Mar 2023 13:31:42 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:60555) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2JI-0004IL-BS for 62389@debbugs.gnu.org; Wed, 22 Mar 2023 13:31:40 -0400 Received: (Authenticated sender: contact@conses.eu) by mail.gandi.net (Postfix) with ESMTPSA id 8EA6720008 for <62389@debbugs.gnu.org>; Wed, 22 Mar 2023 17:31:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1; t=1679506294; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=B1IW5s4o6oAchW8mE94uWPgEjVocLejndOdDlAW/DWY=; b=IttuCos/xbTW6NE9LPIk80U9E/urJ8B1ubpVP9/lkqxPOEokGlF+fpg10AETMhUEhZZWhD hf6xB3Uxr2vnoNXfE+SDFZ4KWgA9bxxaomw3jjlaoeJUTj1YR/KQjO4dsGCa/DWyl1Xero nc3D6+wlqn3VIoBO1uJ0B1s/U42jOTAJ4CACbqnlM8ql+VpOQjsAI30XycAI+xx/QHYiky 8MKb8bfHx8UC9dGgi/kYvkmsK2gqibYkxEH3zdJjWBxubkHxksbfEKGOm2a76j9BAAWpZA L3atflQJJLw+k5AxW87oO3LOyqY0C5v2FYUdjerfuvIaYd5jigiseqlSDtLotw== From: conses In-Reply-To: References: Message-Id: Date: Wed, 22 Mar 2023 18:31:33 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-web.scm (python-treq): Update to 20.9.0. --- gnu/packages/python-web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index e893f1bd5f..8155a6d898 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -4976,14 +4976,14 @@ (define-public python-hyperlink (define-public python-treq (package (name "python-treq") - (version "18.6.0") + (version "20.9.0") (source (origin (method url-fetch) (uri (pypi-uri "treq" version)) (sha256 (base32 - "0j4zwq9p1c9piv1vc66nxcv9s6hdinf90jwkbsm91k14npv9zq4i")))) + "18kdk11d84lyxj6dz183nblc6c6r4rj1hk0lpsyiykzgbakjrkc3")))) (build-system python-build-system) (propagated-inputs (list python-attrs From patchwork Wed Mar 22 17:31:45 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Miguel_=C3=81ngel_Moreno?= X-Patchwork-Id: 48596 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 5BD3316FBA; Wed, 22 Mar 2023 17:32:36 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 32B5816FAC for ; Wed, 22 Mar 2023 17:32:35 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pf2Jj-00084v-Fb; Wed, 22 Mar 2023 13:32:07 -0400 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 1pf2Jg-00083b-6M for guix-patches@gnu.org; Wed, 22 Mar 2023 13:32:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pf2Jf-0001Vg-U0 for guix-patches@gnu.org; Wed, 22 Mar 2023 13:32:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pf2Jf-0004KE-Po for guix-patches@gnu.org; Wed, 22 Mar 2023 13:32:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62389] [PATCH 06/12] gnu: python-josepy: Move to python-cryptography-next. Resent-From: conses Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 22 Mar 2023 17:32:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62389 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62389@debbugs.gnu.org Received: via spool by 62389-submit@debbugs.gnu.org id=B62389.167950631716584 (code B ref 62389); Wed, 22 Mar 2023 17:32:03 +0000 Received: (at 62389) by debbugs.gnu.org; 22 Mar 2023 17:31:57 +0000 Received: from localhost ([127.0.0.1]:36577 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2JY-0004JN-QQ for submit@debbugs.gnu.org; Wed, 22 Mar 2023 13:31:57 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:54539) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2JV-0004Iq-OK for 62389@debbugs.gnu.org; Wed, 22 Mar 2023 13:31:55 -0400 Received: (Authenticated sender: contact@conses.eu) by mail.gandi.net (Postfix) with ESMTPSA id 361611BF204 for <62389@debbugs.gnu.org>; Wed, 22 Mar 2023 17:31:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1; t=1679506307; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=kMN+W1q07caO3i7T2j3JaAPC0FLcYiJ3Bfh74pKL894=; b=oronk2euW2E+elFPvXC8K2LTsfC24XmVn093B4dY4MJiJRcF2Vy/Sgi6iUfVpafjPBeyGB hHDlIHUeCt7oNTqKuv1Cq5TthNxrWKrGS0LfYm42mNIDSdtZLkf71d/FxUeKB45Kx30U4R JT12l3CA5AbyWeGKh/xVeE03WuFri8ZHmhOd382gn8VpWuuUa/Ef4+5b2NNaCzN3dNDiwr Y2FoK6qKpXWGFQNsvfxOuNbjulJgHb45s44tsg8hacSylysj111iGSUfOzJoUCtehMKcbh cBlVQ+MHKbIVrI5RPpUXuKh1Vx4ziMUjFRMfT5QQoT28NnZxQZ9l+otxMZuSmA== From: conses In-Reply-To: References: Message-Id: Date: Wed, 22 Mar 2023 18:31:45 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-crypto.scm (python-josepy): [propagated-inputs]: Move to python-cryptography-next. --- gnu/packages/python-crypto.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 6ce1a0a11c..8f8eb23954 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -976,7 +976,7 @@ (define-public python-josepy ;; TODO: some test dependencies are missing (see pyproject.toml). '(#:tests? #f)) (propagated-inputs - (list python-cryptography python-pyopenssl)) + (list python-cryptography-next python-pyopenssl)) (home-page "https://github.com/certbot/josepy") (synopsis "JOSE protocol implementation in Python") (description "This package provides a Python implementation of the JOSE From patchwork Wed Mar 22 17:31:57 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Miguel_=C3=81ngel_Moreno?= X-Patchwork-Id: 48597 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 94CFB16FBC; Wed, 22 Mar 2023 17:33:07 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 7007616FAC for ; Wed, 22 Mar 2023 17:33:05 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pf2Ke-00008d-0Y; Wed, 22 Mar 2023 13:33:04 -0400 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 1pf2Kc-00007v-Ur for guix-patches@gnu.org; Wed, 22 Mar 2023 13:33:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pf2Kc-0002ZZ-JB for guix-patches@gnu.org; Wed, 22 Mar 2023 13:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pf2Kc-0004Mw-ED for guix-patches@gnu.org; Wed, 22 Mar 2023 13:33:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62389] [PATCH 07/12] gnu: python-secretstorage: Move to python-cryptography-next. Resent-From: conses Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 22 Mar 2023 17:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62389 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62389@debbugs.gnu.org Received: via spool by 62389-submit@debbugs.gnu.org id=B62389.167950632816672 (code B ref 62389); Wed, 22 Mar 2023 17:33:02 +0000 Received: (at 62389) by debbugs.gnu.org; 22 Mar 2023 17:32:08 +0000 Received: from localhost ([127.0.0.1]:36585 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2Jk-0004Kp-2H for submit@debbugs.gnu.org; Wed, 22 Mar 2023 13:32:08 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:41191) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2Ji-0004Jb-A9 for 62389@debbugs.gnu.org; Wed, 22 Mar 2023 13:32:06 -0400 Received: (Authenticated sender: contact@conses.eu) by mail.gandi.net (Postfix) with ESMTPSA id DE1801C000A for <62389@debbugs.gnu.org>; Wed, 22 Mar 2023 17:31:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1; t=1679506320; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=jrKWrrThjLmNrURocoHZ0sdF0LpezrcbE/RFDrTif68=; b=DGQe/V14+W47GRpTHjWvXjHeDHLJN6bK+taIdq0Ebqd0cETdEQnJpF5DFzMNtVNdScC12b 0LJWAdYsXI6vfAFEsTxmNVCFK6V1KoTER9SghiO+qDSQKnZ1Y1rmIduld0g0fOUY5zpxLQ VzI9xUnREf+QMyAnmbeP1+BsH/9ZpPRH2WchWeOXks1iz+VAWDFvei/HRipXau0F3tQmz6 P8OE8TVPD6+1o3oDudUATpEgWtB2dC4cY4FnwX/yhRaG3wPfWd0RyXOeGvvKk502AONZ8Z HLqBmyucmSLamrmCDp8KN7yRMpUPSEx3laBty8UPiW8I3KWHAWLc3su4W+RT5A== From: conses In-Reply-To: References: Message-Id: Date: Wed, 22 Mar 2023 18:31:57 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-crypto.scm (python-secretstorage): [propagated-inputs]: Move to python-cryptography-next. --- gnu/packages/python-crypto.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 8f8eb23954..2e82343b7b 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -1488,7 +1488,7 @@ (define-public python-secretstorage (arguments '(#:tests? #f)) ; Tests require a running dbus service. (propagated-inputs - (list python-cryptography python-jeepney)) + (list python-cryptography-next python-jeepney)) (home-page "https://github.com/mitya57/secretstorage") (synopsis "Python bindings to FreeDesktop.org Secret Service API") (description From patchwork Wed Mar 22 17:32:11 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Miguel_=C3=81ngel_Moreno?= X-Patchwork-Id: 48598 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 2EAC716FBA; Wed, 22 Mar 2023 17:33:18 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 4C8A416FAC for ; Wed, 22 Mar 2023 17:33:17 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pf2Kh-0000FK-K9; Wed, 22 Mar 2023 13:33:07 -0400 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 1pf2Kd-000084-9x for guix-patches@gnu.org; Wed, 22 Mar 2023 13:33:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pf2Kd-0002Zj-1Z for guix-patches@gnu.org; Wed, 22 Mar 2023 13:33:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pf2Kc-0004N4-TZ for guix-patches@gnu.org; Wed, 22 Mar 2023 13:33:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62389] [PATCH 08/12] gnu: python-acme: Move to python-cryptography-next. Resent-From: conses Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 22 Mar 2023 17:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62389 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62389@debbugs.gnu.org Received: via spool by 62389-submit@debbugs.gnu.org id=B62389.167950633916698 (code B ref 62389); Wed, 22 Mar 2023 17:33:02 +0000 Received: (at 62389) by debbugs.gnu.org; 22 Mar 2023 17:32:19 +0000 Received: from localhost ([127.0.0.1]:36588 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2Jv-0004LG-Bs for submit@debbugs.gnu.org; Wed, 22 Mar 2023 13:32:19 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:36203) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2Jt-0004L1-Hk for 62389@debbugs.gnu.org; Wed, 22 Mar 2023 13:32:17 -0400 Received: (Authenticated sender: contact@conses.eu) by mail.gandi.net (Postfix) with ESMTPSA id C87721C000E for <62389@debbugs.gnu.org>; Wed, 22 Mar 2023 17:32:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1; t=1679506332; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=JHO0/cn4JvGThUcIgFfqgznt/56msVDiieYxav6B2cQ=; b=dAkwnaVCivg88JWk10QB5SV/se3H/LrMEaixhWKInvvDh9DQWnlh8tKGPbZl/ej3gPq/J4 jI81ZevzuQ0q6RG8AjJ9U1LqJUvCQ7cALeEl3gFbe5oReqnlhycRenl3zBLyPwqVb/wKW/ RkagwzD3j7ZY6Ex344HVQ1hxefdbMLsbDPL1Yq2Sz46IVbRzgyrDQC7VSOdC5lF7ZdsPOc MbG0hDCQ2QCKCF9SJnu0r0GmOGvXgGYzT7qbyjZV8zkMlsTY22AuHQdFVAEn26pMbXSR5p H6NL94vh5VOD4yN80cd4FReg3Uk0N4cZJ5JP7vZjdnJp/GLYARDZUi195Y1sjA== From: conses In-Reply-To: References: Message-Id: <884e3af63d1302513135723679a2d1e1c5efc701.1679505128.git.contact@conses.eu> Date: Wed, 22 Mar 2023 18:32:11 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/tls.scm (python-acme): [propagated-inputs]: Move to python-cryptography-next. --- gnu/packages/tls.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 5a44fa89dc..5c9a8faca6 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -810,7 +810,7 @@ (define-public python-acme python-pytz python-pyrfc3339 python-pyasn1 - python-cryptography + python-cryptography-next python-pyopenssl)) (home-page "https://github.com/certbot/certbot") (synopsis "ACME protocol implementation in Python") From patchwork Wed Mar 22 17:32:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Miguel_=C3=81ngel_Moreno?= X-Patchwork-Id: 48600 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 688E416FBC; Wed, 22 Mar 2023 17:33:24 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 1167C16FAC for ; Wed, 22 Mar 2023 17:33:24 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pf2Ki-0000G6-2p; Wed, 22 Mar 2023 13:33:08 -0400 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 1pf2Kd-00008I-Nx for guix-patches@gnu.org; Wed, 22 Mar 2023 13:33:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pf2Kd-0002bH-F0 for guix-patches@gnu.org; Wed, 22 Mar 2023 13:33:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pf2Kd-0004NB-B0 for guix-patches@gnu.org; Wed, 22 Mar 2023 13:33:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62389] [PATCH 09/12] gnu: python-pysaml2: Move to python-cryptography-next. Resent-From: conses Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 22 Mar 2023 17:33:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62389 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62389@debbugs.gnu.org Received: via spool by 62389-submit@debbugs.gnu.org id=B62389.167950635316725 (code B ref 62389); Wed, 22 Mar 2023 17:33:03 +0000 Received: (at 62389) by debbugs.gnu.org; 22 Mar 2023 17:32:33 +0000 Received: from localhost ([127.0.0.1]:36591 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2K8-0004Lh-Jh for submit@debbugs.gnu.org; Wed, 22 Mar 2023 13:32:32 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:54047) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2K6-0004LU-Qy for 62389@debbugs.gnu.org; Wed, 22 Mar 2023 13:32:31 -0400 Received: (Authenticated sender: contact@conses.eu) by mail.gandi.net (Postfix) with ESMTPSA id 6D0714000D for <62389@debbugs.gnu.org>; Wed, 22 Mar 2023 17:32:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1; t=1679506344; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=F1irPRxZOyg+LN9U5aEtmSHYzlQMGKt6wtq9+2A8r74=; b=W+wKs6zWuTyTJF+OEddwZAp4rZ+F/gjL5WBNfWscx8NSBg9PHcZI6lN7BT/auP5V/8yYrY oa6022YxAwFOtGVjyyZGXV2k/Y/JsHoTw12n14/zyUV2dMvuKqrJiQ7eWsba/ksWNolN+T xjpEvtjwl94IRZATzA5v7WqqtJiYHGz8DolTQA3sSdVwwCNfv1AC7PCtJ0FioL05YWzSqD lg8AFs6tkBTJuKQr93UehX5zMxifyUZ9XlkC6tbwYE7yotU2/i2oFIv7BBUp/KnM1jJaJF osq8To2+O3LBJj8jHJYxMZIcDkMmWmnA16APBoiHwGfIAxHhxKzOQgyvsdNqNw== From: conses In-Reply-To: References: Message-Id: <3528feffbaff8a0ef95570dadc3daef6b7cab748.1679505128.git.contact@conses.eu> Date: Wed, 22 Mar 2023 18:32:23 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-pysaml2): [propagated-inputs]: Move to python-cryptography-next. --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bba9c0126f..f4f31c421a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27062,7 +27062,7 @@ (define-public python-pysaml2 "1xk2x0slz1f8cqv7vn77qx99xfd1mshhswiwrljk9m72w2m9iivd")))) (build-system python-build-system) (propagated-inputs - (list python-cryptography + (list python-cryptography-next python-dateutil python-defusedxml python-importlib-resources From patchwork Wed Mar 22 17:32:37 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Miguel_=C3=81ngel_Moreno?= X-Patchwork-Id: 48601 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id DE1BE16FBA; Wed, 22 Mar 2023 17:33:31 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 489B116FAC for ; Wed, 22 Mar 2023 17:33:29 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pf2Kf-0000Ak-AE; Wed, 22 Mar 2023 13:33:05 -0400 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 1pf2Ke-00008h-2O for guix-patches@gnu.org; Wed, 22 Mar 2023 13:33:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pf2Kd-0002dG-Pv for guix-patches@gnu.org; Wed, 22 Mar 2023 13:33:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pf2Kd-0004NI-MH for guix-patches@gnu.org; Wed, 22 Mar 2023 13:33:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62389] [PATCH 10/12] gnu: python-incremental: Update to 21.3.0. Resent-From: conses Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 22 Mar 2023 17:33:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62389 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62389@debbugs.gnu.org Received: via spool by 62389-submit@debbugs.gnu.org id=B62389.167950636516753 (code B ref 62389); Wed, 22 Mar 2023 17:33:03 +0000 Received: (at 62389) by debbugs.gnu.org; 22 Mar 2023 17:32:45 +0000 Received: from localhost ([127.0.0.1]:36594 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2KK-0004M8-UV for submit@debbugs.gnu.org; Wed, 22 Mar 2023 13:32:45 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:55911) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2KJ-0004Lt-GZ for 62389@debbugs.gnu.org; Wed, 22 Mar 2023 13:32:43 -0400 Received: (Authenticated sender: contact@conses.eu) by mail.gandi.net (Postfix) with ESMTPSA id CAD801BF208 for <62389@debbugs.gnu.org>; Wed, 22 Mar 2023 17:32:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1; t=1679506358; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=JmVXFp2NHzRd5CYX+hFBynL6DP4MpSMZxsSBa9jOo0Y=; b=Sj727JvjoYvLT9XCx/g7t0RB2ibw1D21dsPWM+glbyYp0+sdwtkBjauixtwHUdWRFyNgIS SBbldcgg6qmEUmWSELzoRaQv2p/46t1vN826yBlK9C3K2r+FE3Jx8q8duHsWnmYvq/PpF5 NWx3s3Bc5pWyNmepKgl9VXW/gYJqJ+Ibed0zUKyv9qOBIimpfdf/Bh4OTtKXXMeiCVi9iz ERI450/bPNQSy3NkzgBwYiooIiZK+NywkMifkgqhcjcwGtku+t/GCd+raIpC+1y9qm7Gdn QRVcGJMeFnZQCrLkxUPILrKHuM5hsIjlTg0OBo8z2LsuHHfU+atH2IexNY8UOQ== From: conses In-Reply-To: References: Message-Id: <257760e550a01382606d471c6be06e296671762b.1679505128.git.contact@conses.eu> Date: Wed, 22 Mar 2023 18:32:37 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-incremental): Update to 21.3.0. --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f4f31c421a..7f15c6340f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19923,14 +19923,14 @@ (define-public python-pypeg2 (define-public python-incremental (package (name "python-incremental") - (version "17.5.0") + (version "21.3.0") (source (origin (method url-fetch) (uri (pypi-uri "incremental" version)) (sha256 (base32 - "1cylxdz1cnkm5g3pklna3h2n0i0rks95ir1pnpxfnvpkmab1cxbv")))) + "0mvgbmsnv1c8ziydw41jjkivc0zcqyzli7frcpvbkxj8zxddxx82")))) (build-system python-build-system) (home-page "https://github.com/hawkowl/incremental") (synopsis "Library for versioning Python projects") From patchwork Wed Mar 22 17:32:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Miguel_=C3=81ngel_Moreno?= X-Patchwork-Id: 48599 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 3982316FBA; Wed, 22 Mar 2023 17:33:20 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 3FB9916FAC for ; Wed, 22 Mar 2023 17:33:19 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pf2Kf-0000BT-FI; Wed, 22 Mar 2023 13:33:05 -0400 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 1pf2Ke-000096-Dl for guix-patches@gnu.org; Wed, 22 Mar 2023 13:33:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pf2Ke-0002em-4u for guix-patches@gnu.org; Wed, 22 Mar 2023 13:33:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pf2Ke-0004NQ-1E for guix-patches@gnu.org; Wed, 22 Mar 2023 13:33:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62389] [PATCH 11/12] gnu: Add python-txredisapi. Resent-From: conses Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 22 Mar 2023 17:33:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62389 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62389@debbugs.gnu.org Received: via spool by 62389-submit@debbugs.gnu.org id=B62389.167950637816785 (code B ref 62389); Wed, 22 Mar 2023 17:33:04 +0000 Received: (at 62389) by debbugs.gnu.org; 22 Mar 2023 17:32:58 +0000 Received: from localhost ([127.0.0.1]:36597 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2KY-0004Md-71 for submit@debbugs.gnu.org; Wed, 22 Mar 2023 13:32:58 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:44097) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2KW-0004MP-FS for 62389@debbugs.gnu.org; Wed, 22 Mar 2023 13:32:56 -0400 Received: (Authenticated sender: contact@conses.eu) by mail.gandi.net (Postfix) with ESMTPSA id 0224FFF805 for <62389@debbugs.gnu.org>; Wed, 22 Mar 2023 17:32:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1; t=1679506370; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=/uABypKhkb08knmMou9LodG39Kme4yhZBZV0OFFJVGE=; b=XWXGSi0i6J996BphCMM4W/7KD+8Zp+FVy37D7NmuceiXiBr4GrTUxmwUHah+wBIEscyrbf FZCLfXD1T9inSxECP4kYFmAq7wYG8m/2eaf+VTuNVeGgCk/bnMmZOwz4qymmgtYZjzmm7H 6fe7Hh0UZ412ePsFrDzPH/xArPV8r83BDnYWGc8R629gcQPWX3gAx50g7Z0EE8E68Fgjkn rSgdPJUIItRN4GpaW0Lj64lvNUwUy1prNbXvAdSuXEVmIKSD3fMGf6Qu/lZdRagmzb1tEl 4ilYC7HBFOyO45I3HdU3E/Ulz+neqeJUqj7V3YYEdgVxTwyoDySrt/Vh8Fzn7w== From: conses In-Reply-To: References: Message-Id: <76b2696950df989cc65f1095d3d6b40b5a8db9bd.1679505128.git.contact@conses.eu> Date: Wed, 22 Mar 2023 18:32:48 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-txredisapi): New variable. --- gnu/packages/python-xyz.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7f15c6340f..bb5e5fcf50 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -24845,6 +24845,25 @@ (define-public python-txaio @code{asyncio} module and @code{Twisted}.") (license license:expat))) +(define-public python-txredisapi + (package + (name "python-txredisapi") + (version "1.4.9") + (source (origin + (method url-fetch) + (uri (pypi-uri "txredisapi" version)) + (sha256 + (base32 + "0na5x3b53ni98h1cyakac36mqzgyldvfn6a7z270nkays1i70q69")))) + (build-system python-build-system) + (propagated-inputs (list python-pyopenssl python-six python-twisted)) + (home-page "http://github.com/IlyaSkriblovsky/txredisapi") + (synopsis "Non-blocking redis client for Python") + (description "Non-blocking client driver for the redis database, written +in Python. It uses Twisted for the asynchronous communication with +redis.") + (license license:asl2.0))) + (define-public python-toolshed (package (name "python-toolshed") From patchwork Wed Mar 22 17:33:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Miguel_=C3=81ngel_Moreno?= X-Patchwork-Id: 48602 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id B2EA116FBC; Wed, 22 Mar 2023 17:34:21 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 1214E16FAC for ; Wed, 22 Mar 2023 17:34:21 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pf2Ld-0000ok-Es; Wed, 22 Mar 2023 13:34:05 -0400 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 1pf2La-0000oO-QC for guix-patches@gnu.org; Wed, 22 Mar 2023 13:34:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pf2La-0002sH-D5 for guix-patches@gnu.org; Wed, 22 Mar 2023 13:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pf2La-0004PO-96 for guix-patches@gnu.org; Wed, 22 Mar 2023 13:34:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62389] [PATCH 12/12] gnu: synapse: Update to 1.67.0. Resent-From: conses Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 22 Mar 2023 17:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62389 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62389@debbugs.gnu.org Received: via spool by 62389-submit@debbugs.gnu.org id=B62389.167950639116864 (code B ref 62389); Wed, 22 Mar 2023 17:34:02 +0000 Received: (at 62389) by debbugs.gnu.org; 22 Mar 2023 17:33:11 +0000 Received: from localhost ([127.0.0.1]:36605 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2Kk-0004Nv-I1 for submit@debbugs.gnu.org; Wed, 22 Mar 2023 13:33:10 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:49985) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2Kj-0004Ng-NS for 62389@debbugs.gnu.org; Wed, 22 Mar 2023 13:33:10 -0400 Received: (Authenticated sender: contact@conses.eu) by mail.gandi.net (Postfix) with ESMTPSA id 004FC1BF206 for <62389@debbugs.gnu.org>; Wed, 22 Mar 2023 17:33:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1; t=1679506384; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=W66CIbTv6TVZaPmudRcBi8jIkQSE+KmQ/HMCbDv1hzs=; b=fCOeg197IYoLmHrh699j4+1Zl32YX8BADTyFqV8kXL/W794FImKqOw617wphz+9i/K+1rE e/FBYiIwaTaT22R3AFGgJqOby12bzfmixIuTojMFwdgRTqKvAAe9YpLSPP6+4Rvoa+qkRf vg0FpFftXeZuuLm/FHStk3bQ39vDeBURiZtAH2q/YqUCO7qD0QwuPu1qeRNGGSkG6WUQE5 RHPVxQW/+XFxn/DtDzdbb6eV7Jl2oals9sKC7Y+s/qCo/9tQ2zI80RPuOidphyznm7SDAl n/TCQm/IB6CZiPGnVT1oSOFSaMmPfm0oIPwiQDxMzXb0q/XiyMdNmjfxRGzlRg== From: conses In-Reply-To: References: Message-Id: Date: Wed, 22 Mar 2023 18:33:03 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/matrix.scm (synapse): Update to 1.67.0. [propagated-inputs]: Add Python dependencies. [arguments]: Disable tests. --- gnu/packages/matrix.scm | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/gnu/packages/matrix.scm b/gnu/packages/matrix.scm index 2ed7a9a782..519f5009d2 100644 --- a/gnu/packages/matrix.scm +++ b/gnu/packages/matrix.scm @@ -33,6 +33,7 @@ (define-module (gnu packages matrix) #:use-module (gnu packages python-crypto) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) + #:use-module (gnu packages tls) #:use-module (gnu packages xml) #:use-module (guix build-system python) #:use-module (guix download) @@ -93,14 +94,18 @@ (define-public python-matrix-synapse-ldap3 (define-public synapse (package (name "synapse") - (version "1.29.0") + (version "1.67.0") (source (origin (method url-fetch) (uri (pypi-uri "matrix-synapse" version)) (sha256 (base32 - "0if2yhpz8psg0661401mvxznldbfhk2j9rhbs25jdaqm9jsv6907")))) + "05mljp6jjz7ylmmjvlvxm3w9h3ynrjq5b3b3zssmr48lbjxrb8pk")))) (build-system python-build-system) + (arguments + (list + ;; Tests require network access + #:tests? #f)) ;; TODO Run tests with ‘PYTHONPATH=. trial3 tests’. (propagated-inputs (list python-simplejson ; not attested but required @@ -133,11 +138,18 @@ (define-public synapse python-jinja2 python-bleach python-typing-extensions - ;; conditional requirements (synapse/python_dependencies.py) - ;;("python-hiredis" ,python-hiredis) + python-matrix-common + python-pyperf + python-redis + python-ijson + python-cryptography-next + python-pydantic + ;; conditional requirements (pyproject.toml) python-matrix-synapse-ldap3 python-psycopg2 python-jinja2 + python-txredisapi + python-hiredis python-txacme python-pysaml2 python-lxml @@ -146,7 +158,7 @@ (define-public synapse ;; all are monitoring aids and not essential. python-pyjwt)) (native-inputs - (list python-mock python-parameterized)) + (list python-mock python-parameterized openssl)) (home-page "https://github.com/matrix-org/synapse") (synopsis "Matrix reference homeserver") (description "Synapse is a reference \"homeserver\" implementation of