git: 0826a03ad2c8 - main - math/py-modin: Update to 0.33.1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 01 Jun 2025 16:27:02 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0826a03ad2c8f064fcfd6ea0c7a6a7d5ee05c46e

commit 0826a03ad2c8f064fcfd6ea0c7a6a7d5ee05c46e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-06-01 16:13:27 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-06-01 16:23:31 +0000

    math/py-modin: Update to 0.33.1
    
    Changes:        https://github.com/modin-project/modin/releases
---
 math/py-modin/Makefile             |  4 ++--
 math/py-modin/distinfo             |  6 +++---
 math/py-modin/files/patch-setup.py | 11 -----------
 3 files changed, 5 insertions(+), 16 deletions(-)

diff --git a/math/py-modin/Makefile b/math/py-modin/Makefile
index 3e4d6e8e877c..5011e9e13e07 100644
--- a/math/py-modin/Makefile
+++ b/math/py-modin/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	modin
-PORTVERSION=	0.32.0
+PORTVERSION=	0.33.1
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fsspec>=2022.11.0:filesystems/py-fsspec@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}numpy>=1.22.4,1:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}packaging>=21.0:devel/py-packaging@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pandas>=2,1<2.3,1:math/py-pandas@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pandas>=2.2,1<2.3,1:math/py-pandas@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}psutil>=5.8.0:sysutils/py-psutil@${PY_FLAVOR}
 
 USES=		python
diff --git a/math/py-modin/distinfo b/math/py-modin/distinfo
index 86acdcab8f3f..26daff544e21 100644
--- a/math/py-modin/distinfo
+++ b/math/py-modin/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1726080919
-SHA256 (modin-0.32.0.tar.gz) = 9f68557add5e92617d006eb98bfd93d298e7d4d9932a0cd48a5e38ee4f30a134
-SIZE (modin-0.32.0.tar.gz) = 842563
+TIMESTAMP = 1748495829
+SHA256 (modin-0.33.1.tar.gz) = 852f2a65c346f9d17261e56ecc2e6652ddddeb9e648aecfff42e1007878d42b6
+SIZE (modin-0.33.1.tar.gz) = 885097
diff --git a/math/py-modin/files/patch-setup.py b/math/py-modin/files/patch-setup.py
deleted file mode 100644
index 967cfe5cacfb..000000000000
--- a/math/py-modin/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig	2024-09-11 12:58:49 UTC
-+++ setup.py
-@@ -52,7 +52,7 @@ setup(
-     long_description=long_description,
-     long_description_content_type="text/markdown",
-     install_requires=[
--        "pandas>=2.2,<2.3",
-+        "pandas>=2,<2.3",
-         "packaging>=21.0",
-         "numpy>=1.22.4",
-         "fsspec>=2022.11.0",