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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC711158087 for ; Thu, 13 Jan 2022 01:46:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41CCA2BC014; Thu, 13 Jan 2022 01:46:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 807222BC014 for ; Thu, 13 Jan 2022 01:46:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71190342F4A for ; Thu, 13 Jan 2022 01:46:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCB6C258 for ; Thu, 13 Jan 2022 01:46:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1642038377.20d19f16f0a1b911dedaed17592e596aa2aea3f6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-auth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/google-auth/google-auth-2.3.3-r1.ebuild dev-python/google-auth/google-auth-2.3.3.ebuild X-VCS-Directories: dev-python/google-auth/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 20d19f16f0a1b911dedaed17592e596aa2aea3f6 X-VCS-Branch: master Date: Thu, 13 Jan 2022 01:46:32 +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: 75113ad8-4621-4986-b868-f9fc4b8819c6 X-Archives-Hash: 90bdcf145d0546d4955a65dfa3e862b5 commit: 20d19f16f0a1b911dedaed17592e596aa2aea3f6 Author: Sam James gentoo org> AuthorDate: Thu Jan 13 01:46:17 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 13 01:46:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d19f16 dev-python/google-auth: add upper-bound on cachetools Closes: https://bugs.gentoo.org/830970 Signed-off-by: Sam James gentoo.org> .../{google-auth-2.3.3.ebuild => google-auth-2.3.3-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/google-auth/google-auth-2.3.3.ebuild b/dev-python/google-auth/google-auth-2.3.3-r1.ebuild similarity index 94% rename from dev-python/google-auth/google-auth-2.3.3.ebuild rename to dev-python/google-auth/google-auth-2.3.3-r1.ebuild index 616a33ae31c4..03004f5afbc6 100644 --- a/dev-python/google-auth/google-auth-2.3.3.ebuild +++ b/dev-python/google-auth/google-auth-2.3.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="amd64 ~arm ~arm64 x86" RDEPEND=" - >=dev-python/cachetools-2.0.0[${PYTHON_USEDEP}] + =dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}] >=dev-python/pyasn1-modules-0.2.1[${PYTHON_USEDEP}]