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 673F9158086 for ; Sat, 20 Nov 2021 07:44:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 674C1E07D7; Sat, 20 Nov 2021 07:44:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E21EE07D7 for ; Sat, 20 Nov 2021 07:44:30 +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 C96663430F4 for ; Sat, 20 Nov 2021 07:44:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2ADB71BD for ; Sat, 20 Nov 2021 07:44:27 +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: <1637394259.c7501a1096a712db846458590561931aea97a94d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytables/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytables/pytables-3.6.1-r1.ebuild dev-python/pytables/pytables-3.6.1-r2.ebuild X-VCS-Directories: dev-python/pytables/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c7501a1096a712db846458590561931aea97a94d X-VCS-Branch: master Date: Sat, 20 Nov 2021 07:44:27 +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: 0eca66be-c843-4605-8967-0504c5f9d3ee X-Archives-Hash: 89b00e9eeff4e5ce41013fd42cb816e1 commit: c7501a1096a712db846458590561931aea97a94d Author: Sam James gentoo org> AuthorDate: Sat Nov 20 07:44:08 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 20 07:44:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7501a10 dev-python/pytables: fix HDF5 upper bound Bug: https://bugs.gentoo.org/805995 Signed-off-by: Sam James gentoo.org> .../pytables/{pytables-3.6.1-r1.ebuild => pytables-3.6.1-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytables/pytables-3.6.1-r1.ebuild b/dev-python/pytables/pytables-3.6.1-r2.ebuild similarity index 98% rename from dev-python/pytables/pytables-3.6.1-r1.ebuild rename to dev-python/pytables/pytables-3.6.1-r2.ebuild index f836ec63658f..39b290e8a448 100644 --- a/dev-python/pytables/pytables-3.6.1-r1.ebuild +++ b/dev-python/pytables/pytables-3.6.1-r2.ebuild @@ -30,7 +30,7 @@ DEPEND=" >=dev-libs/c-blosc-1.11.1:0= dev-libs/lzo:2= >=dev-python/numpy-1.8.1[${PYTHON_USEDEP}] - =dev-python/numexpr-2.5.2[${PYTHON_USEDEP}]