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 E9F7D158043 for ; Sat, 13 Apr 2024 22:19:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E9E8E2A2F; Sat, 13 Apr 2024 22:19:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 283A3E2A2F for ; Sat, 13 Apr 2024 22:19:45 +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 46FC43433E4 for ; Sat, 13 Apr 2024 22:19:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B147E16DE for ; Sat, 13 Apr 2024 22:19:42 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713035173.ed3b3601a9ea67b728e43f8d8f8445e2a676d2fa.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/glicko2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/glicko2/glicko2-2.0.0-r2.ebuild X-VCS-Directories: dev-python/glicko2/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: ed3b3601a9ea67b728e43f8d8f8445e2a676d2fa X-VCS-Branch: master Date: Sat, 13 Apr 2024 22:19:42 +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: e394e354-f206-4b50-92dc-8eb23a66b87c X-Archives-Hash: d7f4553df7e5de79e92ef47daaf04226 commit: ed3b3601a9ea67b728e43f8d8f8445e2a676d2fa Author: Julien Roy jroy ca> AuthorDate: Sat Apr 13 19:06:13 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Apr 13 19:06:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed3b3601 dev-python/glicko2: enable py3.12 Signed-off-by: Julien Roy jroy.ca> dev-python/glicko2/glicko2-2.0.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/glicko2/glicko2-2.0.0-r2.ebuild b/dev-python/glicko2/glicko2-2.0.0-r2.ebuild index f68e1fac9e..bac2eb982b 100644 --- a/dev-python/glicko2/glicko2-2.0.0-r2.ebuild +++ b/dev-python/glicko2/glicko2-2.0.0-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi 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 79EF9158043 for ; Sat, 13 Apr 2024 21:32:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BC5DE2A20; Sat, 13 Apr 2024 21:32:00 +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 091FAE2A20 for ; Sat, 13 Apr 2024 21:32:00 +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 046C93433BB for ; Sat, 13 Apr 2024 21:31:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4677216D2 for ; Sat, 13 Apr 2024 21:31:57 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713035173.ed3b3601a9ea67b728e43f8d8f8445e2a676d2fa.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glicko2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/glicko2/glicko2-2.0.0-r2.ebuild X-VCS-Directories: dev-python/glicko2/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: ed3b3601a9ea67b728e43f8d8f8445e2a676d2fa X-VCS-Branch: dev Date: Sat, 13 Apr 2024 21:31:57 +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: b422bfe9-c866-41ce-8676-3a84f15cad89 X-Archives-Hash: 11906406bc0522cf4375e8cfe8914339 Message-ID: <20240413213157.vDHtyT7ooY_yJbWEJKSQeZL1Z1R11hw7gjwY8lqi-Hk@z> commit: ed3b3601a9ea67b728e43f8d8f8445e2a676d2fa Author: Julien Roy jroy ca> AuthorDate: Sat Apr 13 19:06:13 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Apr 13 19:06:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed3b3601 dev-python/glicko2: enable py3.12 Signed-off-by: Julien Roy jroy.ca> dev-python/glicko2/glicko2-2.0.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/glicko2/glicko2-2.0.0-r2.ebuild b/dev-python/glicko2/glicko2-2.0.0-r2.ebuild index f68e1fac9e..bac2eb982b 100644 --- a/dev-python/glicko2/glicko2-2.0.0-r2.ebuild +++ b/dev-python/glicko2/glicko2-2.0.0-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi