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 B03141581FB for ; Sat, 31 Aug 2024 04:42:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2E7AE29A5; Sat, 31 Aug 2024 04:42:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7EF76E29A5 for ; Sat, 31 Aug 2024 04:42:37 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73360343073 for ; Sat, 31 Aug 2024 04:42:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCAD01F28 for ; Sat, 31 Aug 2024 04:42:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1725078857.3090a43e39f49770c567a29913a3876f8bc3e491.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyasn1/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyasn1/metadata.xml dev-python/pyasn1/pyasn1-0.6.0.ebuild X-VCS-Directories: dev-python/pyasn1/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3090a43e39f49770c567a29913a3876f8bc3e491 X-VCS-Branch: master Date: Sat, 31 Aug 2024 04:42:34 +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: daad68ee-6a4e-4579-b1f6-9f807b41dfde X-Archives-Hash: 71e215e6ed0cdcac17e2315fb466134f commit: 3090a43e39f49770c567a29913a3876f8bc3e491 Author: Alfred Wingate protonmail com> AuthorDate: Fri May 31 17:56:41 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 31 04:34:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3090a43e dev-python/pyasn1: update HOMEPAGE * https://github.com/etingof/pyasn1/issues/214 Bug: https://bugs.gentoo.org/909945 Bug: https://bugs.gentoo.org/910076 Bug: https://bugs.gentoo.org/921689 Bug: https://bugs.gentoo.org/933201 Bug: https://bugs.gentoo.org/934494 Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Sam James gentoo.org> dev-python/pyasn1/metadata.xml | 2 +- dev-python/pyasn1/pyasn1-0.6.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyasn1/metadata.xml b/dev-python/pyasn1/metadata.xml index c99d554b0346..de01614000df 100644 --- a/dev-python/pyasn1/metadata.xml +++ b/dev-python/pyasn1/metadata.xml @@ -8,6 +8,6 @@ pyasn1 - etingof/pyasn1 + pyasn1/pyasn1 diff --git a/dev-python/pyasn1/pyasn1-0.6.0.ebuild b/dev-python/pyasn1/pyasn1-0.6.0.ebuild index e72d6b06866e..5b65522271db 100644 --- a/dev-python/pyasn1/pyasn1-0.6.0.ebuild +++ b/dev-python/pyasn1/pyasn1-0.6.0.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 pypi DESCRIPTION="ASN.1 library for Python" HOMEPAGE=" https://pypi.org/project/pyasn1/ - https://github.com/etingof/pyasn1/ + https://github.com/pyasn1/pyasn1/ " LICENSE="BSD-2"