Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 82C1B84EDE for ; Sat, 11 Nov 2023 10:04:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 6r3ZmzLl4BlY for ; Sat, 11 Nov 2023 10:04:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E57E384D44 for ; Sat, 11 Nov 2023 10:04:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DF10DFA2F; Sat, 11 Nov 2023 10:04:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699697078264240" MIME-Version: 1.0 Date: Sat, 11 Nov 2023 10:04:38 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/math/py-pandas To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231111100438.DF10DFA2F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699697078264240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Nov 11 10:04:38 UTC 2023 Modified Files: pkgsrc/math/py-pandas: Makefile distinfo Log Message: py-pandas: updated to 2.1.3 Pandas 2.1.3 This is a patch release in the 2.1.x series and includes some regression and bug fixes, and a security fix. We recommend that all users upgrade to this version. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 pkgsrc/math/py-pandas/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/math/py-pandas/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699697078264240 Content-Disposition: inline Content-Length: 2557 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/py-pandas/Makefile diff -u pkgsrc/math/py-pandas/Makefile:1.54 pkgsrc/math/py-pandas/Makefile:1.55 --- pkgsrc/math/py-pandas/Makefile:1.54 Sun Oct 29 17:39:51 2023 +++ pkgsrc/math/py-pandas/Makefile Sat Nov 11 10:04:38 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2023/10/29 17:39:51 adam Exp $ +# $NetBSD: Makefile,v 1.55 2023/11/11 10:04:38 adam Exp $ -DISTNAME= pandas-2.1.2 +DISTNAME= pandas-2.1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pandas/} @@ -20,7 +20,6 @@ DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.8.2 DEPENDS+= ${PYPKGPREFIX}-pytz>=2020.1:../../time/py-pytz DEPENDS+= ${PYPKGPREFIX}-tzdata>=2022.1:../../time/py-tzdata TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=6.34.2:../../devel/py-hypothesis -TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.3.2:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0.17.0:../../devel/py-test-asyncio TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=2.2.0:../../devel/py-test-xdist @@ -41,9 +40,6 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 38 post-patch: cd ${WRKSRC} && ${RM} -f pandas/_libs/window/aggregations.pyx.orig -do-test: - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} pandas - .include "../../lang/python/batteries-included.mk" .include "../../lang/python/wheel.mk" BUILDLINK_API_DEPENDS.py-numpy+= ${PYPKGPREFIX}-numpy>=1.23.2 Index: pkgsrc/math/py-pandas/distinfo diff -u pkgsrc/math/py-pandas/distinfo:1.37 pkgsrc/math/py-pandas/distinfo:1.38 --- pkgsrc/math/py-pandas/distinfo:1.37 Sun Oct 29 17:39:51 2023 +++ pkgsrc/math/py-pandas/distinfo Sat Nov 11 10:04:38 2023 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.37 2023/10/29 17:39:51 adam Exp $ +$NetBSD: distinfo,v 1.38 2023/11/11 10:04:38 adam Exp $ -BLAKE2s (pandas-2.1.2.tar.gz) = 1de09c64b3d7924325e446b7c8478c2bc9480193a78ab0d28edc68c157b8f973 -SHA512 (pandas-2.1.2.tar.gz) = dad04f1fcc5a59485c34ebfed0698fd47ad9eeffafaddf91642c084f4ffde8a55ce543f9dadb6e7a5066b1809489961d34fe3fe8860f64f9bd2d90b445d92063 -Size (pandas-2.1.2.tar.gz) = 4271419 bytes +BLAKE2s (pandas-2.1.3.tar.gz) = 0b9793d0de6fd4116add3af16ce579d82a05c4c6d3a8e969fd93648be925144f +SHA512 (pandas-2.1.3.tar.gz) = 71012b47b76444e19507e444c8ef88497e3b286856690216886cbb67ad70786c2f5014a7cf6c89f8378769560109fb5593a8c82c21a034a1059769e15c843b92 +Size (pandas-2.1.3.tar.gz) = 4272855 bytes SHA1 (patch-meson.build) = f802806a1ec2de5f466eb29c3037c54cbf9971b1 SHA1 (patch-pandas___libs_window_aggregations.pyx) = 65e3ec2b165de00b23550a989c5eb77c81c759f3 --_----------=_1699697078264240--