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 CA4C51382C5 for ; Mon, 15 Jun 2020 02:35:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E7E0E0AE2; Mon, 15 Jun 2020 02:35:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 66A48E0AE2 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 626DA34ECE5 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 C364F2A8 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: <1592188419.c6ee8fc509d5815e78934c857a76b066003c06ae.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jmespath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jmespath/jmespath-0.10.0.ebuild dev-python/jmespath/jmespath-0.9.3-r1.ebuild dev-python/jmespath/metadata.xml X-VCS-Directories: dev-python/jmespath/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: c6ee8fc509d5815e78934c857a76b066003c06ae 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: 58f8a4ad-0c91-461a-bfde-ef244dc0d2b8 X-Archives-Hash: 3c2c6e2cae7fa782d10cb94e35d3ca1e commit: c6ee8fc509d5815e78934c857a76b066003c06ae Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Jun 13 08:37:57 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Jun 15 02:33:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ee8fc5 dev-python/jmespath: 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/jmespath/jmespath-0.10.0.ebuild | 2 +- dev-python/jmespath/jmespath-0.9.3-r1.ebuild | 2 +- dev-python/jmespath/metadata.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/jmespath/jmespath-0.10.0.ebuild b/dev-python/jmespath/jmespath-0.10.0.ebuild index c0b40b306c5..70889dcee2b 100644 --- a/dev-python/jmespath/jmespath-0.10.0.ebuild +++ b/dev-python/jmespath/jmespath-0.10.0.ebuild @@ -8,7 +8,7 @@ inherit distutils-r1 MY_P=jmespath.py-${PV} DESCRIPTION="JSON Matching Expressions" -HOMEPAGE="https://github.com/jmespath/jmespath.py/ +HOMEPAGE="https://github.com/jmespath/jmespath.py https://pypi.org/project/jmespath/" SRC_URI=" https://github.com/jmespath/jmespath.py/archive/${PV}.tar.gz diff --git a/dev-python/jmespath/jmespath-0.9.3-r1.ebuild b/dev-python/jmespath/jmespath-0.9.3-r1.ebuild index 750aa2040e9..bb8ec31e183 100644 --- a/dev-python/jmespath/jmespath-0.9.3-r1.ebuild +++ b/dev-python/jmespath/jmespath-0.9.3-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1 DESCRIPTION="JSON Matching Expressions" -HOMEPAGE="https://github.com/boto/jmespath https://pypi.org/project/jmespath/" +HOMEPAGE="https://github.com/jmespath/jmespath.py https://pypi.org/project/jmespath/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/jmespath/metadata.xml b/dev-python/jmespath/metadata.xml index 500ee145370..1742868cb14 100644 --- a/dev-python/jmespath/metadata.xml +++ b/dev-python/jmespath/metadata.xml @@ -7,6 +7,6 @@ jmespath - boto/jmespath + jmespath/jmespath.py