diff options
Diffstat (limited to 'math/py-pandas')
| -rw-r--r-- | math/py-pandas/Makefile | 3 | ||||
| -rw-r--r-- | math/py-pandas/distinfo | 6 | ||||
| -rw-r--r-- | 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]" ] - + |
