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 1F51D1382C5 for ; Sun, 30 May 2021 19:34:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51A49E081A; Sun, 30 May 2021 19:34:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36BEEE081A for ; Sun, 30 May 2021 19:34:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAD86335DC6 for ; Sun, 30 May 2021 19:34:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29B1073A for ; Sun, 30 May 2021 19:34:16 +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: <1622403253.31de90a62b5df44b60c9cbc17b82efd88b0cf8b5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lz4/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lz4/lz4-3.1.3.ebuild X-VCS-Directories: dev-python/lz4/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 31de90a62b5df44b60c9cbc17b82efd88b0cf8b5 X-VCS-Branch: master Date: Sun, 30 May 2021 19:34:16 +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: 1f659cdd-b46c-4065-8f5b-b71a1bcd92f3 X-Archives-Hash: b19d1070f7f3c04aa747519ae5c1c619 commit: 31de90a62b5df44b60c9cbc17b82efd88b0cf8b5 Author: Michał Górny gentoo org> AuthorDate: Sun May 30 19:33:30 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 30 19:34:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31de90a6 dev-python/lz4: Revert "Bump to python 3.10" I'm getting a test failure with py3.10. Reverts: d65d7987747eadc358a0f4f28d0163372237448c Signed-off-by: Michał Górny gentoo.org> dev-python/lz4/lz4-3.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/lz4/lz4-3.1.3.ebuild b/dev-python/lz4/lz4-3.1.3.ebuild index b06ea54b787..d0b08c54db0 100644 --- a/dev-python/lz4/lz4-3.1.3.ebuild +++ b/dev-python/lz4/lz4-3.1.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1