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 24B0A158041 for ; Thu, 14 Mar 2024 03:44:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BDCEE29B8; Thu, 14 Mar 2024 03:44:00 +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 4CA6EE29B8 for ; Thu, 14 Mar 2024 03:44: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 676F033BEA5 for ; Thu, 14 Mar 2024 03:43:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFE4DFC2 for ; Thu, 14 Mar 2024 03:43:57 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1710387788.4519924d26b52ea14144e30dc58e0f84345a483c.sam@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.2.0-r1.ebuild dev-python/pandas/pandas-2.2.0.ebuild dev-python/pandas/pandas-2.2.1.ebuild X-VCS-Directories: dev-python/pandas/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4519924d26b52ea14144e30dc58e0f84345a483c X-VCS-Branch: master Date: Thu, 14 Mar 2024 03:43: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: bce7112c-8398-4895-a1a8-8a6d6b9ba1ef X-Archives-Hash: 4642a000ff544c2e9edbd1f741103720 commit: 4519924d26b52ea14144e30dc58e0f84345a483c Author: Eli Schwartz gmail com> AuthorDate: Thu Mar 14 03:29:04 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 14 03:43:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4519924d dev-python/pandas: upgrade lower bounds on cython bdep It needs cython 3 now, cython 0.29 simply will not do. Aside for being "more proper", this change ensures that when upgrading both pandas and cython at the same time, cython is ordered first. Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> dev-python/pandas/pandas-2.2.0-r1.ebuild | 2 +- dev-python/pandas/pandas-2.2.0.ebuild | 2 +- dev-python/pandas/pandas-2.2.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pandas/pandas-2.2.0-r1.ebuild b/dev-python/pandas/pandas-2.2.0-r1.ebuild index d31ab6a933f1..cfe7a5d1adec 100644 --- a/dev-python/pandas/pandas-2.2.0-r1.ebuild +++ b/dev-python/pandas/pandas-2.2.0-r1.ebuild @@ -72,7 +72,7 @@ COMMON_DEPEND=" BDEPEND=" ${COMMON_DEPEND} >=dev-build/meson-1.2.1 - >=dev-python/cython-0.29.33[${PYTHON_USEDEP}] + >=dev-python/cython-3.0.5[${PYTHON_USEDEP}] >=dev-python/versioneer-0.28[${PYTHON_USEDEP}] test? ( ${VIRTUALX_DEPEND} diff --git a/dev-python/pandas/pandas-2.2.0.ebuild b/dev-python/pandas/pandas-2.2.0.ebuild index b8d28f4e1670..fbdf259abfca 100644 --- a/dev-python/pandas/pandas-2.2.0.ebuild +++ b/dev-python/pandas/pandas-2.2.0.ebuild @@ -72,7 +72,7 @@ COMMON_DEPEND=" BDEPEND=" ${COMMON_DEPEND} >=dev-build/meson-1.2.1 - >=dev-python/cython-0.29.33[${PYTHON_USEDEP}] + >=dev-python/cython-3.0.5[${PYTHON_USEDEP}] >=dev-python/versioneer-0.28[${PYTHON_USEDEP}] test? ( ${VIRTUALX_DEPEND} diff --git a/dev-python/pandas/pandas-2.2.1.ebuild b/dev-python/pandas/pandas-2.2.1.ebuild index b98c3bb05a56..7e0b3eb1a824 100644 --- a/dev-python/pandas/pandas-2.2.1.ebuild +++ b/dev-python/pandas/pandas-2.2.1.ebuild @@ -72,7 +72,7 @@ COMMON_DEPEND=" BDEPEND=" ${COMMON_DEPEND} >=dev-build/meson-1.2.1 - >=dev-python/cython-0.29.33[${PYTHON_USEDEP}] + >=dev-python/cython-3.0.5[${PYTHON_USEDEP}] >=dev-python/versioneer-0.28[${PYTHON_USEDEP}] test? ( ${VIRTUALX_DEPEND}