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 BF72E158090 for ; Mon, 7 Feb 2022 11:12:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1A392BC00C; Mon, 7 Feb 2022 11:12:42 +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 C4BFD2BC00C for ; Mon, 7 Feb 2022 11:12:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CE278342F36 for ; Mon, 7 Feb 2022 11:12:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A7742CE for ; Mon, 7 Feb 2022 11:12:40 +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: <1644232347.822fe952d6a3e1521eec3148c212b07fc44cb346.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-20.0.3.ebuild dev-python/bareos/bareos-21.0.0.ebuild X-VCS-Directories: dev-python/bareos/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 822fe952d6a3e1521eec3148c212b07fc44cb346 X-VCS-Branch: master Date: Mon, 7 Feb 2022 11:12:40 +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: c5a31ec0-e932-46ed-8020-f03834068f51 X-Archives-Hash: 954acdec8beae68be2a10f94a7b7dee7 commit: 822fe952d6a3e1521eec3148c212b07fc44cb346 Author: Marc Schiffbauer gentoo org> AuthorDate: Mon Feb 7 11:11:56 2022 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Mon Feb 7 11:12:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822fe952 dev-python/bareos: bump min python version Signed-off-by: Marc Schiffbauer gentoo.org> dev-python/bareos/bareos-20.0.3.ebuild | 2 +- dev-python/bareos/bareos-21.0.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/bareos/bareos-20.0.3.ebuild b/dev-python/bareos/bareos-20.0.3.ebuild index 0fb3ad52ee5a..8c10886711d7 100644 --- a/dev-python/bareos/bareos-20.0.3.ebuild +++ b/dev-python/bareos/bareos-20.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="python bindings for bareos network backup suite" diff --git a/dev-python/bareos/bareos-21.0.0.ebuild b/dev-python/bareos/bareos-21.0.0.ebuild index 387340ff98aa..c823e3bf2130 100644 --- a/dev-python/bareos/bareos-21.0.0.ebuild +++ b/dev-python/bareos/bareos-21.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="python bindings for bareos network backup suite"