From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8BC9C158043 for ; Wed, 17 Apr 2024 21:02:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97FB0E2A0C; Wed, 17 Apr 2024 21:02:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82F14E2A0C for ; Wed, 17 Apr 2024 21:02:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD37134348D for ; Wed, 17 Apr 2024 21:02:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28A801720 for ; Wed, 17 Apr 2024 21:02:02 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1713387675.297ee7d6823c0421f01eb774cfc754b852ce1850.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hpack/metadata.xml X-VCS-Directories: dev-python/hpack/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 297ee7d6823c0421f01eb774cfc754b852ce1850 X-VCS-Branch: master Date: Wed, 17 Apr 2024 21:02:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9ddfa1b7-882c-4f22-ab51-4d0241d6dcd5 X-Archives-Hash: 3bd3eeb9409ada8d87abe2cc85ebed49 commit: 297ee7d6823c0421f01eb774cfc754b852ce1850 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Apr 10 18:35:08 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 17 21:01:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=297ee7d6 dev-python/hpack: add missing remote-id Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> dev-python/hpack/metadata.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/hpack/metadata.xml b/dev-python/hpack/metadata.xml index bf52e22daad9..3c801126a927 100644 --- a/dev-python/hpack/metadata.xml +++ b/dev-python/hpack/metadata.xml @@ -11,6 +11,7 @@ Cory Benfield hpack + python-hyper/hpack This module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use in Python programs that implement HTTP/2. It