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 4332E1382C5 for ; Mon, 15 Jun 2020 02:35:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 962D2E0AE5; Mon, 15 Jun 2020 02:35:15 +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 81EA8E0AE5 for ; Mon, 15 Jun 2020 02:35:15 +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 9F51534EDC6 for ; Mon, 15 Jun 2020 02:35:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8BB62AA for ; Mon, 15 Jun 2020 02:35:11 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1592188420.35d5c89a8b97012fd92e25bb9705a2a537d5c2d4.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oauthlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oauthlib/metadata.xml dev-python/oauthlib/oauthlib-3.1.0.ebuild X-VCS-Directories: dev-python/oauthlib/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 35d5c89a8b97012fd92e25bb9705a2a537d5c2d4 X-VCS-Branch: master Date: Mon, 15 Jun 2020 02:35:11 +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: d346e94b-b302-473a-80cf-5b0a48bbd8ca X-Archives-Hash: fc8839b4f37e3875af4bf4b686eba46e commit: 35d5c89a8b97012fd92e25bb9705a2a537d5c2d4 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Jun 13 08:40:39 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Jun 15 02:33:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35d5c89a dev-python/oauthlib: update HOMEPAGE Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Aaron Bauman gentoo.org> dev-python/oauthlib/metadata.xml | 2 +- dev-python/oauthlib/oauthlib-3.1.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/oauthlib/metadata.xml b/dev-python/oauthlib/metadata.xml index ccc9e23ddbd..ce755adad21 100644 --- a/dev-python/oauthlib/metadata.xml +++ b/dev-python/oauthlib/metadata.xml @@ -7,6 +7,6 @@ oauthlib - idan/oauthlib + oauthlib/oauthlib diff --git a/dev-python/oauthlib/oauthlib-3.1.0.ebuild b/dev-python/oauthlib/oauthlib-3.1.0.ebuild index cd550a8c25b..b395c45adf6 100644 --- a/dev-python/oauthlib/oauthlib-3.1.0.ebuild +++ b/dev-python/oauthlib/oauthlib-3.1.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Spec-compliant and thorough implementation of the OAuth request-signing logic" -HOMEPAGE="https://github.com/idan/oauthlib https://pypi.org/project/oauthlib/" +HOMEPAGE="https://github.com/ioauthlib/oauthlib https://pypi.org/project/oauthlib/" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"