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 CDCDB1581C1 for ; Wed, 10 Jul 2024 06:37:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CF98E2B23; Wed, 10 Jul 2024 06:36:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A369E2B23 for ; Wed, 10 Jul 2024 06:36:33 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4973434106C for ; Wed, 10 Jul 2024 06:36:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D47561E0B for ; Wed, 10 Jul 2024 06:36:30 +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: <1720593347.f3a1f3a49b790909984d8afbfa9e1f4cfb119b2c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/zziplib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/zziplib/zziplib-0.13.77.ebuild X-VCS-Directories: dev-libs/zziplib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f3a1f3a49b790909984d8afbfa9e1f4cfb119b2c X-VCS-Branch: master Date: Wed, 10 Jul 2024 06:36:30 +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: 4c074ef0-dc2b-49b8-a313-2e2054ff48b9 X-Archives-Hash: 6429b2d4361b5c0ffadafa33c6df032c commit: f3a1f3a49b790909984d8afbfa9e1f4cfb119b2c Author: Sam James gentoo org> AuthorDate: Wed Jul 10 06:35:47 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 10 06:35:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a1f3a4 dev-libs/zziplib: enable py3.13 Signed-off-by: Sam James gentoo.org> dev-libs/zziplib/zziplib-0.13.77.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/zziplib/zziplib-0.13.77.ebuild b/dev-libs/zziplib/zziplib-0.13.77.ebuild index cef1f31dd237..ad5170c0585a 100644 --- a/dev-libs/zziplib/zziplib-0.13.77.ebuild +++ b/dev-libs/zziplib/zziplib-0.13.77.ebuild @@ -3,8 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) -# Needed for docs, bug #835755 +PYTHON_COMPAT=( python3_{10..13} ) +# Needed for docs, bug #8357553 PYTHON_REQ_USE="xml(+)" inherit cmake flag-o-matic python-any-r1