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 545A715852A for ; Sat, 31 Aug 2024 04:42:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7011E29D0; Sat, 31 Aug 2024 04:42:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 99431E29CF 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 7A7D6343078 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 E1DD11F29 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: <1725078907.ea50c16fd981afd735a48b17e7a40bf07c554d8e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyasn1-modules/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyasn1-modules/metadata.xml dev-python/pyasn1-modules/pyasn1-modules-0.4.0.ebuild X-VCS-Directories: dev-python/pyasn1-modules/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ea50c16fd981afd735a48b17e7a40bf07c554d8e 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: b850c03b-89ae-48d1-bbb8-cb8e6924a853 X-Archives-Hash: e441b40d1e5bb847fa8513461d10ab12 commit: ea50c16fd981afd735a48b17e7a40bf07c554d8e Author: Alfred Wingate protonmail com> AuthorDate: Fri May 31 18:01:55 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 31 04:35:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea50c16f dev-python/pyasn1-modules: 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-modules/metadata.xml | 2 +- dev-python/pyasn1-modules/pyasn1-modules-0.4.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyasn1-modules/metadata.xml b/dev-python/pyasn1-modules/metadata.xml index b92348d03ce4..d52d2aebc230 100644 --- a/dev-python/pyasn1-modules/metadata.xml +++ b/dev-python/pyasn1-modules/metadata.xml @@ -8,6 +8,6 @@ pyasn1-modules - etingof/pyasn1-modules + pyasn1/pyasn1-modules diff --git a/dev-python/pyasn1-modules/pyasn1-modules-0.4.0.ebuild b/dev-python/pyasn1-modules/pyasn1-modules-0.4.0.ebuild index d3538c0b729a..61fa98f058d4 100644 --- a/dev-python/pyasn1-modules/pyasn1-modules-0.4.0.ebuild +++ b/dev-python/pyasn1-modules/pyasn1-modules-0.4.0.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 pypi DESCRIPTION="pyasn1 modules" HOMEPAGE=" https://pypi.org/project/pyasn1-modules/ - https://github.com/etingof/pyasn1-modules/ + https://github.com/pyasn1/pyasn1-modules/ " LICENSE="BSD-2"