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 7A55D15800A for ; Fri, 1 Sep 2023 04:38:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4E612BC01C; Fri, 1 Sep 2023 04:38:52 +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 9C77B2BC01C for ; Fri, 1 Sep 2023 04:38:52 +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 CA70C33BF0F for ; Fri, 1 Sep 2023 04:38:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2290810F7 for ; Fri, 1 Sep 2023 04:38:50 +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: <1693543067.f5669ae78e1a1c180d22a5c23772bc8e0acdaa30.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.1.0.ebuild X-VCS-Directories: dev-python/pandas/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f5669ae78e1a1c180d22a5c23772bc8e0acdaa30 X-VCS-Branch: master Date: Fri, 1 Sep 2023 04:38:50 +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: 4b8c60bb-7939-481d-9f64-857743e508de X-Archives-Hash: 60961fdcf44fe8042bbe94a073fe4e4e commit: f5669ae78e1a1c180d22a5c23772bc8e0acdaa30 Author: Sam James gentoo org> AuthorDate: Fri Sep 1 04:37:47 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 1 04:37:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5669ae7 dev-python/pandas: fix GH bug links Signed-off-by: Sam James gentoo.org> dev-python/pandas/pandas-2.1.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pandas/pandas-2.1.0.ebuild b/dev-python/pandas/pandas-2.1.0.ebuild index 77cfd605d115..2896fd08e374 100644 --- a/dev-python/pandas/pandas-2.1.0.ebuild +++ b/dev-python/pandas/pandas-2.1.0.ebuild @@ -112,7 +112,7 @@ python_test() { local EPYTEST_DESELECT=( # test for rounding errors, fails if we have better precision # e.g. on amd64 with FMA or on arm64 - # https://github.com/pandas-dev/issues/38921 + # https://github.com/pandas-dev/pandas/issues/38921 tests/window/test_rolling.py::test_rolling_var_numerical_issues # TODO; unhappy about DISPLAY? @@ -165,11 +165,11 @@ python_test() { 'tests/tseries/offsets/test_common.py::test_apply_out_of_range[tzlocal()-Week]' # alignment issues: bug #911660 (fixed upstream but not yet in a release) - # https://github.com/pandas-dev/issues/54391 + # https://github.com/pandas-dev/pandas/issues/54391 tests/io/sas/test_byteswap.py::test_float_byteswap # hdf / pytables have alignment problems: bug #911660 - # https://github.com/pandas-dev/issues/54396 + # https://github.com/pandas-dev/pandas/issues/54396 tests/io/pytables/test_append.py::test_append_frame_column_oriented tests/io/pytables/test_store.py::test_select_filter_corner )