From unknown Sat Aug 16 21:19:16 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48429] [PATCH 4/5] gnu: Add python-aiofiles-0.5.0. Resent-From: Stefan =?UTF-8?Q?Reich=C3=B6r?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 14 May 2021 21:19:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 48429 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48429@debbugs.gnu.org Cc: Stefan =?UTF-8?Q?Reich=C3=B6r?= X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.162102709114846 (code B ref -1); Fri, 14 May 2021 21:19:04 +0000 Received: (at submit) by debbugs.gnu.org; 14 May 2021 21:18:11 +0000 Received: from localhost ([127.0.0.1]:47195 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lhfCE-0003rJ-VH for submit@debbugs.gnu.org; Fri, 14 May 2021 17:18:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:60154) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lhfC8-0003qr-4C for submit@debbugs.gnu.org; Fri, 14 May 2021 17:18:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48064) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lhfC7-0003Bi-V5 for guix-patches@gnu.org; Fri, 14 May 2021 17:18:03 -0400 Received: from dd3624.kasserver.com ([85.13.130.11]:55820) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lhfC6-0008IE-DL for guix-patches@gnu.org; Fri, 14 May 2021 17:18:03 -0400 Received: from localhost (37-186-9-252.ip.as39912.net [37.186.9.252]) by dd3624.kasserver.com (Postfix) with ESMTPA id 2859C5D4068D; Fri, 14 May 2021 23:18:01 +0200 (CEST) From: Stefan =?UTF-8?Q?Reich=C3=B6r?= Date: Fri, 14 May 2021 23:17:45 +0200 Message-Id: <20210514211746.143145-4-stefan@xsteve.at> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210514211746.143145-1-stefan@xsteve.at> References: <20210514211746.143145-1-stefan@xsteve.at> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=85.13.130.11; envelope-from=stefan@xsteve.at; helo=dd3624.kasserver.com X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/python-xyz.scm (python-aiofiles-0.5.0): New variable. --- gnu/packages/python-xyz.scm | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8e769c08f2..431f2aa85d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -25113,6 +25113,19 @@ process.") disk files in asyncio applications.") (license license:asl2.0))) +;; Used by python-multiplex +(define-public python-aiofiles-0.5.0 + (package (inherit python-aiofiles) + (name "python-aiofiles-0.5.0") + (version "0.5.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "aiofiles" version)) + (sha256 + (base32 + "1bqmv019x16qa3zah0z915cw6z4va3fjs60fk2s7vyah3gyvrrlq")))))) + (define-public python-pyre-extensions (package (name "python-pyre-extensions") -- 2.25.1 From unknown Sat Aug 16 21:19:16 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: Stefan =?UTF-8?Q?Reich=C3=B6r?= Subject: bug#48429: closed ([PATCH 4/5] gnu: Add python-aiofiles-0.5.0.) Message-ID: References: <87msf0govo.fsf@gmail.com> <20210514211746.143145-4-stefan@xsteve.at> X-Gnu-PR-Message: they-closed 48429 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 48429@debbugs.gnu.org Date: Wed, 05 Feb 2025 19:43:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1738784582-30488-1" This is a multi-part message in MIME format... ------------=_1738784582-30488-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #48429: [PATCH 4/5] gnu: Add python-aiofiles-0.5.0. 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 48429@debbugs.gnu.org. --=20 48429: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D48429 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1738784582-30488-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 48429-done) by debbugs.gnu.org; 5 Feb 2025 19:42:14 +0000 Received: from localhost ([127.0.0.1]:52701 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tflHp-0007u0-NL for submit@debbugs.gnu.org; Wed, 05 Feb 2025 14:42:13 -0500 Received: from mail-wm1-x333.google.com ([2a00:1450:4864:20::333]:61665) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tflHn-0007th-Eb for 48429-done@debbugs.gnu.org; Wed, 05 Feb 2025 14:42:12 -0500 Received: by mail-wm1-x333.google.com with SMTP id 5b1f17b1804b1-43675b1155bso1474095e9.2 for <48429-done@debbugs.gnu.org>; Wed, 05 Feb 2025 11:42:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1738784525; x=1739389325; darn=debbugs.gnu.org; h=mime-version:message-id:date:subject:to:from:from:to:cc:subject :date:message-id:reply-to; bh=yK8Hk7KTK+Qcm2p6TSnOCIimWzYWCHyXpyw/yfXqBtI=; b=ER2Fyyl611lIoWxcKWBfvgpbkll8mOH2l3hZmEZCJT4mLXmOeC5V5iw3y51+aB0Zz6 8gmMHlEyN8fTlDF+d9VBFxt3CQqOmr6nvmq3UVbqDgb/H7K/YTpCyPBgvHdtKJesXJZy VfPgTGRppiFv/XcxzEKpx7f6ci5QoAcRYljOgQrjPZFyZjHMWc4ts2tkXcnKRQc+KtwP UfQFSae4tgf9RXfS5zqldoaCaIJdgaZTNiIPLGWgsNvzQoNq2G8PaBrhcM495F6VDf4E CmKv0uIK+Ack6A/sNtrZ1d9Dj0zv4cS2fpz8aWbOxJmruNkW+tXfli3KSJO6aKXQQPvw f95Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738784525; x=1739389325; h=mime-version:message-id:date:subject:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=yK8Hk7KTK+Qcm2p6TSnOCIimWzYWCHyXpyw/yfXqBtI=; b=E3h9fzHlggxlvnDztWH+yPY7mm70V9V69kDMW1k8KNXNujOPxyXehi6keE3qaohZWi wDqiQuvydF6NY3bVW9umbaYiTYgNxEiByrviOrkaICTJJJYmjvmMKNtkINGbQppN/0lD 9CX8mZyGENchC+rmGeU7odi53Gg3z8afl5CLyLC1ZefZ+LjLvtiicldLvsxE15wPr5ZL BZ2I+gqLPRDhbht4Frvi3TKMvZwxDX2OaG+aBvCVXWzfTuQAZT7PUSq4C4TkGeg0343g hE1YWSMJBXzGYWMOIYNfEraHrLXovKx/Ez+8yrb8X7yuw0sz5D6RxStktwllufwv0HJ1 KbhA== X-Gm-Message-State: AOJu0YxaKsSGuL3I5YJsFpdNYDf9d3deASwtApQThJw0yqCb37zUvZVk DdME8rNmuyIkDu+IBM2leIP6yvX2Jc6OOrZMBdo6jF2J5tFN52o6NSnKWvB7 X-Gm-Gg: ASbGncsPwoGcid7NWpX1+fJcioN/QdkQG0a9o+46PW4v5DgAaqnhmoICFSfo6u7Btte t2UxmJnsCrvIJBse9cnUx5RL9kTBB366wAj6jVvmETNpgMjOgDjZzshffME/T5PHzOqWH2iSmpy 5Redca/sm/nQZnmVHwijWpkF/nqgxIWpoEeCkI6p+GIQ+d/Sw/9H/t8nzrawmk3whbQVUno8YHV jTsT6fr0P01171VGvs2xlO6BYvJlaCUPW9MKQ2Y+oB2n0oRrTmu0RnPv/DRlkpND8iY+HW2W115 HpyKKqxlqz3AWdhYaifal5vxuxDubT/7rvIPkf1IrhA7wysPsyT7F8KI9eGduHcjRis= X-Google-Smtp-Source: AGHT+IEoidbdtZwfipPMvlHSIgf4XHsiwZz3adYUSDbk+O4X8Vihuq0VcWcmtxmUibwHI8un/CKMTQ== X-Received: by 2002:a05:600c:1c1e:b0:436:6ddf:7a27 with SMTP id 5b1f17b1804b1-4390d56980emr33152115e9.23.1738784525233; Wed, 05 Feb 2025 11:42:05 -0800 (PST) Received: from guxtil (cpc100684-bagu15-2-0-cust967.1-3.cable.virginm.net. [86.8.111.200]) by smtp.gmail.com with ESMTPSA id 5b1f17b1804b1-4390d9357e8sm31744935e9.3.2025.02.05.11.42.04 for <48429-done@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 Feb 2025 11:42:04 -0800 (PST) From: Sharlatan Hellseher To: 48429-done@debbugs.gnu.org Subject: [PATCH 4/5] gnu: Add python-aiofiles-0.5.0. Date: Wed, 05 Feb 2025 19:42:03 +0000 Message-ID: <87msf0govo.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: 48429-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, Closing as not applied, see . -- Oleg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmejvwsACgkQdtcnv/Ys 0rWD0w/+K1i4ap/Gt4CqlqYCNmdKXQez5hUvzlf96iqtAwT0N3gZ1e75BfXmquD0 ZT/lud+yxOjbNwfipMuc3pFb9GKaYafn/IApivFtCX/JhZt42aadXQ9vqRHYavAW dF6bOv1p/u+xDzgt6Uh43BBwgmNy36BnI4fPUNvz+kAwOBGMj+XIFArVZtsvWJu7 zPpvtkj1xWAl3/4W8VFs2YKPSmKis0HsPpmRUHa95y0atN7IsOaYK0OUe4A1b/o5 W6d3QBVuJhZiwDeEkx/4L7thX9UxaLEIpsiSPzm8/7CFWi61jPumuF5q8RdQwUH4 64AkATW0eob/25WlrQmvBQKPHeekjeheQ3MU7utLD7Qtbe8YWvt8lhaFW+BalOKA ewEbmlJlIy+tJnX4n2hWlL6dd0gu/q7CesgvyAz2YgDMjDzGHPCBLweWKwquyu+V XjWOrSWaaCdTAYsgnEguE8Qa9dgAy56q8eJpU5vQzosirGCeD+kL5AFo8dUtPCqb eCjZaR0KLFtsdgD0xQ2zg/da0mtu9GZc6cgfn0UgwQMQAroFQxXHPoGeNgc1gQWS FD/mQa6qawb1ihfo7uTZ8lhbeR9W0NQoejvkEARIXsK6mnGq7jyG/cGY+qegj2LH r35WBICUDMucajl2QgFiGG+uvlUnUwRzHNh56UJKi3JAm7UjkRM= =TeWB -----END PGP SIGNATURE----- --=-=-=-- ------------=_1738784582-30488-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 14 May 2021 21:18:11 +0000 Received: from localhost ([127.0.0.1]:47195 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lhfCE-0003rJ-VH for submit@debbugs.gnu.org; Fri, 14 May 2021 17:18:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:60154) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lhfC8-0003qr-4C for submit@debbugs.gnu.org; Fri, 14 May 2021 17:18:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48064) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lhfC7-0003Bi-V5 for guix-patches@gnu.org; Fri, 14 May 2021 17:18:03 -0400 Received: from dd3624.kasserver.com ([85.13.130.11]:55820) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lhfC6-0008IE-DL for guix-patches@gnu.org; Fri, 14 May 2021 17:18:03 -0400 Received: from localhost (37-186-9-252.ip.as39912.net [37.186.9.252]) by dd3624.kasserver.com (Postfix) with ESMTPA id 2859C5D4068D; Fri, 14 May 2021 23:18:01 +0200 (CEST) From: =?UTF-8?q?Stefan=20Reich=C3=B6r?= To: guix-patches@gnu.org Subject: [PATCH 4/5] gnu: Add python-aiofiles-0.5.0. Date: Fri, 14 May 2021 23:17:45 +0200 Message-Id: <20210514211746.143145-4-stefan@xsteve.at> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210514211746.143145-1-stefan@xsteve.at> References: <20210514211746.143145-1-stefan@xsteve.at> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=85.13.130.11; envelope-from=stefan@xsteve.at; helo=dd3624.kasserver.com X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Stefan=20Reich=C3=B6r?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/python-xyz.scm (python-aiofiles-0.5.0): New variable. --- gnu/packages/python-xyz.scm | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8e769c08f2..431f2aa85d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -25113,6 +25113,19 @@ process.") disk files in asyncio applications.") (license license:asl2.0))) +;; Used by python-multiplex +(define-public python-aiofiles-0.5.0 + (package (inherit python-aiofiles) + (name "python-aiofiles-0.5.0") + (version "0.5.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "aiofiles" version)) + (sha256 + (base32 + "1bqmv019x16qa3zah0z915cw6z4va3fjs60fk2s7vyah3gyvrrlq")))))) + (define-public python-pyre-extensions (package (name "python-pyre-extensions") -- 2.25.1 ------------=_1738784582-30488-1--