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 A0FFC1581FB for ; Sat, 31 Aug 2024 04:58:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E81EEE29A6; Sat, 31 Aug 2024 04:58:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 C8551E29A6 for ; Sat, 31 Aug 2024 04:58:43 +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 DB888343073 for ; Sat, 31 Aug 2024 04:58:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79D781F28 for ; Sat, 31 Aug 2024 04:58:41 +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: <1725079957.02d04b6f697fefabb566d16787383a61d24357c0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysnmpcrypto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pysnmpcrypto/metadata.xml dev-python/pysnmpcrypto/pysnmpcrypto-0.0.4.ebuild X-VCS-Directories: dev-python/pysnmpcrypto/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 02d04b6f697fefabb566d16787383a61d24357c0 X-VCS-Branch: master Date: Sat, 31 Aug 2024 04:58:41 +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: 511033e8-ba68-4604-98d0-45b161b139c8 X-Archives-Hash: c3090e3d139efd7b435035b6f83c9c32 commit: 02d04b6f697fefabb566d16787383a61d24357c0 Author: Sam James gentoo org> AuthorDate: Sat Aug 31 04:52:37 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 31 04:52:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d04b6f dev-python/pysnmpcrypto: update HOMEPAGE, remote-id This one didn't (yet) get a new release, though. Signed-off-by: Sam James gentoo.org> dev-python/pysnmpcrypto/metadata.xml | 2 +- dev-python/pysnmpcrypto/pysnmpcrypto-0.0.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pysnmpcrypto/metadata.xml b/dev-python/pysnmpcrypto/metadata.xml index b3a13c86260d..9e998bc84397 100644 --- a/dev-python/pysnmpcrypto/metadata.xml +++ b/dev-python/pysnmpcrypto/metadata.xml @@ -6,7 +6,7 @@ - etingof/pysnmpcrypto + lextudio/pysnmpcrypto pysnmpcrypto diff --git a/dev-python/pysnmpcrypto/pysnmpcrypto-0.0.4.ebuild b/dev-python/pysnmpcrypto/pysnmpcrypto-0.0.4.ebuild index caf4286b3609..0abb23d50797 100644 --- a/dev-python/pysnmpcrypto/pysnmpcrypto-0.0.4.ebuild +++ b/dev-python/pysnmpcrypto/pysnmpcrypto-0.0.4.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 pypi DESCRIPTION="Strong cryptography support for PySNMP (SNMP library for Python)" HOMEPAGE=" https://pypi.org/project/pysnmpcrypto/ - https://github.com/etingof/pysnmpcrypto + https://github.com/lextudio/pysnmpcrypto " LICENSE="BSD"