CVS commit: pkgsrc/math/py-pandas

"Adam Ciarcinski" <[email protected]> Mon, 3 Aug 2026 09:57:16 +0000
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--_----------=_1785751036262000
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"

Module Name:	pkgsrc
Committed By:	adam
Date:		Mon Aug  3 09:57:15 UTC 2026

Modified Files:
	pkgsrc/math/py-pandas: Makefile distinfo

Log Message:
py-pandas: updated to 3.0.5

3.0.5
Fixed a regression where the pandas 3.0.4 wheels could crash with a
segmentation fault on Python 3.14 (and other datetime code paths), because they
were built against an incompatible numpy version (GH 66086)


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/math/py-pandas/Makefile
cvs rdiff -u -r1.49 -r1.50 pkgsrc/math/py-pandas/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


--_----------=_1785751036262000
Content-Disposition: inline
Content-Length: 1733
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.70 pkgsrc/math/py-pandas/Makefile:1.71
--- pkgsrc/math/py-pandas/Makefile:1.70	Mon Jun 29 12:48:43 2026
+++ pkgsrc/math/py-pandas/Makefile	Mon Aug  3 09:57:15 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2026/06/29 12:48:43 adam Exp $
+# $NetBSD: Makefile,v 1.71 2026/08/03 09:57:15 adam Exp $
 
-DISTNAME=	pandas-3.0.4
+DISTNAME=	pandas-3.0.5
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	math graphics python
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pandas/}

Index: pkgsrc/math/py-pandas/distinfo
diff -u pkgsrc/math/py-pandas/distinfo:1.49 pkgsrc/math/py-pandas/distinfo:1.50
--- pkgsrc/math/py-pandas/distinfo:1.49	Mon Jun 29 12:48:43 2026
+++ pkgsrc/math/py-pandas/distinfo	Mon Aug  3 09:57:15 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.49 2026/06/29 12:48:43 adam Exp $
+$NetBSD: distinfo,v 1.50 2026/08/03 09:57:15 adam Exp $
 
-BLAKE2s (pandas-3.0.4.tar.gz) = 86655fe147271f3698de784f75bb8817051e84bb34f8b7d41faf4ea92a5e4239
-SHA512 (pandas-3.0.4.tar.gz) = 0321357d876f465d2bbfb7194e3a15242943ab37fbf8a05829cd4b87174ba56ff0991dafc86e44ec8bfb7223fbb1e1a711da866b87198ca4b61a21ebecc7143a
-Size (pandas-3.0.4.tar.gz) = 4658146 bytes
+BLAKE2s (pandas-3.0.5.tar.gz) = 4049b2f047fa942d49241c6a464cf0670bf328c33067aa7ff2b7d51864751c8a
+SHA512 (pandas-3.0.5.tar.gz) = d082483edff92dbe61143681d270cc2ae7031ed59f8851e90e69a0139f988d57dfe0ae5b32ca829cb5912fd202db7c8a3dfe59b986068a983779184b454bc5ce
+Size (pandas-3.0.5.tar.gz) = 4658219 bytes
 SHA1 (patch-pandas___libs_src_parser_tokenizer.c) = 3f74c1ca3c54d72cd976e9915339e20b356ad77b
 SHA1 (patch-pandas___libs_window_aggregations.pyx) = c38a287038a13af52164d44301a31a4a810b3860


--_----------=_1785751036262000--