Minor pandas update. All reverse consumers still seem to work, but math/mlpack is still marked BROKEN due to the cython3 update.
ok? Index: Makefile =================================================================== RCS file: /cvs/ports/math/py-pandas/Makefile,v diff -u -p -u -r1.34 Makefile --- Makefile 14 Jul 2024 14:52:08 -0000 1.34 +++ Makefile 20 Oct 2024 14:39:46 -0000 @@ -1,9 +1,8 @@ COMMENT = data analysis and manipulation library -MODPY_EGG_VERSION = 2.2.2 +MODPY_EGG_VERSION = 2.2.3 DISTNAME = pandas-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 CATEGORIES = math Index: distinfo =================================================================== RCS file: /cvs/ports/math/py-pandas/distinfo,v diff -u -p -u -r1.14 distinfo --- distinfo 13 Jul 2024 14:40:06 -0000 1.14 +++ distinfo 20 Oct 2024 14:39:46 -0000 @@ -1,2 +1,2 @@ -SHA256 (pandas-2.2.2.tar.gz) = nnkBmrpDy0/ank2YP46IygNzrbtpeunGxDCTIY3ii1Q= -SIZE (pandas-2.2.2.tar.gz) = 4398391 +SHA256 (pandas-2.2.3.tar.gz) = Txi6YrYdfhkjaLhFFyZambTX7okS+HCGYPtKNmzIJmc= +SIZE (pandas-2.2.3.tar.gz) = 4399213 Index: patches/patch-pyproject_toml =================================================================== RCS file: /cvs/ports/math/py-pandas/patches/patch-pyproject_toml,v diff -u -p -u -r1.3 patch-pyproject_toml --- patches/patch-pyproject_toml 13 Jul 2024 14:40:06 -0000 1.3 +++ patches/patch-pyproject_toml 20 Oct 2024 14:39:46 -0000 @@ -10,11 +10,11 @@ Index: pyproject.toml + "meson-python", + "meson", "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 + "Cython", # Note: sync with setup.py, environment.yml and asv.conf.json - # Force numpy higher than 2.0rc1, so that built wheels are compatible + # Force numpy higher than 2.0, so that built wheels are compatible # with both numpy 1 and 2 -- "numpy>=2.0.0rc1", +- "numpy>=2.0", + "numpy", "versioneer[toml]" ]