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 2E114158064 for ; Sat, 11 May 2024 06:54:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA401E29E0; Sat, 11 May 2024 06:54:38 +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 8D8E8E29E0 for ; Sat, 11 May 2024 06:54:38 +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 86783343051 for ; Sat, 11 May 2024 06:54:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2F791A8D for ; Sat, 11 May 2024 06:54:35 +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: <1715410469.4b250ad7d5e41915ade9c4ab9d509565db7439d6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cryptography/cryptography-42.0.7.ebuild X-VCS-Directories: dev-python/cryptography/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4b250ad7d5e41915ade9c4ab9d509565db7439d6 X-VCS-Branch: master Date: Sat, 11 May 2024 06:54:35 +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: 1c490f15-3e92-4128-adbb-78302df26084 X-Archives-Hash: 9876a7b0973a37c8d2d5a4e46dc149e7 commit: 4b250ad7d5e41915ade9c4ab9d509565db7439d6 Author: Michał Górny gentoo org> AuthorDate: Sat May 11 06:52:57 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 11 06:54:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b250ad7 dev-python/cryptography: Enable py3.13 Signed-off-by: Michał Górny gentoo.org> dev-python/cryptography/cryptography-42.0.7.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/cryptography/cryptography-42.0.7.ebuild b/dev-python/cryptography/cryptography-42.0.7.ebuild index 9165461ad13c..11f871a1c23c 100644 --- a/dev-python/cryptography/cryptography-42.0.7.ebuild +++ b/dev-python/cryptography/cryptography-42.0.7.ebuild @@ -6,7 +6,7 @@ EAPI=8 CARGO_OPTIONAL=yes DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) PYTHON_REQ_USE="threads(+)" CRATES=" @@ -136,6 +136,8 @@ src_prepare() { python_configure_all() { filter-lto # bug #903908 + + export UNSAFE_PYO3_SKIP_VERSION_CHECK=1 } python_test() {