From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 26 09:50:25 2025 Received: (at submit) by debbugs.gnu.org; 26 Feb 2025 14:50:25 +0000 Received: from localhost ([127.0.0.1]:51902 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tnIjx-0005uf-El for submit@debbugs.gnu.org; Wed, 26 Feb 2025 09:50:25 -0500 Received: from lists.gnu.org ([2001:470:142::17]:33244) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tnIjt-0005tF-RT for submit@debbugs.gnu.org; Wed, 26 Feb 2025 09:50:22 -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 1tnIjo-0001t9-8B for guix-patches@gnu.org; Wed, 26 Feb 2025 09:50:16 -0500 Received: from confino.investici.org ([93.190.126.19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tnIjl-0004Jn-9K for guix-patches@gnu.org; Wed, 26 Feb 2025 09:50:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1740581401; bh=jx799k3QXUVOlF1P6Hvsv8StYLtG3NCrFOSEDREsNC4=; h=From:To:Cc:Subject:Date:From; b=JeBChoaYWxJt/we8hpIRIQ9IAb4nhoPevIBQr+aDCXt1UmnMjQCKjGCgCQOo3M7SN He9KyXxmQX1i3u6oPQm7wivxvl/rMtR+wErtq7iMD2veKGx9qDbhnqrZHESfB94FyZ UBIiD12CsBVoEvzL0EFlTNix3bB+Rk91vzFqV9q8= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4Z2y7F3TM5z112N; Wed, 26 Feb 2025 14:50:01 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4Z2y7F22v4z10w5; Wed, 26 Feb 2025 14:50:01 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH] gnu: python-aiohttp: Update to 3.11.12. Date: Wed, 26 Feb 2025 15:49:36 +0100 Message-ID: <0739b720f1d35adae1f83332d33267ef3f39977f.1740581376.git.csantosb@inventati.org> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=93.190.126.19; envelope-from=csantosb@inventati.org; helo=confino.investici.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, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos 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.1 (/) * gnu/packages/python-web.scm (python-aiohttp): Update to 3.11.12. Change-Id: I39e225a7696e5e49a89309378b633f7622ba9958 --- 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 defa2a6c3a..e94a426621 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -949,13 +949,13 @@ (define-public python-aiosignal (define-public python-aiohttp (package (name "python-aiohttp") - (version "3.11.11") + (version "3.11.12") (source (origin (method url-fetch) (uri (pypi-uri "aiohttp" version)) (sha256 - (base32 "0gihj076nm3863sqfnbh786621w1ad7lj7fq88d85wzbwvqwfjdv")) + (base32 "1c37fwhqma6a29751cpm59cnww0bg9wf5fz11hb8c6svswkcl0vn")) (snippet #~(begin (use-modules ((guix build utils))) base-commit: 90ee330bafc5a95493f9cdae2e32ddf740104ebc -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 15 13:42:14 2025 Received: (at 76588-done) by debbugs.gnu.org; 15 Jun 2025 17:42:14 +0000 Received: from localhost ([127.0.0.1]:59993 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uQrN0-0005Gs-6F for submit@debbugs.gnu.org; Sun, 15 Jun 2025 13:42:14 -0400 Received: from confino.investici.org ([93.190.126.19]:44515) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uQrMw-0005Gc-TR for 76588-done@debbugs.gnu.org; Sun, 15 Jun 2025 13:42:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1750009329; bh=Nk0Zp+4+3DQE63ujmAuuPneBfD6kUdvSN8jaTN6AAy8=; h=From:To:Subject:Date:From; b=Tj0zayi/fWhgHCr6w//dcJQGhVnTla7zFBQoWXLlKkL/TrCD55Y7529zXUsROBceS vSF1IDdYHEntUubnQe0xciWQNiCTl3mnETrs3P+3eecgzLdmEAw/r02yCH4DSveH0K 5baoeUQxwazU1UY9psUVh94qXGCQaiTkwz/2bo7w= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4bL0nY3xGlz10ww for <76588-done@debbugs.gnu.org>; Sun, 15 Jun 2025 17:42:09 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4bL0nY23FRz10wr for <76588-done@debbugs.gnu.org>; Sun, 15 Jun 2025 17:42:09 +0000 (UTC) From: Cayetano Santos To: 76588-done@debbugs.gnu.org Subject: close User-Agent: mu4e 1.12.11; emacs 30.1 Date: Sun, 15 Jun 2025 19:42:07 +0200 Message-ID: <87ldps3nrk.fsf@inventati.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 76588-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.7 (-) --=-=-= Content-Type: text/plain Obsoleted. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iI0EARYKADUWIQTMuBhC+dcFjs1nN3q/XN9N9r9mggUCaE8F7xccY3NhbnRvc2JA aW52ZW50YXRpLm9yZwAKCRC/XN9N9r9mgj15APwIbgzO9Bdldwc1UamJePDiJYZn JjECmzLxTxO8hpbLyAEA9wI7ktZ2hHDfdRUpxwpqCxWcCjdjCR7Yow7tdqdidQ8= =SPHh -----END PGP SIGNATURE----- --=-=-=-- From unknown Mon Aug 18 11:30:44 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 14 Jul 2025 11:24:37 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator