Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
python-fsspec
Commits:
b0e4e4fb by Carl Smedstad at 2026-02-06T19:30:43+01:00
upgpkg: 2026.2.0-2: Remove optdep python-zstandard, provided by stdlib on 3.14+
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-fsspec
pkgdesc = Specification that python filesystems should adhere to
pkgver = 2026.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/intake/filesystem_spec
arch = any
license = BSD-3-Clause
@@ -31,7 +31,6 @@ pkgbase = python-fsspec
checkdepends = python-smbprotocol
checkdepends = python-snappy
checkdepends = python-tqdm
- checkdepends = python-zstandard
makedepends = python-build
makedepends = python-hatch-vcs
makedepends = python-hatchling
@@ -49,7 +48,6 @@ pkgbase = python-fsspec
optdepends = python-smbprotocol: SMB support
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/2026.2.0/python-fsspec-2026.2.0.tar.gz
b2sums =
ad2fc26545c3f8984a356c489f4c44bd7b96ae09ee38726c38ac7adebe3168a875eff5eea2b3fc3e2fa87d3b609d88bc31aed887969d7154fa1cc22d0861e9bb
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_pkgname=filesystem_spec
pkgname=python-fsspec
pkgver=2026.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Specification that python filesystems should adhere to"
arch=(any)
url="https://github.com/intake/filesystem_spec"
@@ -45,7 +45,6 @@ checkdepends=(
python-smbprotocol
python-snappy
python-tqdm
- python-zstandard
)
optdepends=(
'python-aiohttp: HTTP support'
@@ -59,7 +58,6 @@ optdepends=(
'python-smbprotocol: SMB support'
'python-snappy: snappy compression support'
'python-tqdm: progress bar support'
- 'python-zstandard: zstandard (zstd) compression support'
)
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
b2sums=('ad2fc26545c3f8984a356c489f4c44bd7b96ae09ee38726c38ac7adebe3168a875eff5eea2b3fc3e2fa87d3b609d88bc31aed887969d7154fa1cc22d0861e9bb')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fsspec/-/commit/b0e4e4fb0fc3d96e01c1d1e4b84ac9dfc0f287f7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fsspec/-/commit/b0e4e4fb0fc3d96e01c1d1e4b84ac9dfc0f287f7
You're receiving this email because of your account on gitlab.archlinux.org.