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 AE95A158064 for ; Sat, 11 May 2024 11:35:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C5B6E29F6; Sat, 11 May 2024 11:35:22 +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 1AD8BE29F6 for ; Sat, 11 May 2024 11:35:22 +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 10491343073 for ; Sat, 11 May 2024 11:35:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 673841A8D for ; Sat, 11 May 2024 11:35:19 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1715427208.cd195dc920792f8a086358dacb963d65133f112f.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/adblock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/adblock/adblock-0.6.0.ebuild X-VCS-Directories: dev-python/adblock/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: cd195dc920792f8a086358dacb963d65133f112f X-VCS-Branch: master Date: Sat, 11 May 2024 11:35:19 +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: 4ca2a4c1-57a6-4204-bc2b-94a82362f2b6 X-Archives-Hash: 9f4bde93578f5c9d51250f87ece00ba6 commit: cd195dc920792f8a086358dacb963d65133f112f Author: Ionen Wolkens gentoo org> AuthorDate: Sat May 11 11:31:26 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat May 11 11:33:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd195dc9 dev-python/adblock: enable py3.13 Signed-off-by: Ionen Wolkens gentoo.org> dev-python/adblock/adblock-0.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/adblock/adblock-0.6.0.ebuild b/dev-python/adblock/adblock-0.6.0.ebuild index 720f90e60bfc..bbb494479d4f 100644 --- a/dev-python/adblock/adblock-0.6.0.ebuild +++ b/dev-python/adblock/adblock-0.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -71,7 +71,7 @@ CRATES=" " DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=maturin -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cargo distutils-r1 DESCRIPTION="Python wrapper for Brave's adblocking library, which is written in Rust"