pkgsrc-WIP-changes archive

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

py-fastparquet: Update to 2023.7.0



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Sun Jul 16 19:41:58 2023 -0700
Changeset:	93404211b3e8a9729a6b15889b66025943882674

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

Log Message:
py-fastparquet: Update to 2023.7.0

* Add test case for reading non-pandas parquet file
* Extra Field when cloning ParquetFile

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

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/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-fastparquet/Makefile b/py-fastparquet/Makefile
index 18fa771308..81563e7cf5 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.4.0
+GITHUB_TAG=	2023.7.0
 GITHUB_PROJECT=	fastparquet
 DISTNAME=	fastparquet-${GITHUB_TAG}
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
diff --git a/py-fastparquet/distinfo b/py-fastparquet/distinfo
index 17b736911d..1a8b3714a1 100644
--- a/py-fastparquet/distinfo
+++ b/py-fastparquet/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-BLAKE2s (fastparquet-2023.4.0.tar.gz) = fd94e35fdac489a8987e9ee8feba4761a25966f9d3a13b145c0a1e0a05cae622
-SHA512 (fastparquet-2023.4.0.tar.gz) = 4fdbda5730c68560680f2f98472bcc045ca9bd526e119ac1da4e016977d430f110faaae13d1c4c5deea4fef68aab1a6452963a2e9cfcbe896e6114f66cfab120
-Size (fastparquet-2023.4.0.tar.gz) = 28903998 bytes
+BLAKE2s (fastparquet-2023.7.0.tar.gz) = 7731a3cb0455b27b44ac1bc922d5588fb0ee9302244f8d0fe2d0c425509b8b9b
+SHA512 (fastparquet-2023.7.0.tar.gz) = 6b780ba1ac21fee053230b92a58b7efd09cbd7e23788dfe98a5d54414e3232b85fc4850114f003284691808f4ae051b401b4b4c0626b03138c49a42bc8b41be6
+Size (fastparquet-2023.7.0.tar.gz) = 28907973 bytes
 SHA1 (patch-setup.py) = 43cbf6b34fc655cec2cb847838c1c84bed3d8bb9


Home | Main Index | Thread Index | Old Index