Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-benchmark/
Date: Thu, 06 May 2021 00:23:02
Message-Id: 1620260576.b683d047773e0c335e9a4c10ce8096bccd60b2db.Alessandro-Barbieri@gentoo
1 commit: b683d047773e0c335e9a4c10ce8096bccd60b2db
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Thu May 6 00:09:32 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Thu May 6 00:22:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b683d047
7
8 dev-python/pytest-benchmark: fix remote name
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/pytest-benchmark/metadata.xml | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytest-benchmark/metadata.xml b/dev-python/pytest-benchmark/metadata.xml
16 index 707882f3b..bb332d1e9 100644
17 --- a/dev-python/pytest-benchmark/metadata.xml
18 +++ b/dev-python/pytest-benchmark/metadata.xml
19 @@ -17,7 +17,7 @@
20 This plugin provides a benchmark fixture. This fixture is a callable object that will benchmark any function passed to it.
21 </longdescription>
22 <upstream>
23 - <remote-id type="github">ionelm/pytest-benchmark</remote-id>
24 + <remote-id type="github">ionelmc/pytest-benchmark</remote-id>
25 <remote-id type="pypi">pytest-benchmark</remote-id>
26 </upstream>
27 </pkgmetadata>