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 4C33915808B for ; Tue, 10 Sep 2024 09:46:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C1532BC014; Tue, 10 Sep 2024 09:46: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6215BE2A0E for ; Tue, 10 Sep 2024 09:46: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8025334072E for ; Tue, 10 Sep 2024 09:46:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A47F51F46 for ; Tue, 10 Sep 2024 09:46:18 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1725961550.bc3995593b5c9e40e0edc3f738e232f13534cef5.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bareos/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/bareos/bareos-22.1.6.ebuild dev-python/bareos/bareos-23.0.4.ebuild X-VCS-Directories: dev-python/bareos/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: bc3995593b5c9e40e0edc3f738e232f13534cef5 X-VCS-Branch: master Date: Tue, 10 Sep 2024 09:46: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: 43e8830f-3c92-409f-acd4-f63c2c568863 X-Archives-Hash: e29fa3fac486f5b5166c8635f49442a6 commit: bc3995593b5c9e40e0edc3f738e232f13534cef5 Author: Marc Schiffbauer gentoo org> AuthorDate: Tue Sep 10 09:39:12 2024 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Tue Sep 10 09:45:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc399559 dev-python/bareos: enable py3.13 Signed-off-by: Marc Schiffbauer gentoo.org> dev-python/bareos/bareos-22.1.6.ebuild | 2 +- dev-python/bareos/bareos-23.0.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/bareos/bareos-22.1.6.ebuild b/dev-python/bareos/bareos-22.1.6.ebuild index 59d31548b8d2..41dd5692bc06 100644 --- a/dev-python/bareos/bareos-22.1.6.ebuild +++ b/dev-python/bareos/bareos-22.1.6.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 diff --git a/dev-python/bareos/bareos-23.0.4.ebuild b/dev-python/bareos/bareos-23.0.4.ebuild index 59d31548b8d2..41dd5692bc06 100644 --- a/dev-python/bareos/bareos-23.0.4.ebuild +++ b/dev-python/bareos/bareos-23.0.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1