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 11950158010 for ; Tue, 10 Jan 2023 14:37:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E63AE0867; Tue, 10 Jan 2023 14:37:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 42177E0863 for ; Tue, 10 Jan 2023 14:37:30 +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 88D2C340D4F for ; Tue, 10 Jan 2023 14:37:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6C5882C for ; Tue, 10 Jan 2023 14:37:26 +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: <1673361334.2f4f6c300c98f1655042c21fc6bc1f20a0c279ff.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/duplicity/duplicity-0.8.23-r1.ebuild app-backup/duplicity/duplicity-1.0.0-r1.ebuild app-backup/duplicity/duplicity-1.0.1-r1.ebuild X-VCS-Directories: app-backup/duplicity/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2f4f6c300c98f1655042c21fc6bc1f20a0c279ff X-VCS-Branch: master Date: Tue, 10 Jan 2023 14:37:26 +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: ddae80e6-2cd2-4283-97ce-6264ec19d9b6 X-Archives-Hash: 7600184417e5cee5eb094d3cb0343091 commit: 2f4f6c300c98f1655042c21fc6bc1f20a0c279ff Author: Michał Górny gentoo org> AuthorDate: Tue Jan 10 14:33:57 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jan 10 14:35:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f4f6c30 app-backup/duplicity: Remove Python < 3.10 Signed-off-by: Michał Górny gentoo.org> app-backup/duplicity/duplicity-0.8.23-r1.ebuild | 4 ++-- app-backup/duplicity/duplicity-1.0.0-r1.ebuild | 4 ++-- app-backup/duplicity/duplicity-1.0.1-r1.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-backup/duplicity/duplicity-0.8.23-r1.ebuild b/app-backup/duplicity/duplicity-0.8.23-r1.ebuild index b5662cd277ed..323aa87afafb 100644 --- a/app-backup/duplicity/duplicity-0.8.23-r1.ebuild +++ b/app-backup/duplicity/duplicity-0.8.23-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_8 python3_9 python3_10 ) +PYTHON_COMPAT=( python3_10 ) inherit distutils-r1 diff --git a/app-backup/duplicity/duplicity-1.0.0-r1.ebuild b/app-backup/duplicity/duplicity-1.0.0-r1.ebuild index 5d96b440a67c..eddcc6c02a7a 100644 --- a/app-backup/duplicity/duplicity-1.0.0-r1.ebuild +++ b/app-backup/duplicity/duplicity-1.0.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_8 python3_9 python3_10 python3_11 ) +PYTHON_COMPAT=( python3_10 python3_11 ) inherit distutils-r1 diff --git a/app-backup/duplicity/duplicity-1.0.1-r1.ebuild b/app-backup/duplicity/duplicity-1.0.1-r1.ebuild index 27e868f3d8f9..59350563f536 100644 --- a/app-backup/duplicity/duplicity-1.0.1-r1.ebuild +++ b/app-backup/duplicity/duplicity-1.0.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_8 python3_9 python3_10 python3_11 ) +PYTHON_COMPAT=( python3_10 python3_11 ) inherit distutils-r1