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 0F61615808B for ; Thu, 24 Mar 2022 22:22:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43A6CE07EF; Thu, 24 Mar 2022 22:21:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 21DB4E07EF for ; Thu, 24 Mar 2022 22:21:59 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB376342F3F for ; Thu, 24 Mar 2022 22:21:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 291B11BD for ; Thu, 24 Mar 2022 22:21:56 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1648160485.827fc52e085fbfca5eb0bee8c55648c30c876c99.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libpsl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libpsl/libpsl-0.21.0.ebuild net-libs/libpsl/libpsl-0.21.1.ebuild X-VCS-Directories: net-libs/libpsl/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 827fc52e085fbfca5eb0bee8c55648c30c876c99 X-VCS-Branch: master Date: Thu, 24 Mar 2022 22:21:56 +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: eeae6c79-c192-4a1a-b875-d806a0706881 X-Archives-Hash: a89be9d22e6a7188e7c73f0224f6a7a6 commit: 827fc52e085fbfca5eb0bee8c55648c30c876c99 Author: Thomas Bettler gmail com> AuthorDate: Thu Dec 16 19:33:50 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Mar 24 22:21:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=827fc52e net-libs/libpsl: add python 3.10 Closes: https://bugs.gentoo.org/829372 Closes: https://github.com/gentoo/gentoo/pull/23344 Signed-off-by: Thomas Bettler gmail.com> Signed-off-by: Lars Wendler gentoo.org> net-libs/libpsl/libpsl-0.21.0.ebuild | 2 +- net-libs/libpsl/libpsl-0.21.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libpsl/libpsl-0.21.0.ebuild b/net-libs/libpsl/libpsl-0.21.0.ebuild index 33ab42070c4a..9f62b4a5210b 100644 --- a/net-libs/libpsl/libpsl-0.21.0.ebuild +++ b/net-libs/libpsl/libpsl-0.21.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit multilib-minimal python-any-r1 DESCRIPTION="C library for the Public Suffix List" diff --git a/net-libs/libpsl/libpsl-0.21.1.ebuild b/net-libs/libpsl/libpsl-0.21.1.ebuild index 3af43132fb4f..a64f5cc0f2d7 100644 --- a/net-libs/libpsl/libpsl-0.21.1.ebuild +++ b/net-libs/libpsl/libpsl-0.21.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit multilib-minimal python-any-r1 DESCRIPTION="C library for the Public Suffix List"