pkgsrc-WIP-changes archive

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

py-fastparquet: Update to 2023.10.1



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Sat Nov 18 09:21:07 2023 -0800
Changeset:	29a40b1de1d03c227a29ee8904bfc433b8b61bca

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

Log Message:
py-fastparquet: Update to 2023.10.1

2023.10.0
    Datetime units in empty() with tz (#893)
    Fewer inplace decompressions for V2 pages (#890
    Allow writing categorical column with no categories (#888)
    Fixes for new numpy (#886)
    RLE bools and DELTA for v1 pages (#885, 883)

2023.8.0
    More general timestamp units (#874)
    ReadTheDocs V2 (#871)
    Better roundtrip dtypes (#861, 859)
    No convert when computing bytes-per-item for str (#858)

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

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/PLIST    | 19 ++++++++++++++++---
 py-fastparquet/distinfo |  6 +++---
 3 files changed, 22 insertions(+), 9 deletions(-)

diffs:
diff --git a/py-fastparquet/Makefile b/py-fastparquet/Makefile
index 81563e7cf5..0c06a4fdfd 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.7.0
+GITHUB_TAG=	2023.10.1
 GITHUB_PROJECT=	fastparquet
 DISTNAME=	fastparquet-${GITHUB_TAG}
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
@@ -21,8 +21,8 @@ TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 TOOL_DEPENDS+=	${PYPKGPREFIX}-packaging>=0:../../devel/py-packaging
 TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=4.1.2:../../devel/py-setuptools_scm
 
-DEPENDS+=	${PYPKGPREFIX}-numpy>=1.18:../../math/py-numpy
-DEPENDS+=	${PYPKGPREFIX}-pandas>=1.1.0:../../math/py-pandas
+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}-fsspec>=2022.3.0:../../sysutils/py-fsspec
 
diff --git a/py-fastparquet/PLIST b/py-fastparquet/PLIST
index 790246debc..fdbaaf9742 100644
--- a/py-fastparquet/PLIST
+++ b/py-fastparquet/PLIST
@@ -1,47 +1,60 @@
 @comment $NetBSD$
-${PYSITELIB}/fastparquet-2022.12.0.dist-info/INSTALLER
 ${PYSITELIB}/fastparquet-2022.12.0.dist-info/LICENSE
 ${PYSITELIB}/fastparquet-2022.12.0.dist-info/METADATA
 ${PYSITELIB}/fastparquet-2022.12.0.dist-info/RECORD
-${PYSITELIB}/fastparquet-2022.12.0.dist-info/REQUESTED
 ${PYSITELIB}/fastparquet-2022.12.0.dist-info/WHEEL
-${PYSITELIB}/fastparquet-2022.12.0.dist-info/direct_url.json
 ${PYSITELIB}/fastparquet-2022.12.0.dist-info/top_level.txt
 ${PYSITELIB}/fastparquet/__init__.py
 ${PYSITELIB}/fastparquet/__init__.pyc
+${PYSITELIB}/fastparquet/__init__.pyo
 ${PYSITELIB}/fastparquet/_version.py
 ${PYSITELIB}/fastparquet/_version.pyc
+${PYSITELIB}/fastparquet/_version.pyo
 ${PYSITELIB}/fastparquet/api.py
 ${PYSITELIB}/fastparquet/api.pyc
+${PYSITELIB}/fastparquet/api.pyo
 ${PYSITELIB}/fastparquet/cencoding.c
 ${PYSITELIB}/fastparquet/cencoding.pyx
 ${PYSITELIB}/fastparquet/cencoding.so
 ${PYSITELIB}/fastparquet/compression.py
 ${PYSITELIB}/fastparquet/compression.pyc
+${PYSITELIB}/fastparquet/compression.pyo
 ${PYSITELIB}/fastparquet/converted_types.py
 ${PYSITELIB}/fastparquet/converted_types.pyc
+${PYSITELIB}/fastparquet/converted_types.pyo
 ${PYSITELIB}/fastparquet/core.py
 ${PYSITELIB}/fastparquet/core.pyc
+${PYSITELIB}/fastparquet/core.pyo
 ${PYSITELIB}/fastparquet/dataframe.py
 ${PYSITELIB}/fastparquet/dataframe.pyc
+${PYSITELIB}/fastparquet/dataframe.pyo
 ${PYSITELIB}/fastparquet/encoding.py
 ${PYSITELIB}/fastparquet/encoding.pyc
+${PYSITELIB}/fastparquet/encoding.pyo
 ${PYSITELIB}/fastparquet/json.py
 ${PYSITELIB}/fastparquet/json.pyc
+${PYSITELIB}/fastparquet/json.pyo
 ${PYSITELIB}/fastparquet/parquet_thrift/__init__.py
 ${PYSITELIB}/fastparquet/parquet_thrift/__init__.pyc
+${PYSITELIB}/fastparquet/parquet_thrift/__init__.pyo
 ${PYSITELIB}/fastparquet/parquet_thrift/parquet/__init__.py
 ${PYSITELIB}/fastparquet/parquet_thrift/parquet/__init__.pyc
+${PYSITELIB}/fastparquet/parquet_thrift/parquet/__init__.pyo
 ${PYSITELIB}/fastparquet/parquet_thrift/parquet/ttypes.py
 ${PYSITELIB}/fastparquet/parquet_thrift/parquet/ttypes.pyc
+${PYSITELIB}/fastparquet/parquet_thrift/parquet/ttypes.pyo
 ${PYSITELIB}/fastparquet/schema.py
 ${PYSITELIB}/fastparquet/schema.pyc
+${PYSITELIB}/fastparquet/schema.pyo
 ${PYSITELIB}/fastparquet/speedups.c
 ${PYSITELIB}/fastparquet/speedups.pyx
 ${PYSITELIB}/fastparquet/speedups.so
 ${PYSITELIB}/fastparquet/thrift_structures.py
 ${PYSITELIB}/fastparquet/thrift_structures.pyc
+${PYSITELIB}/fastparquet/thrift_structures.pyo
 ${PYSITELIB}/fastparquet/util.py
 ${PYSITELIB}/fastparquet/util.pyc
+${PYSITELIB}/fastparquet/util.pyo
 ${PYSITELIB}/fastparquet/writer.py
 ${PYSITELIB}/fastparquet/writer.pyc
+${PYSITELIB}/fastparquet/writer.pyo
diff --git a/py-fastparquet/distinfo b/py-fastparquet/distinfo
index 1a8b3714a1..b572fb79cb 100644
--- a/py-fastparquet/distinfo
+++ b/py-fastparquet/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-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
+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
 SHA1 (patch-setup.py) = 43cbf6b34fc655cec2cb847838c1c84bed3d8bb9


Home | Main Index | Thread Index | Old Index