pkgsrc-WIP-changes archive

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

py-fastparquet: Update to 2024.2.0



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Fri Mar 1 15:26:19 2024 -0800
Changeset:	4ae050cffc7d8b5e52fa6178235450f5baa56115

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

Log Message:
py-fastparquet: Update to 2024.2.0

* Rewrite delta bitpack reader
* Fix reading timezones from metadata
* Fix miscellaneous regressions
* Fix error when no props in metadata
* fix dtype-str concatenation bug

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

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

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

diffs:
diff --git a/py-fastparquet/Makefile b/py-fastparquet/Makefile
index 0c06a4fdfd..d557f9134e 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=	2023.10.1
+GITHUB_TAG=	2024.2.0
 GITHUB_PROJECT=	fastparquet
 DISTNAME=	fastparquet-${GITHUB_TAG}
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
diff --git a/py-fastparquet/PLIST b/py-fastparquet/PLIST
index fdbaaf9742..869fed2d44 100644
--- a/py-fastparquet/PLIST
+++ b/py-fastparquet/PLIST
@@ -31,6 +31,9 @@ ${PYSITELIB}/fastparquet/dataframe.pyo
 ${PYSITELIB}/fastparquet/encoding.py
 ${PYSITELIB}/fastparquet/encoding.pyc
 ${PYSITELIB}/fastparquet/encoding.pyo
+${PYSITELIB}/fastparquet/evolve.py
+${PYSITELIB}/fastparquet/evolve.pyc
+${PYSITELIB}/fastparquet/evolve.pyo
 ${PYSITELIB}/fastparquet/json.py
 ${PYSITELIB}/fastparquet/json.pyc
 ${PYSITELIB}/fastparquet/json.pyo
diff --git a/py-fastparquet/distinfo b/py-fastparquet/distinfo
index b572fb79cb..c32a65471c 100644
--- a/py-fastparquet/distinfo
+++ b/py-fastparquet/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-BLAKE2s (fastparquet-2023.10.1.tar.gz) = d60a30e15a011ff1e355f64c491a7858f76e1dd44f3b192bd5ce46d19a2d7fee
-SHA512 (fastparquet-2023.10.1.tar.gz) = 1f231e4461e55221f1e9813d081d511e9edfdd4c44df0c34f51ff453954715de505853c5cda1ca9122a009045f011f882a06b649c5f979042433f9b3a8e945b5
-Size (fastparquet-2023.10.1.tar.gz) = 28904462 bytes
+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
 SHA1 (patch-setup.py) = 43cbf6b34fc655cec2cb847838c1c84bed3d8bb9


Home | Main Index | Thread Index | Old Index