pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-fastparquet: Update to 2024.5.0



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Thu May 30 06:45:26 2024 -0600
Changeset:	ce74a6917258d4b6711188a952c11a6a88dbcd5b

Modified Files:
	py-fastparquet/Makefile
	py-fastparquet/distinfo

Log Message:
py-fastparquet: Update to 2024.5.0

* Use np.int64 type for day to nanosecond conversion (NEP50)
* Support zoneinfo.ZoneInfo timezones
* Prep for numpy 2 release

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ce74a6917258d4b6711188a952c11a6a88dbcd5b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-fastparquet/Makefile | 6 +++---
 py-fastparquet/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/py-fastparquet/Makefile b/py-fastparquet/Makefile
index d557f9134e..6e81daf0c1 100644
--- a/py-fastparquet/Makefile
+++ b/py-fastparquet/Makefile
@@ -2,7 +2,7 @@
 
 # Prefer pulling from github instead of pypi
 # so that we can run tests
-GITHUB_TAG=	2024.2.0
+GITHUB_TAG=	2024.5.0
 GITHUB_PROJECT=	fastparquet
 DISTNAME=	fastparquet-${GITHUB_TAG}
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
@@ -23,14 +23,14 @@ TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=4.1.2:../../devel/py-setuptools_sc
 
 DEPENDS+=	${PYPKGPREFIX}-numpy>=1.20:../../math/py-numpy
 DEPENDS+=	${PYPKGPREFIX}-pandas>=1.5.0:../../math/py-pandas
-DEPENDS+=	${PYPKGPREFIX}-cramjam>=2.3.0:../../wip/py-cramjam
+DEPENDS+=	${PYPKGPREFIX}-cramjam>=2.3.0:../../archivers/py-cramjam
 DEPENDS+=	${PYPKGPREFIX}-fsspec>=2022.3.0:../../sysutils/py-fsspec
 
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 TEST_DEPENDS+=	${PYPKGPREFIX}-ujson-[0-9]*:../../textproc/py-ujson
 TEST_DEPENDS+=	${PYPKGPREFIX}-rapidjson-[0-9]*:../../textproc/py-rapidjson
-TEST_DEPENDS+=	${PYPKGPREFIX}-orjson-[0-9]*:../../wip/py-orjson
+TEST_DEPENDS+=	${PYPKGPREFIX}-orjson-[0-9]*:../../textproc/py-orjson
 
 post-extract:
 	${CP} ${FILESDIR}/PKG-INFO ${WRKSRC}
diff --git a/py-fastparquet/distinfo b/py-fastparquet/distinfo
index c32a65471c..7d3d140979 100644
--- a/py-fastparquet/distinfo
+++ b/py-fastparquet/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-BLAKE2s (fastparquet-2024.2.0.tar.gz) = 18eaf74a878a096175b1bbf92fbff65be99d0bb87a401226310788015d846934
-SHA512 (fastparquet-2024.2.0.tar.gz) = f4a7e69eac6d9d0d4462dea0020505cd6b6491a627acd3407f46567aaf654ad53d8ada72e1380b73e35cfd698b7852c273216bdc8d7ce9f3c34ce4c5ed6a6fc8
-Size (fastparquet-2024.2.0.tar.gz) = 28909516 bytes
+BLAKE2s (fastparquet-2024.5.0.tar.gz) = d44f1b93cb0299cd03dbc4a454872250a0de2aa859597bdfef6901468cdae9a9
+SHA512 (fastparquet-2024.5.0.tar.gz) = 612659aeca7b1a813fd5b25fe14490f0c4b9632375a54ad3ee7c4720fe7dff893f6adf4f3fcd703184526badfee52ac83a2d478b50cfda83648b35000b534b36
+Size (fastparquet-2024.5.0.tar.gz) = 28909933 bytes
 SHA1 (patch-setup.py) = 43cbf6b34fc655cec2cb847838c1c84bed3d8bb9


Home | Main Index | Thread Index | Old Index