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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E302013835A for ; Tue, 13 Apr 2021 13:21:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1985E0D69; Tue, 13 Apr 2021 13:21:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA10EE0D69 for ; Tue, 13 Apr 2021 13:21:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9925335D7B for ; Tue, 13 Apr 2021 13:21:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1320B646 for ; Tue, 13 Apr 2021 13:21:44 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1618320099.f7899300c20a2b95d96d4e9b98706b541760dcb3.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ntfy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/ntfy/ntfy-2.7.0.ebuild X-VCS-Directories: app-misc/ntfy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: f7899300c20a2b95d96d4e9b98706b541760dcb3 X-VCS-Branch: dev Date: Tue, 13 Apr 2021 13:21:44 +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: 4c98344a-984d-4b1e-998d-3e37f81e3817 X-Archives-Hash: 1ac1a3f18707dec27b1d1117d4cee72a commit: f7899300c20a2b95d96d4e9b98706b541760dcb3 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Apr 13 13:21:39 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Apr 13 13:21:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7899300 app-misc/ntfy: bump python compat Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> app-misc/ntfy/ntfy-2.7.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/ntfy/ntfy-2.7.0.ebuild b/app-misc/ntfy/ntfy-2.7.0.ebuild index c75c04ad4..e8816e6d8 100644 --- a/app-misc/ntfy/ntfy-2.7.0.ebuild +++ b/app-misc/ntfy/ntfy-2.7.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8B75A1382C5 for ; Tue, 13 Apr 2021 13:22:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91A2AE0D59; Tue, 13 Apr 2021 13:22:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78DBEE0D59 for ; Tue, 13 Apr 2021 13:22:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F733340DAE for ; Tue, 13 Apr 2021 13:22:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 176D2733 for ; Tue, 13 Apr 2021 13:22:10 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1618320099.f7899300c20a2b95d96d4e9b98706b541760dcb3.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/ntfy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/ntfy/ntfy-2.7.0.ebuild X-VCS-Directories: app-misc/ntfy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: f7899300c20a2b95d96d4e9b98706b541760dcb3 X-VCS-Branch: master Date: Tue, 13 Apr 2021 13:22:10 +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: a3fd2458-5218-4fc8-9c9a-f94c0ae67bad X-Archives-Hash: 514cc26890b3eb283b30965f96db5ed0 Message-ID: <20210413132210.xH_87FTMvYJtZSsMNU0qQZo1w8rrBQR-i-3XV5pQx1c@z> commit: f7899300c20a2b95d96d4e9b98706b541760dcb3 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Apr 13 13:21:39 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Apr 13 13:21:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7899300 app-misc/ntfy: bump python compat Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> app-misc/ntfy/ntfy-2.7.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/ntfy/ntfy-2.7.0.ebuild b/app-misc/ntfy/ntfy-2.7.0.ebuild index c75c04ad4..e8816e6d8 100644 --- a/app-misc/ntfy/ntfy-2.7.0.ebuild +++ b/app-misc/ntfy/ntfy-2.7.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1