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 3A52E13835A for ; Fri, 11 Dec 2020 12:42:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E995E08F2; Fri, 11 Dec 2020 12:42:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 2985FE08F2 for ; Fri, 11 Dec 2020 12:42:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 12D3E340EDF for ; Fri, 11 Dec 2020 12:42:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7512D488 for ; Fri, 11 Dec 2020 12:42:38 +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: <1607690555.030923347495318d217e3979a2377adc16000714.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 030923347495318d217e3979a2377adc16000714 X-VCS-Branch: master Date: Fri, 11 Dec 2020 12:42:38 +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: b1c94215-e99f-4665-892a-1b5d9419936c X-Archives-Hash: caf1cdd65cc120fa7f32740583a1126a commit: 030923347495318d217e3979a2377adc16000714 Author: Michał Górny gentoo org> AuthorDate: Fri Dec 11 11:45:13 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 11 12:42:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03092334 dev-python/oauthlib: Fix HOMEPAGE Signed-off-by: Michał Górny gentoo.org> dev-python/oauthlib/metadata.xml | 16 ++++++++-------- dev-python/oauthlib/oauthlib-3.1.0.ebuild | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-python/oauthlib/metadata.xml b/dev-python/oauthlib/metadata.xml index ce755adad21..22ae9fda533 100644 --- a/dev-python/oauthlib/metadata.xml +++ b/dev-python/oauthlib/metadata.xml @@ -1,12 +1,12 @@ - - python@gentoo.org - Python - - - oauthlib - oauthlib/oauthlib - + + python@gentoo.org + Python + + + oauthlib + oauthlib/oauthlib + diff --git a/dev-python/oauthlib/oauthlib-3.1.0.ebuild b/dev-python/oauthlib/oauthlib-3.1.0.ebuild index 45791c624a9..e702e83304a 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/ioauthlib/oauthlib https://pypi.org/project/oauthlib/" +HOMEPAGE="https://github.com/oauthlib/oauthlib https://pypi.org/project/oauthlib/" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"