Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-fsspec
Commits: 56647d71 by Carl Smedstad at 2025-03-08T10:24:45+01:00 upgpkg: 2025.3.0-1: Upstream release https://github.com/fsspec/filesystem_spec/releases/tag/2025.3.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-fsspec pkgdesc = Specification that python filesystems should adhere to - pkgver = 2025.2.0 + pkgver = 2025.3.0 pkgrel = 1 url = https://github.com/intake/filesystem_spec arch = any @@ -50,7 +50,7 @@ pkgbase = python-fsspec optdepends = python-snappy: snappy compression support optdepends = python-tqdm: progress bar support optdepends = python-zstandard: zstandard (zstd) compression support - source = https://github.com/intake/filesystem_spec/archive/2025.2.0/python-fsspec-2025.2.0.tar.gz - sha256sums = 4cbeea0a3537bc15318b71d163014b3de952456d2b9f58c572ee98f66357118b + source = https://github.com/intake/filesystem_spec/archive/2025.3.0/python-fsspec-2025.3.0.tar.gz + sha256sums = 83ff3ef4856d80b67f17ac00a1c1edb0a6559139a297fa2d784a1e4153e6fafc pkgname = python-fsspec ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _pkgname=filesystem_spec pkgname=python-fsspec -pkgver=2025.2.0 +pkgver=2025.3.0 pkgrel=1 pkgdesc="Specification that python filesystems should adhere to" arch=(any) @@ -62,7 +62,7 @@ optdepends=( 'python-zstandard: zstandard (zstd) compression support' ) source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('4cbeea0a3537bc15318b71d163014b3de952456d2b9f58c572ee98f66357118b') +sha256sums=('83ff3ef4856d80b67f17ac00a1c1edb0a6559139a297fa2d784a1e4153e6fafc') build() { cd $_pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fsspec/-/commit/56647d7145eeb4b814d5bd708d0f21e41a94a198 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fsspec/-/commit/56647d7145eeb4b814d5bd708d0f21e41a94a198 You're receiving this email because of your account on gitlab.archlinux.org.
