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 81317158086 for ; Wed, 27 Oct 2021 17:02:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 619F5E092C; Wed, 27 Oct 2021 17:01:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48584E092C for ; Wed, 27 Oct 2021 17:01:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4A1B343B90 for ; Wed, 27 Oct 2021 17:01:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41950197 for ; Wed, 27 Oct 2021 17:01:55 +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: <1635354110.3bfdaffcef519ca84186b8f79eca360fac45f9bc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httplib2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/httplib2/httplib2-0.19.1-r1.ebuild dev-python/httplib2/httplib2-0.19.1.ebuild X-VCS-Directories: dev-python/httplib2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3bfdaffcef519ca84186b8f79eca360fac45f9bc X-VCS-Branch: master Date: Wed, 27 Oct 2021 17:01:55 +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: b82a8407-36a0-400d-a4e8-694ce117000a X-Archives-Hash: 1bcbfd6eb13fb4e796f9d77d48d92741 commit: 3bfdaffcef519ca84186b8f79eca360fac45f9bc Author: Michał Górny gentoo org> AuthorDate: Wed Oct 27 16:25:42 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 27 17:01:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bfdaffc dev-python/httplib2: Pin to pyparsing < 3 Signed-off-by: Michał Górny gentoo.org> .../httplib2/{httplib2-0.19.1.ebuild => httplib2-0.19.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/httplib2/httplib2-0.19.1.ebuild b/dev-python/httplib2/httplib2-0.19.1-r1.ebuild similarity index 96% rename from dev-python/httplib2/httplib2-0.19.1.ebuild rename to dev-python/httplib2/httplib2-0.19.1-r1.ebuild index 04e2897eb13..1955242072b 100644 --- a/dev-python/httplib2/httplib2-0.19.1.ebuild +++ b/dev-python/httplib2/httplib2-0.19.1-r1.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~am RDEPEND=" app-misc/ca-certificates - dev-python/pyparsing[${PYTHON_USEDEP}]" +