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 242E5158030 for ; Sun, 26 Feb 2023 10:20:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62B4CE07FE; Sun, 26 Feb 2023 10:20:34 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A80DE07FE for ; Sun, 26 Feb 2023 10:20:34 +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 454E8340D96 for ; Sun, 26 Feb 2023 10:20:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D03B97D8 for ; Sun, 26 Feb 2023 10:20:30 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1677406603.d94975d0c21436f518912c01635b9f139d02d897.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyRSS2Gen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild X-VCS-Directories: dev-python/PyRSS2Gen/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d94975d0c21436f518912c01635b9f139d02d897 X-VCS-Branch: master Date: Sun, 26 Feb 2023 10:20:30 +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: b08607b2-ec40-4df9-b3ca-bcab6d3cc8dd X-Archives-Hash: fc09fafdfb085a80f9b1a1357fce50c3 commit: d94975d0c21436f518912c01635b9f139d02d897 Author: Ulrich Müller gentoo org> AuthorDate: Sun Feb 26 10:16:06 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Feb 26 10:16:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94975d0 dev-python/PyRSS2Gen: Update for Python 3.11 Tested with www-apps/nikola-8.2.3-r1. Closes: https://bugs.gentoo.org/896742 Signed-off-by: Ulrich Müller gentoo.org> dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild index 4eb058365914..e3959e15dcab 100644 --- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild +++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9,10,11} ) inherit distutils-r1