From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1520963-garchives=archives.gentoo.org@lists.gentoo.org> 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 D3E6F15806E for <garchives@archives.gentoo.org>; Tue, 23 May 2023 21:03:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19627E0823; Tue, 23 May 2023 21:03:46 +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 F1F61E0823 for <gentoo-commits@lists.gentoo.org>; Tue, 23 May 2023 21:03: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 37A97340CC3 for <gentoo-commits@lists.gentoo.org>; Tue, 23 May 2023 21:03:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A26D18E4 for <gentoo-commits@lists.gentoo.org>; Tue, 23 May 2023 21:03:43 +0000 (UTC) From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" <davidroman96@gmail.com> Message-ID: <1684875820.a08902ba4a9ade15cfe75ede9b5599ebb18ab420.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/guidata/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/guidata/Manifest dev-python/guidata/guidata-2.3.0.ebuild dev-python/guidata/guidata-2.3.1.ebuild X-VCS-Directories: dev-python/guidata/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: a08902ba4a9ade15cfe75ede9b5599ebb18ab420 X-VCS-Branch: dev Date: Tue, 23 May 2023 21:03:43 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 96bda08a-6897-49ea-92b6-d78e6c633488 X-Archives-Hash: 1a1a4677ee5fba593bccec1d0f3bfa3f commit: a08902ba4a9ade15cfe75ede9b5599ebb18ab420 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Tue May 23 21:03:40 2023 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Tue May 23 21:03:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a08902ba dev-python/guidata: add 2.3.1, drop 2.3.0 Closes: https://bugs.gentoo.org/897452 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> dev-python/guidata/Manifest | 2 +- dev-python/guidata/{guidata-2.3.0.ebuild => guidata-2.3.1.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/guidata/Manifest b/dev-python/guidata/Manifest index 226ef09b7..a800ab419 100644 --- a/dev-python/guidata/Manifest +++ b/dev-python/guidata/Manifest @@ -1 +1 @@ -DIST guidata-2.3.0.tar.gz 520106 BLAKE2B 6f2997082bef75e6fe73b5ab757984ad8209ca4dc51a3e675ffb9d3670806659f59429d67ddf661e4efd741103be56301e503842512d5642593c2087721c2791 SHA512 f9d11d79f1adba0100d94c6a6db3301201eef890e1ab18523ffbab2d5cce98b7fbe858d87cb8193b152b9b9ef9e55773989a030ed1e349647d0b0a7edb3f034e +DIST guidata-2.3.1.tar.gz 504812 BLAKE2B 4b2e5e07ee76bbeb95a9a55a4cde1d409d2438fe5273a0f154d34e8beb9934f810b29a33ef508009e38c589d57402aef55d346b93856fc744e7a8236748f5e86 SHA512 7488ca8c761394dfd9d58a8ac3c96dc963adab6df278823fb1a7d9132febc16e275908034ef48381d696668add43f62438fab1ba22f70f5e08f33b14a81082c5 diff --git a/dev-python/guidata/guidata-2.3.0.ebuild b/dev-python/guidata/guidata-2.3.1.ebuild similarity index 86% rename from dev-python/guidata/guidata-2.3.0.ebuild rename to dev-python/guidata/guidata-2.3.1.ebuild index 31d313ad3..28ebdc039 100644 --- a/dev-python/guidata/guidata-2.3.0.ebuild +++ b/dev-python/guidata/guidata-2.3.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_11 ) inherit distutils-r1 pypi