From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id cPOqI53NuGJV3AAAbAwnHQ (envelope-from ) for ; Sun, 26 Jun 2022 23:20:29 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id mHGHI53NuGKJagEAauVa8A (envelope-from ) for ; Sun, 26 Jun 2022 23:20:29 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 370719B04 for ; Sun, 26 Jun 2022 23:20:29 +0200 (CEST) Received: from localhost ([::1]:43424 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o5ZgC-0007Dc-Ax for larch@yhetil.org; Sun, 26 Jun 2022 17:20:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48406) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o5Zfn-0007DM-3n for guix-patches@gnu.org; Sun, 26 Jun 2022 17:20:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55355) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o5Zfm-0006Jk-RN for guix-patches@gnu.org; Sun, 26 Jun 2022 17:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o5Zfm-00048C-Md for guix-patches@gnu.org; Sun, 26 Jun 2022 17:20:02 -0400 Subject: bug#56208: [PATCH] gnu: Add python-sendgrid. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sun, 26 Jun 2022 21:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 56208 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Antero Mejr Cc: 56208-done@debbugs.gnu.org Mail-Followup-To: 56208@debbugs.gnu.org, ludo@gnu.org, antero@mailbox.org Received: via spool by 56208-done@debbugs.gnu.org id=D56208.165627834215805 (code D ref 56208); Sun, 26 Jun 2022 21:20:02 +0000 Received: (at 56208-done) by debbugs.gnu.org; 26 Jun 2022 21:19:02 +0000 Received: from localhost ([127.0.0.1]:49251 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o5Zeo-00046h-9c for submit@debbugs.gnu.org; Sun, 26 Jun 2022 17:19:02 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35124) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o5Zeg-00046I-Rt for 56208-done@debbugs.gnu.org; Sun, 26 Jun 2022 17:19:00 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53784) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o5Zea-0006Eu-QI; Sun, 26 Jun 2022 17:18:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=rORtMx5e1UNk2/Fc6mZRuBLkVCS9mloU/+DP8Sux9s4=; b=cUHLYb1miVL6GE+1O5/m /XQ8BNE5plRk4XB14DiOK47tkGDMiqg8hPVLDmNO1S7+PZAsp3ga4xuMKXEo4HN3//VhMl7hw4oPX PcrHYrPYGwjsAw1TNXqsUDnWZ3zvjBVUE7PdCaRWMgMFSGhANm0AfeyNdDN3ukFRdH/Av8EE5YuTi UB8RsRp5xqsawgh6qGbaI7Xj0D2tvy5m3L18nXLt8zfkk2KBZsxSb5ojoNKGXAp14lkawenxGhear D7d8lqqtkBmCF48z/aPv8hI60rrtdgi6rPT/pkUv4tyjmOcb307PLZ3Kw8pzOsc8gQouh4x+eLxda XcpqlYCVYbH9Fg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:63804 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o5Zea-00048J-Dd; Sun, 26 Jun 2022 17:18:48 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220625042503.7243-1-antero@mailbox.org> Date: Sun, 26 Jun 2022 23:18:47 +0200 In-Reply-To: <20220625042503.7243-1-antero@mailbox.org> (Antero Mejr's message of "Sat, 25 Jun 2022 04:25:03 +0000") Message-ID: <87ilonqg20.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1656278429; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=rORtMx5e1UNk2/Fc6mZRuBLkVCS9mloU/+DP8Sux9s4=; b=dMw3hYZVIazX1WBfIQ6sa/tCskLdRI6QbROyOKKGZcXjRx9td18eeq0zfrRqssQNcDIdUF LUFiu1mMc63SxEdtFF28plrXJGca5kAcpL/Tpt4xmrrGO29k1V8FYC6nTKU/OA2Hl2mUbI I5oo0s6/xweaSWqERNS7xIkjyzDp4LnwcNa3KMMseHRGoJgqB9onTOwWiWyaih8QK8F5/l aO+Lm8KxkWSCc6oUzvl4VmVoAXzpbxJS+041slmFTy5iiF/Wdzk8+zVcXKwR7l8dj/EDtw RNba7wL6Fkqv+2aSpVMtM7GUszKaKnfx0hecCkNjskHzmNYgMbDJQzX8KE4rwQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1656278429; a=rsa-sha256; cv=none; b=nZPxlMQ2IrQ/3H9BK5DdiIu2mi8wZwo6b3756ytfPhgX2LTis7ckUC2z2kLnKQvIeLFilb yOL4mXeiKdREn/JWK4QjEMOKKxF+2SqWCHFFSp6j4lwne+o8/BWtFBv0gN9jJz1dz34wiK l/BFpQ51LlmHwn6i+tnyfvD9z6BmdqWKCKpXlA80CUXFG6LXNNbsiJ83eupVOgBneb7a6K ftH8CDY+knyehczSd9lD/3Idu5o1SDHMQzYgxhN2bRD71KwQO7by/FJlJ9ylBTC5QUgddO ygSBn6qfqL7Hxzl/MNPsR+jW+3oSN7EZ6Z5jwUd+ZCIkimL8PIkzwL7nyug3og== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=cUHLYb1m; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.15 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=cUHLYb1m; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 370719B04 X-Spam-Score: -3.15 X-Migadu-Scanner: scn0.migadu.com X-TUID: /mucpmXMrjOv Antero Mejr skribis: > Depends on patch #56196 (python-http-client) and #56207 (python-starkbank-ecdsa). > https://issues.guix.gnu.org/56196 > https://issues.guix.gnu.org/56207 > > * gnu/packages/python-web.scm (python-sendgrid): New variable. Applied, thanks!