Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-fastparquet
Commits: ee701030 by Carl Smedstad at 2026-01-03T16:42:44+01:00 upgpkg: 2025.12.0-1: Upstream release https://github.com/dask/fastparquet/blob/2025.12.0/docs/source/releasenotes.rst - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-fastparquet pkgdesc = A Python implementation of the Parquet columnar file format - pkgver = 2024.11.0 - pkgrel = 4 + pkgver = 2025.12.0 + pkgrel = 1 url = https://github.com/dask/fastparquet arch = x86_64 license = Apache-2.0 @@ -20,7 +20,7 @@ pkgbase = python-fastparquet depends = python-numpy depends = python-packaging depends = python-pandas - source = https://github.com/dask/fastparquet/archive/2024.11.0/python-fastparquet-2024.11.0.tar.gz - b2sums = 7836a8e1bfdc67095d2c9f1e7eb5ad4063628209d8c1a0a9fedf942d6c0c57cfb179c3fc835bd54f5391b43f051d7afe0b472cff5d53019603cf14ea4006ccc2 + source = https://github.com/dask/fastparquet/archive/2025.12.0/python-fastparquet-2025.12.0.tar.gz + b2sums = 198a061edbbe17be5d04bb7a394144645b2c5da3eb5c83a079162a0cc979d5153fd899258561701186588883d2322d1e27970dfb54a9455124847fed18e3ec28 pkgname = python-fastparquet ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Guillaume Horel <[email protected]> pkgname=python-fastparquet -pkgver=2024.11.0 -pkgrel=4 +pkgver=2025.12.0 +pkgrel=1 pkgdesc="A Python implementation of the Parquet columnar file format" arch=(x86_64) url="https://github.com/dask/fastparquet" @@ -28,7 +28,7 @@ makedepends=( ) checkdepends=(python-pytest) source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz") -b2sums=('7836a8e1bfdc67095d2c9f1e7eb5ad4063628209d8c1a0a9fedf942d6c0c57cfb179c3fc835bd54f5391b43f051d7afe0b472cff5d53019603cf14ea4006ccc2') +b2sums=('198a061edbbe17be5d04bb7a394144645b2c5da3eb5c83a079162a0cc979d5153fd899258561701186588883d2322d1e27970dfb54a9455124847fed18e3ec28') build() { cd ${pkgname#python-}-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastparquet/-/commit/ee701030faaedb7a71a7be326603daec45902498 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastparquet/-/commit/ee701030faaedb7a71a7be326603daec45902498 You're receiving this email because of your account on gitlab.archlinux.org.
