Date: Tue, 25 Nov 2025 09:17:11 +0000 From: Michael Osipov <michaelo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 80f277d8efb1 - main - math/py-pandas: Upgrade port to 2.3.3 Message-ID: <69257417.2f546.102ffdfa@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by michaelo: URL: https://cgit.FreeBSD.org/ports/commit/?id=80f277d8efb1d29351cb1cfc2ad6199f0b584595 commit 80f277d8efb1d29351cb1cfc2ad6199f0b584595 Author: Michael Osipov <michaelo@FreeBSD.org> AuthorDate: 2025-10-28 09:18:10 +0000 Commit: Michael Osipov <michaelo@FreeBSD.org> CommitDate: 2025-11-25 09:16:44 +0000 math/py-pandas: Upgrade port to 2.3.3 PR: 290628 Reviewed by: makc Approved by: python (maintainer timeout) Differential Revision: https://reviews.freebsd.org/D53393 Release Notes: https://pandas.pydata.org/pandas-docs/version/2.3/whatsnew/v2.3.3.html --- math/py-pandas/Makefile | 3 +-- math/py-pandas/distinfo | 6 +++--- math/py-pandas/files/patch-pyproject.toml | 14 ++------------ 3 files changed, 6 insertions(+), 17 deletions(-) diff --git a/math/py-pandas/Makefile b/math/py-pandas/Makefile index f83bee22da83..44476ac761f2 100644 --- a/math/py-pandas/Makefile +++ b/math/py-pandas/Makefile @@ -1,6 +1,5 @@ PORTNAME= pandas -PORTVERSION= 2.2.3 -PORTREVISION= 3 +PORTVERSION= 2.3.3 PORTEPOCH= 1 CATEGORIES= math devel python MASTER_SITES= PYPI diff --git a/math/py-pandas/distinfo b/math/py-pandas/distinfo index d01f6f1c0848..17254bd19453 100644 --- a/math/py-pandas/distinfo +++ b/math/py-pandas/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743573899 -SHA256 (pandas-2.2.3.tar.gz) = 4f18ba62b61d7e192368b84517265a99b4d7ee8912f8708660fb4a366cc82667 -SIZE (pandas-2.2.3.tar.gz) = 4399213 +TIMESTAMP = 1761643378 +SHA256 (pandas-2.3.3.tar.gz) = e05e1af93b977f7eafa636d043f9f94c7ee3ac81af99c13508215942e64c993b +SIZE (pandas-2.3.3.tar.gz) = 4495223 diff --git a/math/py-pandas/files/patch-pyproject.toml b/math/py-pandas/files/patch-pyproject.toml index 63506fa05bea..749855e94b58 100644 --- a/math/py-pandas/files/patch-pyproject.toml +++ b/math/py-pandas/files/patch-pyproject.toml @@ -1,20 +1,10 @@ --- pyproject.toml.orig 1970-01-01 00:00:00 UTC +++ pyproject.toml -@@ -2,13 +2,13 @@ requires = [ - # Minimum requirements for the build system to execute. - # See https://github.com/scipy/scipy/pull/12940 for the AIX issue. - requires = [ -- "meson-python==0.13.1", -- "meson==1.2.1", -+ "meson-python>=0.13.1", -+ "meson>=1.2.1", - "wheel", -- "Cython~=3.0.5", # Note: sync with setup.py, environment.yml and asv.conf.json -+ "Cython>=3.0.5", # Note: sync with setup.py, environment.yml and asv.conf.json +@@ -8,7 +8,7 @@ # Force numpy higher than 2.0, so that built wheels are compatible # with both numpy 1 and 2 - "numpy>=2.0", + "numpy", "versioneer[toml]" ] - +home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69257417.2f546.102ffdfa>
