git: ee80b34c1598 - main - databases/py-fastparquet: Update to 2025.12.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 30 Dec 2025 13:32:09 UTC
The branch main has been updated by sunpoet:

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

commit ee80b34c15982ee28dfff59ac7f6dee98b4b0f68
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-30 13:22:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-30 13:29:12 +0000

    databases/py-fastparquet: Update to 2025.12.0
    
    Changes:        https://github.com/dask/fastparquet/blob/main/docs/source/releasenotes.rst
                    https://github.com/dask/fastparquet/commits/main
---
 databases/py-fastparquet/Makefile                   |  2 +-
 databases/py-fastparquet/distinfo                   |  6 +++---
 databases/py-fastparquet/files/patch-pyproject.toml | 11 +++++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/databases/py-fastparquet/Makefile b/databases/py-fastparquet/Makefile
index 904ccb412117..d7e2173ce709 100644
--- a/databases/py-fastparquet/Makefile
+++ b/databases/py-fastparquet/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	fastparquet
-PORTVERSION=	2024.11.0
+PORTVERSION=	2025.12.0
 CATEGORIES=	databases python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/databases/py-fastparquet/distinfo b/databases/py-fastparquet/distinfo
index 7519a55dea2d..8c9329d7f16c 100644
--- a/databases/py-fastparquet/distinfo
+++ b/databases/py-fastparquet/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1732239506
-SHA256 (fastparquet-2024.11.0.tar.gz) = e3b1fc73fd3e1b70b0de254bae7feb890436cb67e99458b88cb9bd3cc44db419
-SIZE (fastparquet-2024.11.0.tar.gz) = 467192
+TIMESTAMP = 1766953346
+SHA256 (fastparquet-2025.12.0.tar.gz) = 85f807d3846c7691855a68ed7ff6ee40654b72b997f5b1199e6310a1e19d1cd5
+SIZE (fastparquet-2025.12.0.tar.gz) = 480045
diff --git a/databases/py-fastparquet/files/patch-pyproject.toml b/databases/py-fastparquet/files/patch-pyproject.toml
index 5f966b7ccd01..aa7e8b10a517 100644
--- a/databases/py-fastparquet/files/patch-pyproject.toml
+++ b/databases/py-fastparquet/files/patch-pyproject.toml
@@ -1,6 +1,9 @@
---- pyproject.toml.orig	2024-11-12 19:40:57 UTC
+--- pyproject.toml.orig	2025-09-29 15:22:39 UTC
 +++ pyproject.toml
-@@ -1,2 +1,2 @@
+@@ -1,5 +1,5 @@
  [build-system]
--requires = ["setuptools", "setuptools_scm", "Cython >= 0.29.23", "numpy>=2.0.0rc1"]
-+requires = ["setuptools", "setuptools_scm", "Cython >= 0.29.23", "numpy"]
+-requires = ["setuptools", "setuptools_scm", "Cython >= 0.29.31", "numpy>=2.0.0rc1"]
++requires = ["setuptools", "setuptools_scm", "Cython >= 0.29.31", "numpy"]
+ build-backend = "setuptools.build_meta"
+ 
+ [tool.setuptools_scm]