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 4E070158649 for ; Thu, 11 May 2023 05:36:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72714E0C27; Thu, 11 May 2023 05:36:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5A57CE0C27 for ; Thu, 11 May 2023 05:36:16 +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 55AF933BE3B for ; Thu, 11 May 2023 05:36:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B76E2920 for ; Thu, 11 May 2023 05:36:13 +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: <1683783368.1bef8dcba13c8d607993cd29bb91ecd427689ff6.mgorny@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.17.1-r1.ebuild dev-python/google-auth/google-auth-2.17.1.ebuild dev-python/google-auth/google-auth-2.17.3-r1.ebuild dev-python/google-auth/google-auth-2.17.3.ebuild X-VCS-Directories: dev-python/google-auth/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1bef8dcba13c8d607993cd29bb91ecd427689ff6 X-VCS-Branch: master Date: Thu, 11 May 2023 05:36:13 +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: 030d1491-8056-42e6-86de-eb517b8ceea5 X-Archives-Hash: 604a99a5fd43ea4d782f4f2f0ac0135f commit: 1bef8dcba13c8d607993cd29bb91ecd427689ff6 Author: Michał Górny gentoo org> AuthorDate: Thu May 11 05:26:19 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 11 05:36:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bef8dcb dev-python/google-auth: Require dev-python/urllib3 < 2 Signed-off-by: Michał Górny gentoo.org> .../{google-auth-2.17.1.ebuild => google-auth-2.17.1-r1.ebuild} | 2 +- .../{google-auth-2.17.3.ebuild => google-auth-2.17.3-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/google-auth/google-auth-2.17.1.ebuild b/dev-python/google-auth/google-auth-2.17.1-r1.ebuild similarity index 97% rename from dev-python/google-auth/google-auth-2.17.1.ebuild rename to dev-python/google-auth/google-auth-2.17.1-r1.ebuild index 9fd5395120ab..124d2751a7f9 100644 --- a/dev-python/google-auth/google-auth-2.17.1.ebuild +++ b/dev-python/google-auth/google-auth-2.17.1-r1.ebuild @@ -40,7 +40,7 @@ BDEPEND=" dev-python/pyu2f[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/responses[${PYTHON_USEDEP}] - dev-python/urllib3[${PYTHON_USEDEP}] +