From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1179717-garchives=archives.gentoo.org@lists.gentoo.org> 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 20C351382C5 for <garchives@archives.gentoo.org>; Mon, 15 Jun 2020 02:35:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CC3DE0AED; Mon, 15 Jun 2020 02:35:16 +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 2B84BE0AED for <gentoo-commits@lists.gentoo.org>; Mon, 15 Jun 2020 02:35:16 +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 B774B34EDF3 for <gentoo-commits@lists.gentoo.org>; Mon, 15 Jun 2020 02:35:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06EDB2AB for <gentoo-commits@lists.gentoo.org>; Mon, 15 Jun 2020 02:35:12 +0000 (UTC) From: "Aaron Bauman" <bman@gentoo.org> 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" <bman@gentoo.org> Message-ID: <1592188420.da61925fb99996c75b0fcdd472270be13cf5b723.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-fixture-config/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-fixture-config/metadata.xml dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild X-VCS-Directories: dev-python/pytest-fixture-config/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: da61925fb99996c75b0fcdd472270be13cf5b723 X-VCS-Branch: master Date: Mon, 15 Jun 2020 02:35:12 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6e3b3826-6196-4b02-93a2-2252cb8e75e3 X-Archives-Hash: 7f6681ba563c59680d79d3fd76ea34ab commit: da61925fb99996c75b0fcdd472270be13cf5b723 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Jun 13 08:42:12 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Mon Jun 15 02:33:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da61925f dev-python/pytest-fixture-config: update HOMEPAGE Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> dev-python/pytest-fixture-config/metadata.xml | 2 +- dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild | 2 +- dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pytest-fixture-config/metadata.xml b/dev-python/pytest-fixture-config/metadata.xml index 3677d9bd044..b53238d9031 100644 --- a/dev-python/pytest-fixture-config/metadata.xml +++ b/dev-python/pytest-fixture-config/metadata.xml @@ -12,7 +12,7 @@ <name>Edward Easton</name> </maintainer> <remote-id type="pypi">pytest-fixture-config</remote-id> - <remote-id type="github">manahl/pytest-plugins</remote-id> + <remote-id type="github">man-group/pytest-plugins</remote-id> </upstream> <longdescription> Simple configuration objects for Py.test fixtures. Allows you to skip diff --git a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild index dbe95ee084b..adfb9b03d92 100644 --- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild +++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 DESCRIPTION="Virtualenv fixture for py.test" -HOMEPAGE="https://github.com/manahl/pytest-plugins https://pypi.org/project/pytest-fixture-config/" +HOMEPAGE="https://github.com/man-group/pytest-plugins https://pypi.org/project/pytest-fixture-config/" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild index febeb13cd76..d2db63806a9 100644 --- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild +++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) inherit distutils-r1 DESCRIPTION="Virtualenv fixture for py.test" -HOMEPAGE="https://github.com/manahl/pytest-plugins https://pypi.org/project/pytest-fixture-config/" +HOMEPAGE="https://github.com/man-group/pytest-plugins https://pypi.org/project/pytest-fixture-config/" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"