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 EFB10158041 for ; Tue, 19 Mar 2024 07:20:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B23CCE29C2; Tue, 19 Mar 2024 07:20:12 +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 8FDD9E29C2 for ; Tue, 19 Mar 2024 07:20:12 +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 E0A2A340940 for ; Tue, 19 Mar 2024 07:20:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84D931578 for ; Tue, 19 Mar 2024 07:20:06 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1710832801.cb0719741dea411046578fcbee0fff302036ba68.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pandas/pandas-2.1.4.ebuild dev-python/pandas/pandas-2.2.0-r1.ebuild dev-python/pandas/pandas-2.2.0.ebuild dev-python/pandas/pandas-2.2.1-r1.ebuild dev-python/pandas/pandas-2.2.1.ebuild X-VCS-Directories: dev-python/pandas/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cb0719741dea411046578fcbee0fff302036ba68 X-VCS-Branch: master Date: Tue, 19 Mar 2024 07:20:06 +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: cd415bbb-a5c0-4bdc-b15e-52a8cc30dda7 X-Archives-Hash: 800e76d95fe475e0bc0918d19c220d21 commit: cb0719741dea411046578fcbee0fff302036ba68 Author: Michał Górny gentoo org> AuthorDate: Tue Mar 19 07:02:12 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 19 07:20:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb071974 dev-python/pandas: Require gentoo.org> dev-python/pandas/pandas-2.1.4.ebuild | 1 + dev-python/pandas/pandas-2.2.0-r1.ebuild | 1 + dev-python/pandas/pandas-2.2.0.ebuild | 1 + dev-python/pandas/{pandas-2.2.1.ebuild => pandas-2.2.1-r1.ebuild} | 1 + 4 files changed, 4 insertions(+) diff --git a/dev-python/pandas/pandas-2.1.4.ebuild b/dev-python/pandas/pandas-2.1.4.ebuild index 97337ed3ef68..bccbf8a01d0f 100644 --- a/dev-python/pandas/pandas-2.1.4.ebuild +++ b/dev-python/pandas/pandas-2.1.4.ebuild @@ -64,6 +64,7 @@ OPTIONAL_DEPEND=" ) " DEPEND=" + =dev-python/numpy-1.23.2[${PYTHON_USEDEP}] " COMMON_DEPEND=" diff --git a/dev-python/pandas/pandas-2.2.0-r1.ebuild b/dev-python/pandas/pandas-2.2.0-r1.ebuild index cfe7a5d1adec..4133db74200c 100644 --- a/dev-python/pandas/pandas-2.2.0-r1.ebuild +++ b/dev-python/pandas/pandas-2.2.0-r1.ebuild @@ -62,6 +62,7 @@ OPTIONAL_DEPEND=" ) " DEPEND=" + =dev-python/numpy-1.23.2[${PYTHON_USEDEP}] " COMMON_DEPEND=" diff --git a/dev-python/pandas/pandas-2.2.0.ebuild b/dev-python/pandas/pandas-2.2.0.ebuild index fbdf259abfca..d0290fc5d5d7 100644 --- a/dev-python/pandas/pandas-2.2.0.ebuild +++ b/dev-python/pandas/pandas-2.2.0.ebuild @@ -62,6 +62,7 @@ OPTIONAL_DEPEND=" ) " DEPEND=" + =dev-python/numpy-1.23.2[${PYTHON_USEDEP}] " COMMON_DEPEND=" diff --git a/dev-python/pandas/pandas-2.2.1.ebuild b/dev-python/pandas/pandas-2.2.1-r1.ebuild similarity index 99% rename from dev-python/pandas/pandas-2.2.1.ebuild rename to dev-python/pandas/pandas-2.2.1-r1.ebuild index 0f382e72b7f6..360e1d07a141 100644 --- a/dev-python/pandas/pandas-2.2.1.ebuild +++ b/dev-python/pandas/pandas-2.2.1-r1.ebuild @@ -62,6 +62,7 @@ OPTIONAL_DEPEND=" ) " DEPEND=" + =dev-python/numpy-1.23.2[${PYTHON_USEDEP}] " COMMON_DEPEND="