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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B63A13835A for ; Wed, 16 Dec 2020 19:34:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A51C4E096A; Wed, 16 Dec 2020 19:33:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FCFEE096A for ; Wed, 16 Dec 2020 19:33:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F37E340CEE for ; Wed, 16 Dec 2020 19:33:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D933CC for ; Wed, 16 Dec 2020 19:33:56 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1608147216.e55c741babeea06f450934cfc91160a8dc4eadde.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ecdsa/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ecdsa/ecdsa-0.16.1.ebuild dev-python/ecdsa/metadata.xml X-VCS-Directories: dev-python/ecdsa/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e55c741babeea06f450934cfc91160a8dc4eadde X-VCS-Branch: master Date: Wed, 16 Dec 2020 19:33:56 +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: 0801e19d-b112-4e0a-8bc9-28ce225f3d7a X-Archives-Hash: da3098d09d9fd58df6b0d4f5f5ab0d98 commit: e55c741babeea06f450934cfc91160a8dc4eadde Author: Michał Górny gentoo org> AuthorDate: Wed Dec 16 19:33:36 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Dec 16 19:33:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e55c741b dev-python/ecdsa: Update HOMEPAGE Signed-off-by: Michał Górny gentoo.org> dev-python/ecdsa/ecdsa-0.16.1.ebuild | 2 +- dev-python/ecdsa/metadata.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/ecdsa/ecdsa-0.16.1.ebuild b/dev-python/ecdsa/ecdsa-0.16.1.ebuild index 4be8a067653..daa308058ad 100644 --- a/dev-python/ecdsa/ecdsa-0.16.1.ebuild +++ b/dev-python/ecdsa/ecdsa-0.16.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 DESCRIPTION="ECDSA cryptographic signature library in pure Python" -HOMEPAGE="https://github.com/warner/python-ecdsa" +HOMEPAGE="https://github.com/tlsfuzzer/python-ecdsa/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/ecdsa/metadata.xml b/dev-python/ecdsa/metadata.xml index 890dedd644e..3fd22a806f2 100644 --- a/dev-python/ecdsa/metadata.xml +++ b/dev-python/ecdsa/metadata.xml @@ -8,6 +8,6 @@ ecdsa - warner/python-ecdsa + tlsfuzzer/python-ecdsa