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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C5449138359 for ; Fri, 24 Jul 2020 16:44:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5D67E0815; Fri, 24 Jul 2020 16:44:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB520E0815 for ; Fri, 24 Jul 2020 16:44:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A2E534F22A for ; Fri, 24 Jul 2020 16:44:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A017A2B3 for ; Fri, 24 Jul 2020 16:43:59 +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: <1595609000.d4e4792527ec62f064c94e1c98852412b7e932bc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/numpy/numpy-1.19.1.ebuild X-VCS-Directories: dev-python/numpy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d4e4792527ec62f064c94e1c98852412b7e932bc X-VCS-Branch: master Date: Fri, 24 Jul 2020 16:43:59 +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: 57b015ba-9c36-4e19-b236-3a46fcdf39a8 X-Archives-Hash: 18a6f982bc16e95b0251c944464685e1 commit: d4e4792527ec62f064c94e1c98852412b7e932bc Author: Jan Ziak <0xe2.0x9a.0x9b gmail com> AuthorDate: Fri Jul 24 15:12:40 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 24 16:43:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4e47925 dev-python/numpy: Bump cython requirement to 0.29.21 Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16799 Signed-off-by: Michał Górny gentoo.org> dev-python/numpy/numpy-1.19.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/numpy/numpy-1.19.1.ebuild b/dev-python/numpy/numpy-1.19.1.ebuild index eb27fd1bee0..e70cf23d73a 100644 --- a/dev-python/numpy/numpy-1.19.1.ebuild +++ b/dev-python/numpy/numpy-1.19.1.ebuild @@ -36,7 +36,7 @@ RDEPEND=" BDEPEND=" ${RDEPEND} app-arch/unzip - >=dev-python/cython-0.29.15[${PYTHON_USEDEP}] + >=dev-python/cython-0.29.21[${PYTHON_USEDEP}] lapack? ( virtual/pkgconfig ) test? ( >=dev-python/hypothesis-5.8.0[${PYTHON_USEDEP}]