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 0C6241581D3 for ; Fri, 31 May 2024 10:19:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28703E29EC; Fri, 31 May 2024 10:19:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D48A4E29EC for ; Fri, 31 May 2024 10:19:14 +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 77C9E33BF28 for ; Fri, 31 May 2024 10:19:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AED4B148D for ; Fri, 31 May 2024 10:19:11 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1717150743.6ba40c10fcc3b4bb26e253a9797ee904ec661c46.ultrabug@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/py3status/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/py3status/Manifest x11-misc/py3status/py3status-3.57.ebuild x11-misc/py3status/py3status-3.58.ebuild X-VCS-Directories: x11-misc/py3status/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: 6ba40c10fcc3b4bb26e253a9797ee904ec661c46 X-VCS-Branch: master Date: Fri, 31 May 2024 10:19:11 +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: 63ef9b70-0328-4155-b9e4-bd115c52cad5 X-Archives-Hash: 9e598ca0b44854c60adda76e8ed4289f commit: 6ba40c10fcc3b4bb26e253a9797ee904ec661c46 Author: Alexys Jacob gentoo org> AuthorDate: Fri May 31 10:19:03 2024 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Fri May 31 10:19:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba40c10 x11-misc/py3status: add 3.58, drop 3.57 Signed-off-by: Alexys Jacob gentoo.org> x11-misc/py3status/Manifest | 2 +- x11-misc/py3status/{py3status-3.57.ebuild => py3status-3.58.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/py3status/Manifest b/x11-misc/py3status/Manifest index 7db61c553a9d..cfbbc1543857 100644 --- a/x11-misc/py3status/Manifest +++ b/x11-misc/py3status/Manifest @@ -1 +1 @@ -DIST py3status-3.57.tar.gz 450564 BLAKE2B 136e8737ebf2fb0bfba91e767ba557656a0a09b57ae62da9a3196eb511016dae9967bdddfdbb24d1b6e17e6601fa091e7f5c7e8d73a091a9d6e05fea702479c3 SHA512 e91f78c3b081f4e98a91bc82d81088dfef0da7fe00ca3b1c90c5054aeda9f64e79c8c09e886e13ad514297cb0fc5cdf327e1b11f99f59f33a8a44ffb7ff469e0 +DIST py3status-3.58.tar.gz 451043 BLAKE2B 77ffbb1301d6ed434feea572b0bc806f96bc94e6c015f3bca4ea2503fc718b3629d13b1437fea4d1544b6f0920159b1a68a7acbc578e0577e2125f749bf749cd SHA512 c527dfc5028bfdd3760d1f081a8d3964e9c9cea9af8998bdb01f2b7150cbb9247cc5b32db165a0515abed788745433d0cdef99e683d3ec49122b3f2358738506 diff --git a/x11-misc/py3status/py3status-3.57.ebuild b/x11-misc/py3status/py3status-3.58.ebuild similarity index 94% rename from x11-misc/py3status/py3status-3.57.ebuild rename to x11-misc/py3status/py3status-3.58.ebuild index 306470adcb04..0a40790c0771 100644 --- a/x11-misc/py3status/py3status-3.57.ebuild +++ b/x11-misc/py3status/py3status-3.58.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_9,3_10,3_11} ) +PYTHON_COMPAT=( python{3_9,3_10,3_11,3_12} ) DISTUTILS_USE_PEP517=hatchling SRC_URI="https://github.com/ultrabug/py3status/archive/${PV}.tar.gz -> ${P}.tar.gz"