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 7DAB715800A for ; Fri, 25 Aug 2023 16:39:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C233E2BC013; Fri, 25 Aug 2023 16:39:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 AF00D2BC013 for ; Fri, 25 Aug 2023 16:39:33 +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 9E344335C87 for ; Fri, 25 Aug 2023 16:39:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1601B1064 for ; Fri, 25 Aug 2023 16:39:31 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1692981481.44357ce8ba70fb25c4456f78b139502535620096.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pefile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pefile/pefile-2023.2.7.ebuild dev-python/pefile/pefile-9999.ebuild X-VCS-Directories: dev-python/pefile/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 44357ce8ba70fb25c4456f78b139502535620096 X-VCS-Branch: master Date: Fri, 25 Aug 2023 16:39:31 +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: 410441c1-7040-4cb8-b027-1d417e08f5e8 X-Archives-Hash: 5266bb090f5d97533c0fe9b149bc1799 commit: 44357ce8ba70fb25c4456f78b139502535620096 Author: Violet Purcell inventati org> AuthorDate: Sun Aug 20 01:56:23 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Aug 25 16:38:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44357ce8 dev-python/pefile: enable py3.12 Signed-off-by: Violet Purcell inventati.org> Closes: https://github.com/gentoo/gentoo/pull/32383 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/pefile/pefile-2023.2.7.ebuild | 2 +- dev-python/pefile/pefile-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pefile/pefile-2023.2.7.ebuild b/dev-python/pefile/pefile-2023.2.7.ebuild index 4f5dec1879c6..f5d874dbf1c3 100644 --- a/dev-python/pefile/pefile-2023.2.7.ebuild +++ b/dev-python/pefile/pefile-2023.2.7.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit distutils-r1 DESCRIPTION="Module to read and work with Portable Executable (PE) files" diff --git a/dev-python/pefile/pefile-9999.ebuild b/dev-python/pefile/pefile-9999.ebuild index 1b9514683746..2db18f150275 100644 --- a/dev-python/pefile/pefile-9999.ebuild +++ b/dev-python/pefile/pefile-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit distutils-r1 DESCRIPTION="Module to read and work with Portable Executable (PE) files"