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 1DCFD15AD33 for ; Wed, 10 May 2023 20:32:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E135E0B30; Wed, 10 May 2023 20:32:21 +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 1229EE0B21 for ; Wed, 10 May 2023 20:32:21 +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 E5817340B35 for ; Wed, 10 May 2023 20:32:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AAE9A59 for ; Wed, 10 May 2023 20:32:18 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1683750409.8561c70ab5a674f3432e758e1249cebc2bb73e13.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/acme/acme-9999.ebuild X-VCS-Directories: app-crypt/acme/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 8561c70ab5a674f3432e758e1249cebc2bb73e13 X-VCS-Branch: master Date: Wed, 10 May 2023 20:32:18 +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: 060da0cd-d827-4150-8d6b-25ae45ab5ec7 X-Archives-Hash: df4c4382a95cdb223b6c4983c43ce891 commit: 8561c70ab5a674f3432e758e1249cebc2bb73e13 Author: Matthew Thode gentoo org> AuthorDate: Wed May 10 20:26:49 2023 +0000 Commit: Matthew Thode gentoo org> CommitDate: Wed May 10 20:26:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8561c70a app-crypt/acme: update deps for 2.6.0 Signed-off-by: Matthew Thode gentoo.org> app-crypt/acme/acme-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild index 37d481febf30..88e179e64295 100644 --- a/app-crypt/acme/acme-9999.ebuild +++ b/app-crypt/acme/acme-9999.ebuild @@ -47,7 +47,7 @@ BDEPEND=" # to avoid broken 23.1.0. RDEPEND=" dev-python/chardet[${PYTHON_USEDEP}] - >=dev-python/cryptography-2.5.0[${PYTHON_USEDEP}] + >=dev-python/cryptography-3.2.1[${PYTHON_USEDEP}] >=dev-python/josepy-1.13.0[${PYTHON_USEDEP}] >=dev-python/pyopenssl-23.1.1[${PYTHON_USEDEP}] dev-python/pyrfc3339[${PYTHON_USEDEP}]